Linking back to Amazon app store for ratings

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Mag
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 802
Joined: Fri Nov 16, 2012 10:51 pm

Linking back to Amazon app store for ratings

Post by Mag » Sat Jan 18, 2014 2:54 am

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.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Linking back to Amazon app store for ratings

Post by Mark » Sat Jan 18, 2014 1:52 pm

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
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Mag
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 802
Joined: Fri Nov 16, 2012 10:51 pm

Re: Linking back to Amazon app store for ratings

Post by Mag » Sat Jan 18, 2014 2:20 pm

Thank you Mark, works great.

Post Reply