Giusy Active Member Licensed User Jan 2, 2019 #1 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
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
Giusy Active Member Licensed User Jan 2, 2019 #2 Solved with main.App.OpenUrl("https://itunes.apple.com/us/app/.......") Upvote 0