I use the iStore library to offer in-app purchases in my app.
With
The problem is that the
What can I do about this?
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?