lkching7 Member Licensed User Longtime User Dec 22, 2018 #1 Just Like b4a Redirect to Google Play Store. B4X: 'Goto Google Play Store Dim fURI As String fURI = "market://details?id=o3.xxxxx" Dim Market As Intent Market.Initialize(Market.ACTION_VIEW,fURI) StartActivity (Market)
Just Like b4a Redirect to Google Play Store. B4X: 'Goto Google Play Store Dim fURI As String fURI = "market://details?id=o3.xxxxx" Dim Market As Intent Market.Initialize(Market.ACTION_VIEW,fURI) StartActivity (Market)
MarcoRome Expert Licensed User Longtime User Dec 22, 2018 #2 B4X: App.OpenUrl("https://itunes.apple.com/us/app/.......") Upvote 0
lkching7 Member Licensed User Longtime User Dec 22, 2018 #3 MarcoRome said: B4X: App.OpenUrl("https://itunes.apple.com/us/app/.......") Click to expand... Thank a Lot !!! Upvote 0
MarcoRome said: B4X: App.OpenUrl("https://itunes.apple.com/us/app/.......") Click to expand... Thank a Lot !!!