Rate my app button?

Monkey Archive Forums/Monkey Discussion/Rate my app button?

CopperCircle(Posted 2013) [#1]
Has anyone one added a rate app button for any of the platforms? did you have to add it as an update after you got an app id?

Thanks.


Volker(Posted 2013) [#2]
I have simply added a button which shows my app in Google Play.
For that you must just know the package name.


CopperCircle(Posted 2013) [#3]
Do you have an example? do you just open a URL or does it open the Google Play store?

Thanks.


Volker(Posted 2013) [#4]
Google Play Store
LaunchBrowser("market://details?id=com.tireless.btournamentadfree") 

Amazon App Store
LaunchBrowser("amzn://apps/android?p=com.tireless.btournamentadfree") 

Using Diddys Launchbrowser command it will open the market app, not the browser.


CopperCircle(Posted 2013) [#5]
Great thanks.