This is the new API that they introduced i think around build 929 to make a Rate this App button in your app. It will send them to the right place based on if they are on a Nook, Kindle Fire, regular Andriod from Google Play, or to iTunes for a Apple device.
Make sure you replace my package names and EAN numbers with yours.
[lua] local settings =
{
iOSAppId = “573990592”,
nookAppEAN = “2940043931467”,
androidAppPackageName = “com.bluefireventures.flashcardsunitedstates”,
supportedAndroidStores = { “samsung”, “google”, “amazon”, “nook” },
}
native.showPopup(“rateApp”, settings) [/lua] [import]uid: 88147 topic_id: 32507 reply_id: 129281[/import]