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

Commits on Feb 22, 2024

  1. Merge pull request #3221 from numbersprotocol/v240220-capture-cam-ion…

    …ic-launch
    
    v240220 capture cam ionic launch
    shc261392 authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b32471d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e9c887 View commit details
    Browse the repository at this point in the history
  3. Ensure push notification confirmation dialog follows ATT confirmation…

    … 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 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    8ef8185 View commit details
    Browse the repository at this point in the history