-
Notifications
You must be signed in to change notification settings - Fork 92
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
Crash unrecognized selector
for WaitForATTUserAuthorization with timeoutInterval
#306
Comments
unrecognized selector
for WaitForATTUserAuthorization with timeoutInterval
@mattisssa Hi, nice to meet you. What is the iOS version and Xcode version you are using? |
Hey @af-obodovskyi 👋 xcode version is |
I got the same issue after integrating the 'Strict' AppsFlyer SDK, before that it just worked. |
Basically, the following APIs are not available in the Strict mode SDK and should not be used.
@mattisssa Sorry for making you wait for so long. If you use Strict mode SDK, please remove this code, it is unavailable for Strict. In other case, please reach me out here in the comments and we will investigate the issue. |
Report
I'm calling the
AppsFlyerLib.shared().waitForATTUserAuthorization(timeoutInterval: 60)
as it showed in documentation in gettingSDK Version
6.15.3
What did you do?
unrecognized selector
issueWhat did you expect to happen?
Launching without crash
What happened instead?
Crash with
unrecognized selector
issueThe text was updated successfully, but these errors were encountered: