127
Views
4
Comments
Call one mobile application to other mobile application
Question

Please guide me , How to call one mobile application to another mobile application

2025-11-19 06-14-01
Miguel Verdasca
Champion

Hi,

What you mean is, you have an application A, which opens an application B?

Cheers

2023-01-04 05-10-52
Akshay Puri

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

2025-11-19 06-14-01
Miguel Verdasca
Champion

Akshay Puri wrote:

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

Hi, you can use this component, and if you want read more about please look to this post.

Cheers,
Miguel


2021-04-09 11-42-43
assif_tiger
 
MVP

Deepak Rathore wrote:

Please guide me , How to call one mobile application to another mobile application

Hi Deepak,

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.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.