I’ve been trying to figure out how I can put in a link to my app’s Google Play Store page, to invite users to rate the app. I already have a normal http link which does work, but it opens the store page in a browser, and I’d like it to open up directly in the Google Play app on the phone. How can this be done?
Furthermore, when it opens the link in the browser, it asks whether I’d like to watch the page in the Google Play app instead, but if I select yes, it gives me an “net::ERR_UNKNOWN_URL_SCHEME” error.
Any ideas on how to fix this?
Hmmm… That URL you have is not valid: intent: is not a well-known “URL scheme” (unlike http: and https:) and not handled by AppSheet (apparently). You’ll need to find an https: URL.
@Steve
intent:// is the internal director for the Google Play which in fact should redirect to the app’s comments section in the browser. However, it’s tied to goo.gl and as goo.gl is deprecated a new service is needed. I believe it will be better if @Viktor refer to the Google Play Developer page for that URL.