Meta Trader app URL scheme

 
I am trying to develop an app which can launch MT 4 iPhone app. Can anyone let me know the URL scheme for iPhone/iPad apps to enable this? Thanks
 

Is any solution for this? Thanks. 

 
This is a MQL4 Coding site; not a iOS app development site. I doubt anyone here will be able to help you. Your best bet will be to contact MetaQuotes directly or by using the service desk.
 
Why would you want an app to launch an app. Just open the existing app.
 
WHRoeder:
Why would you want an app to launch an app. Just open the existing app.

Because that is how inter-process communication is done in iOS. When you want to pass on a document or specific information, you use a Custom URL scheme and launch the respective app.

However, I suspect that the MetaTrader app probably does not except any documents or data to be passed onto it.

 

Did you manage to solve it?


I know how to do the code, But I don't know the scheme of mt4 on android and ios.

 

Did someone find out the url scheme of mt4 on iOS?

I am working on a project where I need to open mt4 from our app. Would appreciate the help!

Reason: