App URL before launch (Kindle & Nook)

Hey guys,

I’m trying to push my first apps to Kindle & Nook this week. Wondering if anyone knows how you can get the URL of your app on Amazon/Nook Store before you launch so you can incorporate that into the app when you want to ask the user to “Rate Us”.

I didn’t see an obvious way in Amazon, after getting through the initial Add an App steps and Nook I haven’t started the app creation process.

Thanks in advance! [import]uid: 63276 topic_id: 33804 reply_id: 333804[/import]

For Amazon, I see the App ID in the portal. Would the URL be:
http://www.amazon.com/gp/product/[APP ID]/

??

I think that’s right…

Now for Nook… [import]uid: 63276 topic_id: 33804 reply_id: 134347[/import]

If you are wanting to have a Rate this App button, you should look at the native.showPopup() API call.

http://docs.coronalabs.com/api/library/native/showPopup.html

You need to know your EAN from Barnes and Noble or your AppID from iTunes, but for Amazon and Google Play, you don’t need to know anything more than the store you’re using.

You should be able to get your EAN from B&N after you’re meta data has been approved.

For the record:

Google Play: https://play.google.com/store/apps/details?id= com.yourname.yourapp
Amazon: http://www.amazon.com/gp/mas/dl/android?p= com.yourname.yourapp
B&N: https://nookdeveloper.barnesandnoble.com/tools/dev/linkManager/ your EAN
[import]uid: 199310 topic_id: 33804 reply_id: 134401[/import]

Thanks so much Rob for your responses. That’s really helpful.

One other question I have, that you may be able to answer… since this is my first app submission to the Nook store, at what point do I get my EAN? I’ve done everything except upload my APK file and they consider my application incomplete and have not supplied a EAN. Not sure what to do since I need that for the showPopup() function. =/

Thanks!
[import]uid: 63276 topic_id: 33804 reply_id: 134455[/import]

Ah… apparently you can just submit without the binary. :slight_smile: I should look a bit harder before I ask… hehe.

Thanks again! [import]uid: 63276 topic_id: 33804 reply_id: 134458[/import]

For Amazon, I see the App ID in the portal. Would the URL be:
http://www.amazon.com/gp/product/[APP ID]/

??

I think that’s right…

Now for Nook… [import]uid: 63276 topic_id: 33804 reply_id: 134347[/import]

If you are wanting to have a Rate this App button, you should look at the native.showPopup() API call.

http://docs.coronalabs.com/api/library/native/showPopup.html

You need to know your EAN from Barnes and Noble or your AppID from iTunes, but for Amazon and Google Play, you don’t need to know anything more than the store you’re using.

You should be able to get your EAN from B&N after you’re meta data has been approved.

For the record:

Google Play: https://play.google.com/store/apps/details?id= com.yourname.yourapp
Amazon: http://www.amazon.com/gp/mas/dl/android?p= com.yourname.yourapp
B&N: https://nookdeveloper.barnesandnoble.com/tools/dev/linkManager/ your EAN
[import]uid: 199310 topic_id: 33804 reply_id: 134401[/import]

Thanks so much Rob for your responses. That’s really helpful.

One other question I have, that you may be able to answer… since this is my first app submission to the Nook store, at what point do I get my EAN? I’ve done everything except upload my APK file and they consider my application incomplete and have not supplied a EAN. Not sure what to do since I need that for the showPopup() function. =/

Thanks!
[import]uid: 63276 topic_id: 33804 reply_id: 134455[/import]

Ah… apparently you can just submit without the binary. :slight_smile: I should look a bit harder before I ask… hehe.

Thanks again! [import]uid: 63276 topic_id: 33804 reply_id: 134458[/import]