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
ℹ I want to use Verify Subscription method instead of Verify Receipt method, because verify subscription method more convenient and have three case purchase, expire and not purchase, I don't want to expire date or purchase date extra. can I use this?
need to check subscription every time, update status to UserDefaults is this good approach, and will apple allow me to do that?
in Verify Subscription I set logic, this method first goes with production, if there is error then go with sandbox. (this is for apple review team)
The text was updated successfully, but these errors were encountered:
Actually the problem will be mitigated if we are allowed to call SwiftyStoreKit.completeTransactions multiple times in the app, instead of just at the launch. If we have auto-renewable subscription then we have to constantly check for subscription status.
Platform
iOS
In app purchase type
Auto-Renewable Subscription
Environment
Sandbox
Production
Version
ℹ Latest Version
Related issues
ℹ This is the question.
Question
ℹ I want to use Verify Subscription method instead of Verify Receipt method, because verify subscription method more convenient and have three case purchase, expire and not purchase, I don't want to expire date or purchase date extra. can I use this?
need to check subscription every time, update status to UserDefaults is this good approach, and will apple allow me to do that?
in Verify Subscription I set logic, this method first goes with production, if there is error then go with sandbox. (this is for apple review team)
The text was updated successfully, but these errors were encountered: