Describe the bug
Add any other context about the problem here.
We are using checkTrialOrIntroDiscountEligibility in iOS with swift after get the product, and we notice that this call is too slow (even 45s - 1 min).
Purchases.shared.checkTrialOrIntroDiscountEligibility(productIdentifiers: ["productIdentifier"]) { result in
....
}
- Environment
- Platform: iOS
- SDK version: 4.10
- StoreKit 2 (enabled with
useStoreKit2IfEnabled) (Y/N): N
- OS version: 15.5
- Xcode version: 13.4.1
- How widespread is the issue. Percentage of devices affected: Unknown/Random
Additional context
Environment: Real device & simulator. iOS 15.5
SDK Version: "4.10.0"
Code that is too slow
Purchases.shared.checkTrialOrIntroDiscountEligibility(productIdentifiers: ["productIdentifier"]) { result in
....
}
Describe the bug
Add any other context about the problem here.
We are using checkTrialOrIntroDiscountEligibility in iOS with swift after get the product, and we notice that this call is too slow (even 45s - 1 min).
useStoreKit2IfEnabled) (Y/N): NAdditional context
Environment: Real device & simulator. iOS 15.5
SDK Version: "4.10.0"
Code that is too slow