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

App Tracking Transparency (ATT) support #54

Closed
benedictstrube opened this issue Apr 29, 2021 · 4 comments
Closed

App Tracking Transparency (ATT) support #54

benedictstrube opened this issue Apr 29, 2021 · 4 comments

Comments

@benedictstrube
Copy link

With the release of iOS 14.5, tracking frameworks are only allowed to access a users IDFA after he/she gave his/her consent actively. For the iOS AppsFyler SDK, there is the option to delay events (such as app installs) tracked with AppsFlyer until the user had the option to answer the dialogue asking for his consent to be tracked (and as a result, send those events with the IDFA from then on instead of sending them without IDFA until he gave his consent). However, I cannot find the option to do this in the Nativescript plugins API or documentation. Am I missing something?

In my understanding, it is really important to delay especially the app installs until the IDFA is accessible, to optimise advertisement campaigns. So it seems important, that events are delayed. When the option to delay events is not accessible in the plugin, is there another way? Like initialising the plugin after asking for consent? Does this also delay events?

@GM-appsflyer
Copy link
Contributor

Hey @benedictstrube ,

Thank you for reaching out!
We're working on adding the waitForATTUserAuthorization API:
https://support.appsflyer.com/hc/en-us/articles/207032066#integration-33-configuring-app-tracking-transparency-att-support

Hopefully this week!

@bergerbyte
Copy link

Hi, is there anything new yet?

@GM-appsflyer
Copy link
Contributor

Hey @bergerbyte ,
I believe next week this API will be added.

Thank you for your patience!

@GM-appsflyer
Copy link
Contributor

GM-appsflyer commented May 13, 2021

Hey @bergerbyte ,
waitForATTUserAuthorization API was added in v6.2.6-2.
Here is a quick guide on how to set NS for iOS 14:
https://github.com/AppsFlyerSDK/appsflyer-nativescript-plugin#ios14

Closing this thread, but please let us know if you've encounter any issue!

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

No branches or pull requests

3 participants