When I call the [lua]store.purchase{com.company.app.iap}[/lua] my transaction callback goes straight to ‘failed’ and prints error invalidPayment, Cannot connect to the iTunes Store.
[lua] elseif transaction.state == “failed” then
native.showAlert(transaction.errorType, transaction.errorString, {“Ok”})[/lua]
I have tried both signed in and signed out of the itunes store with my test account.
It is an ad-hoc build and the IAP product has been in iTunes connect for more than 48 hours.
I am just backing up my device, ready for a full restore, as a few old posts by Naomi (I’m addicted to BeetleBounce btw!) suggests.
maybe I am calling it wrong but i have tried both [lua]store.purchase{com.company.app.iap}[/lua] & [lua]store.purchase(com.company.app.iap)[/lua]
Any ideas?
[import]uid: 62706 topic_id: 30231 reply_id: 330231[/import]