Request Rating on Android Market? Nook?

Hi!

In my iOS version, I am able request a rating and link to the App in iTunes through the App ID. Does anyone know the equivalent method for the Android Market? How about the Nook?

Thank you! [import]uid: 8139 topic_id: 22677 reply_id: 322677[/import]

Anyone done this? Launch a link to their App in the Android Market to get a rating? Anyone? [import]uid: 8139 topic_id: 22677 reply_id: 90767[/import]

Anyone? [import]uid: 8139 topic_id: 22677 reply_id: 91115[/import]

The only way I could find was to use the standard android market url e.g. https://market.android.com/details?id=com.nativetongue.spanishsmash.pro

If on a device this should open the market app to your app but the user then has to find how to review it which is not obvious so the hit rate is really low - still it’s better than nothing.

About 20% of the time that we ask people to rate they actually click yes but then only 10% of thos go on to actually rate the app, making the real proportion of ratings to requests < 1%. It’s very frustrating like many other things about the Android market and hopefully it will be improved soon but I’m not holding my breath. [import]uid: 60648 topic_id: 22677 reply_id: 91381[/import]

Android & Amazon both respond well to this style url link
[lua]BUNDLE = “com.bradherman.games.puppetshow”
ReviewURL = “market://details?id=” … BUNDLE [/lua]

For Amazon you could do this, however the one above redirects to amazon when it’s run on an app bought from the amazon market

[lua]BUNDLE = “com.bradherman.games.puppetshow”
ReviewURL = “http://www.amazon.com/gp/mas/dl/android?p=” … BUNDLE [/lua]
[import]uid: 110373 topic_id: 22677 reply_id: 91391[/import]

@brad.herman that is the short form of the URL that I indicated in my post, it still doesn’t link you straight to the review section, only to the app on the market app.

Also I think it will be possible to link directly to a review on the Amazon market with a Kindle Fire but I haven’t finished testing yet. I will post here when I have if it works. [import]uid: 60648 topic_id: 22677 reply_id: 91395[/import]

Does anyone know what the URL would be on a Nook to link to the app in the Barnes and Noble store? Do they use market:// too or do you need to use the Barnes and Noble website link?

Thanks,
Mark [import]uid: 117098 topic_id: 22677 reply_id: 108060[/import]

@mnewnam- this link will work for the nook store, just replace the number at the end with your EAN from the store and your set.

https://nookdeveloper.barnesandnoble.com/tools/dev/linkManager/2940043904478 [import]uid: 126161 topic_id: 22677 reply_id: 109425[/import]