-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hi There,
I've installed this lib and well displaying the request Tracking, but the custom IDFA isn't showing up
This is my code:
import {
getTrackingStatus,
requestTrackingPermission,
TrackingStatus,
} from 'react-native-tracking-transparency';
getTrackingStatus()
.then((status) => {
if (status !== 'denied' && status !== 'authorized') {
this.requestPermissions();
}
else {
this.setState({
trackingState: status
});
}
})
.catch((e) => Alert.alert('Error', e?.toString?.() ?? e));
Any help please !
Regards
Metadata
Metadata
Assignees
Labels
No labels