We have three games in the Nook store (two paid for and one free). The free one is doing well, the paid for ones are not.
In the free game we have our own ads for the other apps, but they just link to our website and we want to link them to the Nook store.
I know there is a Nook store API (below) for this, but how do you do it through Corona? Anyone know if you can just format up a URL, if so what is it?
Intent i = new Intent();
i.setAction(“com.bn.sdk.shop.details”);
i.putExtra(“product_details_ean”,“2940043352927”); // Your real EAN goes here
startActivity(i);
Many thanks,
James [import]uid: 106799 topic_id: 30896 reply_id: 330896[/import]