J jchal Active Member Licensed User Longtime User Aug 24, 2017 #1 i undesrtand sofar the use of B4X: Dim Intent1 As Intent Intent1.Initialize(Intent1.ACTION_VIEW, "market://details?id=com.myapp.co") StartActivity(Intent1) i tred to use this lines of code but it did not work B4X: Dim Intent1 As Intent Intent1.Initialize(Intent1.ACTION_VIEW, "market://developer?id=mydeveloperID") StartActivity(Intent1) ehat is the correct code?
i undesrtand sofar the use of B4X: Dim Intent1 As Intent Intent1.Initialize(Intent1.ACTION_VIEW, "market://details?id=com.myapp.co") StartActivity(Intent1) i tred to use this lines of code but it did not work B4X: Dim Intent1 As Intent Intent1.Initialize(Intent1.ACTION_VIEW, "market://developer?id=mydeveloperID") StartActivity(Intent1) ehat is the correct code?
Erel B4X founder Staff member Licensed User Longtime User Aug 24, 2017 #2 https://www.b4x.com/android/forum/t...ll-your-app-on-google-play.53403/#post-334669 Upvote 0