Launching the Mobile Application from Another Application (Magic xpa 4.x)
You can launch your application from another application or from an email using the links defined below.
You can retrieve the query parameters sent to the application (after the ? in the URL) by using the ClientOSEnvGet function with the value of 'device_udf|getargs'.
On Android devices:
You can launch your application from another application or from an email using the following link:
http://com.mycompany.myapp?parameters
where com.mycompany.myapp is a unique identifier for the application.
By default, the value defined is the application bundle identifier, but you can change it by setting another value to the android:host key in the android.manifest file.
On iOS devices:
You can launch your application from another application or from an email using the following link:
myapp://?parameters
where myapp is a unique identifier for the application.
By default, the value defined is the application name (without spaces), but you can change it by setting another value to the CFBundleURLSchemes key in the MagicApp-Info.plist file.