We found a new problem we haven’t seen before.
On my Android 6.0 HTC One A9, when we attempt to take someone to create a rating/review at system.openURL(“https://play.google.com/store/apps/details?id=us.rdgames.PlayTheBible#details-reviews”), we get the message:
“To view this content, install and set up a web browsing app.”
I’ve been told that I should do it this way, but can anyone confirm this?
local options = {
iOSAppId = “1234567890”,
supportedAndroidStores = { “google”, “amazon” }
}
native.showPopup( “appStore”, options )
Can anyone provide guidance on the best method to open the Ratings page for all app stores?