I’d like to put a “Rate This App”-link in an Android App to open up the app-listing in the user’s Google Play store app on their phone.
- What code do I have to write to create the
market://orhttp://-link open in the Google Play store app on the phone? - Where do you put the code?
- Does anyone have a sample implementation of this?
- Do you have to specify the screen where the
market://orhttp://link will be placed, and which is the best to use –market://orhttp://?
I open the Play Store from my App with the following code:
Option 2:
is to use resolveActivity instead of try..catch