Just wondered if anyone else had noticed this.
I was running some tests on an Android Google Play device (based on some user feedback for IAP Badger) and found this behaviour:
- code initiates a call to store.purchase to Google IAP v3
- user is presented with dialog asking to confirm purchase
- user cancels purchase (eg. by pressing back button)
- Corona returns what should be a cancelled transaction event as a failed event with error code -1005
Has anyone else come across this?
I know it’s the most devastating mis-classification in the world, but it’s an inconsistency that might throw some apps.
Also - does anyone know if this is a new change or something that’s escaped my notice in the past? Maybe a change in behaviour back when Google moved to IAP v3?
Simon