-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for StoreKit Configuration Files #82
Comments
Hi, @vburojevic! Unfortunately, we don't support iOS Simulators at the moment. If you are using the StoreKit Configuration file, you will not be able to get a correct access level after the payment, although you will still be able to view paywalls and products. We have plans to address this in our roadmap, so I will tag this issue as an enhancement request. |
Hi, @x401om it seems this is on the roadmap for the last 3-4 years from all previous issues I found. |
@vburojevic at the moment it is planned for at late May - early June. |
Hey guys, still no updates on that? |
Hello, @solveit-vladislav-shilov! We are currently working on full StoreKit2 support and plan to release it soon. This will enable us to proceed with this task. |
I'f I'm purchasing a subscription via the StoreKit Configuration, the purchase goes through, but the access levels are not updated (
accessLevels: [:], subscriptions: [:]
). I guess Adapty doesn't support StoreKit Configurations?If I don't use the StoreKit Configuration, I get an endless loop of the IAP dialog. After subscribing, the dialog gets dismissed and shows again.
How to test IAP with Adapty on iOS simulators?
Adapty SDK Version:
2.10.3
Xcode Version:
15.3
Installation Method:
CocoaPods
Targeted Platforms:
iOS
The text was updated successfully, but these errors were encountered: