benjaminmayo / merchantkit

A modern In-App Purchases management framework for iOS.
MIT License
1.11k stars 74 forks source link

How to trigger FetchingState.FailureReason ? #48

Closed peterwarbo closed 4 years ago

peterwarbo commented 4 years ago

I'm trying to test my app in airplane mode but even though it's on productInterfaceController.fetchingState doesn't return a failed state?

benjaminmayo commented 4 years ago

I have noticed that the StoreKit framework appears to implement some caching procedures lately. You should try deleting the application and reinstalling it, with Airplane Mode enabled.

peterwarbo commented 4 years ago

Thanks that worked 👍