segmentio / analytics-react-native

The hassle-free way to add analytics to your React-Native app.
https://segment.com/docs/sources/mobile/react-native/
MIT License
354 stars 181 forks source link

Update timeToWaitForATTUserAuthorization in appsflyer plugin to be configurable #945

Closed hvardhan-unth closed 1 month ago

hvardhan-unth commented 1 month ago

Issue - Cannot configure timeToWaitForATTUserAuthorization for AppsflyerPlugin

Fix - Update the code for timeToWaitForATTUserAuthorization in AppsflyerPlugin to be configurable and if do not pass then it will pick the default added value of timeToWaitForATTUserAuthorization.

Tested the updated code on android emulator.