We’ve had a few Nook apps rejected for:
Test Case #16 - App uses Shop API for additional content
Your app redirects to BN.com instead of using the Shop API. Please
implement this API and resubmit.
In the Corona Quick Start page on the Nook site, it says:
Important - Rebuild your Corona app using Corona SDK Daily Build 934 or later to ensure you can use Corona’s “Build for NOOK” feature to target your app to the NOOK HD and NOOK HD+. Corona Build 934 also includes support for the NOOK SHOP Details API, which lets you reference your other apps in the B&N Shop. If you have existing apps in the B&N Shop, recompile them using this build before resubmitting the apps to Barnes & Noble.
(https://nookdeveloper.zendesk.com/entries/21832161-corona-quick-start)
I haven’t seen any notes in the blog or the release notes for daily build 934 about the addition of access to this Shop API.
Apparently, this is how it would be done without Corona, in Eclipse:
Intent i = new Intent();
i.setAction(“com.bn.sdk.shop.details”);
i.putExtra(“product_details_ean”,“2940043352927”); // Your real EAN goes here
startActivity(i);
Looking forward to getting more info on this very exciting addition of Corona supporting Nook’s Shop API. [import]uid: 42083 topic_id: 32019 reply_id: 332019[/import]