NOOK Shop API now supported...?

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]

I doubt this is any IAP service, but more the new way to rate and review from your app or show your app’s product page from within your app.

I can’t put my hands on the API Call at the moment. [import]uid: 19626 topic_id: 32019 reply_id: 127633[/import]

We’ve added a new API in build #912 that allows you to display information about your app or other apps via the [lua]native.showPopup()[/lua] function. This is not documented in our public API documentation yet (and it won’t be until our next release), but it is documented in our daily build API documentation. Also, I’ve posted details on the following forum thread…

http://developer.coronalabs.com/forum/2012/01/03/link-review-nook-are-intents-required-workarounds#comment-126018
[import]uid: 32256 topic_id: 32019 reply_id: 127648[/import]

I doubt this is any IAP service, but more the new way to rate and review from your app or show your app’s product page from within your app.

I can’t put my hands on the API Call at the moment. [import]uid: 19626 topic_id: 32019 reply_id: 127633[/import]

We’ve added a new API in build #912 that allows you to display information about your app or other apps via the [lua]native.showPopup()[/lua] function. This is not documented in our public API documentation yet (and it won’t be until our next release), but it is documented in our daily build API documentation. Also, I’ve posted details on the following forum thread…

http://developer.coronalabs.com/forum/2012/01/03/link-review-nook-are-intents-required-workarounds#comment-126018
[import]uid: 32256 topic_id: 32019 reply_id: 127648[/import]