In my android app I do give users an option to rate my app (a 'rate me' button within the app menu). For GooglePlay version I use the market:// URL scheme to open the GooglePlay app. For an app build that reaches Amazon I do open an http:// url that shows my app on Amazon Store ... but I do wonder if there is a better way. A way to open Amazon AppStore directly using an Intent.
Thanks in advance.