>> When I'm okay with the fact that the app and SDK can't access the IDFA does my app still need to ask for tracking permission?
Can there be clarification of the answer on this, because some of what I've researched and read confuses me? If my goal is to show only non-personalized ads so that my app doesn't need to ask the user for tracking permission in California, Europe, or anywhere at all via iOS's ATT or anything similar – just to keep things as simple for the user as possible – what are all the things I need to do?
• I changed my AdMob settings to non-personalized ads for EEA and UK
• I changed my AdMob settings enable restricted data processing for CCPA
• I blocked "Additional ad technology vendors" in AdMob Blocking Controls
What else is required if my goal is to get through iOS App Store Review without having to declare IDFA use or include ATTrackingManager.requestTrackingAuthorization in code? If the user declines the tracking, the IDFA is all 0's, if I understand. Can I shortcut that process and just assign it to all 0's directly in the app?
My goal is just a clear list of the steps to take to avoid ATTrackingManager.requestTrackingAuthorization, and then I can decide which course to take.
Thank you!