Wrong result checkTrialIntroEligibility
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
Hello, @nmalevich . The eligibility for the intro is checked based on the existence of any subscription within this subscription group. If there is at least one subscription, the user is considered unavailable for the intro offer.
Hello @suriksarkisyan But this behavior isn't native, after cancelling subs without trial in native purchase StoreKit sheet I see trial offer
Any updates?