-
Notifications
You must be signed in to change notification settings - Fork 43
not working with ios below 15 #120
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
Comments
Hi @DrWaleedNour! AdaptyUI methods are only available on iOS 15 or later. What exactly do you mean by ‘crash’ in this context? |
when update to last version, the app not lanuch, its min. target is = ios 13, but when downgrade adapty to verision 3.1.0, it is worked, so last version not compatible with ios 14 or 13 |
@DrWaleedNour as I said, now it is possible to use AdaptyUI methods only with iOS 15 or newer, so you have to wrap all the method calls with |
@x401om (after update from v2.11.1 to v3.5) |
@x401om @DrWaleedNour and on iOS < 15 it would crash because it ended up iterating over the new StoreKit2 classes that Adapty’s latest version adds. The solution was to avoid that global class-list enumeration by explicitly setting "objectTypes" on my Realm configuration. Just sharing here in case anyone else runs into the same issue |
i update adapty to version 3.4.1, it working good with ios 15 and later, but it cause crash in configuration with below ios 15
The text was updated successfully, but these errors were encountered: