Skip to content
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

Fix appsflyer i os integration test idfa not collected #3223

Conversation

sultanmyrza
Copy link
Contributor

Fixes #3222 here is the demo

shc261392 and others added 3 commits February 22, 2024 15:01
…ic-launch

v240220 capture cam ionic launch
… dialog

As the AppsFlyer team mentions, the AppsFlyer SDK should be initialized as soon as possible to collect potential events. Therefore, we initialize the AppsFlyer SDK first. However, before that, we need to display the ATT confirmation dialog. Only after that should we show the push notification confirmation dialog. This sequencing is necessary because iOS does not allow multiple native dialogs to be displayed simultaneously. If we attempt to open a native dialog while another is already on the screen, the system forcefully closes the previous dialog, as mentioned here: [https://pub.dev/packages/app_tracking_transparency#important-notice].
@sultanmyrza sultanmyrza merged commit 85468da into v240220-capture-cam-ionic-launch Feb 23, 2024
3 checks passed
@sultanmyrza sultanmyrza deleted the fix-appsflyer-iOS-integration-test-IDFA-not-collected branch March 2, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants