iOS Question Load an app in App Store (from my app)

Giusy

Active Member
Licensed User
Hi,
in B4A, I load (from my app) another app in Play Store with this code:
B4X:
Private Market As Intent
    Market.Initialize(Market.ACTION_VIEW, "market://details?id=name.app")
    StartActivity(Market)

What code should I use in B4I?
Thank you
 
Top