-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
I use this method for detecting trial status
try? await Qonversion.shared().checkTrialIntroEligibility(productIds)
I have two auto-renewable subscriptions in my subscription group. The first one has trial, the seconds one doesn't have
- Install app
- Method returns that first subs status is intro eligible, second status is non intro product
- Purchase second subs and cancel it
- Wait for cancelling subs and launch app
- Method returns that first subs status is intro ineligible, second status is non intro product