Android: Open Play Store Links From Phonegap App
I want to open a link to the google play store from my phonegap 3.4 app. Calling market://details?id=com.google.android.apps.maps leads to an ActivityNotFoundException which is def
Solution 1:
I'm gonna answer my own question:
Turns out the code was perfectly fine but Google Play Store wasn't installed on the simulator that I was using. On a real device with the Google Play Store App installed, everything was working.
Post a Comment for "Android: Open Play Store Links From Phonegap App"