Closed peterwarbo closed 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?
productInterfaceController.fetchingState
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 👍
I'm trying to test my app in airplane mode but even though it's on
productInterfaceController.fetchingState
doesn't return a failed state?