You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.
To simulate a network offline situtation I have device in Airplane mode during startup. This causes the productsRequest to fail. It never attempts to request the products again even after network is restored.
The text was updated successfully, but these errors were encountered:
See MkStoreKit.h file for answer. You are responsible to check if there is internet available when starting the app and call startProductRequest when internet is available
/*!
@abstract Initializes MKStoreKit singleton by making the product request using StoreKit's SKProductRequest
To simulate a network offline situtation I have device in Airplane mode during startup. This causes the productsRequest to fail. It never attempts to request the products again even after network is restored.
The text was updated successfully, but these errors were encountered: