requestTrackingPermission returns 'denied'
requestTrackingPermission returns 'denied' status without check for answer from modal.
requestTrackingPermission() .then(trackingStatus => { console.log('requestTrackingPermission', trackingStatus); // here shows "requestTrackingPermission denied" });
reactnative 0.73.7
the same for me !!! Only in debug mode, OK in release
Is there a way around this???
same
I've been having the same issue when running on a physical device and it was because of my device's Settings. Check the following:
Settings -> Privacy & Security -> Tracking
If you have it turned off at the global level, your device will automatically reject requests for tracking: