iOS Question iStore - No connection time-out

Alexander Stolte

Expert
Licensed User
Longtime User
I use the iStore library to offer in-app purchases in my app.
With RequestProductsInformation you can list the products, but they require an internet connection.
The problem is that the InformationAvailable event is never triggered when the phone is in flight mode. So I can't react if the fetching of the information has failed.

What can I do about this?
 
Top