Google Play Review

Hi community, in the last days we post our first app on google play. (aka, Keka Killer ) But, i want to know how could i send to Google PLay Review from the app.

Does any one know?

Thanks in advance.

Sharop.
[import]uid: 77510 topic_id: 32507 reply_id: 332507[/import]

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]

I was just looking at the related thread, and it looks like this API has gone through some iteration. Might be worth checking this out:

https://developer.coronalabs.com/forum/2012/01/03/link-review-nook-are-intents-required-workarounds#comment-126018

Naomi [import]uid: 67217 topic_id: 32507 reply_id: 129295[/import]

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]

I was just looking at the related thread, and it looks like this API has gone through some iteration. Might be worth checking this out:

https://developer.coronalabs.com/forum/2012/01/03/link-review-nook-are-intents-required-workarounds#comment-126018

Naomi [import]uid: 67217 topic_id: 32507 reply_id: 129295[/import]