benjaminmayo / merchantkit

A modern In-App Purchases management framework for iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to trigger FetchingState.FailureReason ?

peterwarbo opened this issue · comments

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

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.

Thanks that worked 👍