I use this code to open an app in the Play Store:
This app was removed and it is in a long review process.
How I can check If the app was published in Play Store before start the intent?
Thanks in advance for any tip.
B4X:
intent.Initialize(it.ACTION_VIEW, "market://details?id=com.mynewapp")
StartActivity(intent)
This app was removed and it is in a long review process.
How I can check If the app was published in Play Store before start the intent?
Thanks in advance for any tip.