Skip to main content
Known Participant
June 28, 2012
Question

NOOK store linking

  • June 28, 2012
  • 2 replies
  • 696 views

Does anyone know how I'd go about linking to apps in the NOOK store from within a flash/air app?

For iOS it can be done with basically a hyperlink. Here is what I've found on the NOOK support page:

Intent i = new Intent();
i.setAction("com.bn.sdk.shop.details");

i.putExtra("product_details_ean","2940043352927");
//your real EAN goes here
startActivity(i);

This topic has been closed for replies.

2 replies

Mark.fromOP
Inspiring
June 29, 2012

I've had this issue trying to link to the store for a prompted review and had no luck, I end up linking to a site which you cant even rate on. I put up a topic about it and the nook team was not very helpful, they gave me that same android native code answer.

This free native extensions from milkman games might be what you are looking for. (scroll all the way to the bottom)

www.milkmangames.com/blog/tools/

Known Participant
July 3, 2012

Yep, I use what Mark linked to. Free, well-documented, and works perfectly