Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open one App from another programmatically [duplicate]

Tags:

ios

url-scheme

We have a standard SAP BI App and we don't have the code for that and our company purchased it for our internal use and now my PM has asked me to open SAP BI App from our custom App programmatically and I have done it using url scheme's and then I am facing the problem he wants me to open our custom App automatically when ever the user clicks on a specific button in standard SAP BI App for which I don't have any code.

Is it possible to open my custom App from SAP BI App.

like image 434
Goutham P Avatar asked Jul 29 '26 22:07

Goutham P


2 Answers

The only way to open an app from other app is to enable it in the code of the app you want to be opened. If that app dones't provide a URL scheme to open it, you can't'

Read more here:

Launch an app from within another (iPhone)

like image 174
Antonio MG Avatar answered Aug 01 '26 11:08

Antonio MG


URL Schemes are the only way to communicate between apps.Apps that support custom URL schemes can use those schemes to receive messages.For example, an app that wants to show an address in the Maps app can use a URL to launch that app and display the address. and Here is something useful that i found related

like image 35
Buntylm Avatar answered Aug 01 '26 11:08

Buntylm



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!