2 Replies Latest reply: Jul 3, 2012 7:31 AM by Idlemedia RSS

    NOOK store linking

    spinlight Community Member

      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);

        • 1. Re: NOOK store linking
          Mark.fromOP Community Member

          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/

          • 2. Re: NOOK store linking
            Idlemedia Community Member

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