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

Cannot configure timeToWaitForATTUserAuthorization for AppsflyerPlugin #926

Closed
ebeigarts opened this issue Mar 12, 2024 · 2 comments
Closed
Labels
bug Something isn't working 🚧 Work In Progress

Comments

@ebeigarts
Copy link

Currently there is no way to configure timeToWaitForATTUserAuthorization for AppsflyerPlugin. It is hardcoded as 60.
In our app the tracking prompt is not triggered on the first screen, so we want to increase the timeout.

https://github.com/segmentio/analytics-react-native/blob/master/packages/plugins/plugin-appsflyer/src/AppsflyerPlugin.tsx#L28

Expected behavior

new AppsflyerPlugin({ timeToWaitForATTUserAuthorization: 120 })
@ebeigarts ebeigarts added the bug Something isn't working label Mar 12, 2024
@oscb
Copy link
Contributor

oscb commented Mar 18, 2024

I'll add an option for this in the configuration.

@alanjcharles
Copy link
Contributor

addressed in #945

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 🚧 Work In Progress
Projects
None yet
Development

No branches or pull requests

3 participants