iOS Question Open third-party application

Alberto SN

Member
Licensed User
Hi!

I need to open inside my app other app.

For example, in B4A I called him with this code:

B4X:
Dim Intent1 As Intent
Dim pm As PackageManager
                    Intent1 = pm.GetApplicationIntent ("com.package.example")
                    StartActivity (Intent1)

On iPhone exist any alternative?

Thank you so much.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…