On the new Samsung NOOK devices (which have both Google Play and the Nook app store) I get the following error if I try to call native.showPopup with the appstore (I’m properly passing an options table with the ean)
I/Corona ( 9957): Error: /Users/jenkins/slaveroot/workspace/Templates/label/android/platform/resources/init.lua:877: native.showPopup() does not support appStore popups on this device
So I added a check for native.canShowPopup and it’s returning true. The target app store is nook. The app is not yet published but I do have the EAN already and I’m passing that in properly.
Should I expect this issue to resolve itself once the app is actually live?