When we request the current entitlements for a user using the Transaction.currentEntitlements
static method, does StoreKit provide transactions for subscriptions with a Product.SubscriptionInfo.RenewalState
set to .inGracePeriod
or only .subscribed
?
I'm asking because as a developer we need to give access to content to a user if its subscription is in .inGracePeriod
. So in my opinion, the user is still entitled to this subscription.
I've not found any information in the documentation, WWDC videos or Apple sample codes. The documentation explains
The latest transaction for each active auto-renewable subscription
Is .inGracePeriod
considered an active subscription?