I want to see if others are having the same issue, and how to go about it.
We recently implemented IAP in our app, and it was approved by Amazon. When we did a minor update to the app, it got rejected because it wont run on Samsung devices. We went back and realized that even the approved app didn’t run on Samsung devices. So, it appears this may be a new requirement from Amazon. Here is the bug report from Amazon:
Upon launch, the app force closes, crashes, or displays
only a black screen.
Steps to Reproduce:
1.Install and launch the app.
2.The app exits to the device home screen.
OS/Device(s)/Form Factor: 4.1.2/Samsung Note/Phone+Tablet
When we went back to the code, and all we did was to remove the store.init and store.foobar() code, the app launches properly. Similarly, if we leave store.foobar() in place, but build for the Google Play market, things run smoothly on Samsung. So, it appears to be an issue directly related to including Amazon IAP in our code. We use Corona build #2013.1227.
I am thinking this is a bug? Has anyone else run into this? Thanks for the help!
Andrew