Please guide me , How to call one mobile application to another mobile application
Hi,
What you mean is, you have an application A, which opens an application B?
Cheers
Hi Deepak,
Not sure what you want to achieve here but you can check deeplinks to another OutSystems application from your application: https://success.outsystems.com/Documentation/How-to_Guides/Development/How_to_define_Mobile_App_deep_links
Akshay Puri wrote:
Hi, you can use this component, and if you want read more about please look to this post.
Cheers,Miguel
Deepak Rathore wrote:
If I get you correct, you want to launch App-B from App-A.
You can use the AppLauncherPlugin for same: https://www.outsystems.com/forge/component-overview/2622/applauncherplugin
Just pass the URI of any app that you want to open & that's it.