when testing the InApp-Purchasing on iOS I always get into the “failed” state of the transactionListener with event.transaction.errorType=unknown
and
event.transaction.errorString=connection to iTunes store not possible (or so)
But I have tested other apps and there everything is working fine.
Are there some “obvious” reasons for landing in the “failed” state maybe and I can’t see them because I have looked to long at this code now!?
Any help and hints welcome!
One more question:
The product for iOS is purchased like this, right: store.purchase ({“ProductID”}) and on Google like this: store.purchase ("")?
I am asking because I can’t find any confirmation if this was changed lately in the docs… but with my other apps working I assume it still is like this, right?