iOS Question AppTrackingTransparency avoid tracking

angel_

Well-Known Member
Licensed User
Longtime User
I have implemented AppTrackingTransparency in the App like this:


And when uploading it to the AppStore it rejects it by not avoiding tracking

I use:
- iFirebaseAnalytics
- iAdMob
 

angel_

Well-Known Member
Licensed User
Longtime User
I'm not 100% sure that it is related to ads. Are you asking the user for any personal information such as email?
No


I use consent like this:
B4X:
'....
If rbtPERSONALIZED.Checked Then
        consent.ConsentState = consent.STATE_PERSONALIZED   
    Else If rbtNON_PERSONALIZED.Checked Then
        consent.ConsentState = consent.STATE_NON_PERSONALIZED
    Else If rbtUNKNOWN.Checked Then
        consent.ConsentState = consent.STATE_UNKNOWN
        PaidVersion
    End If
End If
LoadAd
 
Last edited:
Upvote 0

angel_

Well-Known Member
Licensed User
Longtime User
I think the problem is FirebaseAnalytics, Is the use of FirebaseAnalytics compatible with AppTrackingTransparency?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…