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

Custom IDFA message not showing #17

Open
mustapha-ghlissi opened this issue Dec 25, 2021 · 1 comment
Open

Custom IDFA message not showing #17

mustapha-ghlissi opened this issue Dec 25, 2021 · 1 comment

Comments

@mustapha-ghlissi
Copy link

mustapha-ghlissi commented Dec 25, 2021

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

@BerkeAras
Copy link

Same issue, I get this issue
IMG_0150
:

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

2 participants