-
Notifications
You must be signed in to change notification settings - Fork 123
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
iOS SDK not working since 6.13.2 #310
Comments
👋 Hi @Danyalo and Thank you for reaching out to us.
|
Hi @Danyalo , |
Thanks for the suggestion, I will try it as a last resort. |
@Danyalo In my application on IOS, the onDeepLinking is not triggered or is unable to retrieve the deep_linking_value file. Is it working for you? |
Hi @Danyalo , Thank you and have a great day :) |
Hey @al-af
|
@ianoliveira12 yes it's working, I'm passing values from OneLink solution to the |
@al-af thank you for the quick fix! |
@Danyalo How did you implement it on iOS? when I click on the link. and I do. When installing the app, the first opening does not recover the deeplink value, but when I already have the app installed, it works. |
Describe the bug
After the latest update to Appsflyer Flutter package, all iOS events stopped coming from my iOS app. SKAN data also stopped coming. What's more, iOS SDK v6.13.2 was not being picked up by Appsflyer dashboard at all, which leads me to believe it's the issue with iOS SDK not being started at all. I'm not sure at the moment whether this is caused by changes in iOS SDK (6.13.1 -> 6.13.2), changed in Flutter package code (6.13.0+2 -> 6.13.2), or by something with my my app setup specifically.
I can confirm that the breaking change for me was simple updating Flutter package, and after a revert everything started working again.
To Reproduce
Steps to reproduce the behavior:
appsflyer_sdk: ^6.13.2
Expected behavior
Appsflyer SDK is recognised by Appsflyer dashboard, events are reported
Smartphone (please complete the following information):
Additional context
Can you please double check that no breaking changes were introduced in Flutter package 6.13.2, and that the way I start Appsflyer SDK is still valid for this version?
The text was updated successfully, but these errors were encountered: