sbugert / react-native-admob

A react-native component for Google AdMob banners
BSD 2-Clause "Simplified" License
1.13k stars 532 forks source link

🔥🔥 Apple won't approve app because of IDFA (admob is referencing it somewhere) #531

Open ilyakar opened 3 years ago

ilyakar commented 3 years ago

Since my app is in the kids category, no references to the IDFA can be in the app whatsoever since July. Admob is at the core of the issue, and, I believe, the Google-Mobile-Ads-SDK pod is at the heart of it. How do I disable IDFA fully?

fatzhou commented 3 years ago

Is it necessary for the library to provide new api to get idfa permission on iOS 14?

ilyakar commented 3 years ago

For a kids app, even requesting permission isn't allowed. So IDFA cannot be referenced or included at all.

salman-pixarsart commented 3 years ago

Is it resolved?