Page 1 of 1

Linking back to Amazon app store for ratings

Posted: Sat Jan 18, 2014 2:54 am
by Mag
Hi all,

How to link back to Amazon app shop or amazon market to request review and rating for the app? :oops:

In iOS apps, I just use the iTunes web link.

Re: Linking back to Amazon app store for ratings

Posted: Sat Jan 18, 2014 1:52 pm
by Mark
Hi,

Code: Select all

launch url "market://details?id=com.your_bundle.id"
or

Code: Select all

launch url "http://www.amazon.com/gp/mas/dl/android?p=com.your_bundle.id"
Kind regards,

Mark

Re: Linking back to Amazon app store for ratings

Posted: Sat Jan 18, 2014 2:20 pm
by Mag
Thank you Mark, works great.