Is it possible to turn off IDFA tracking by default for your app, and not display the popup to users?

In iOS 14, apps will have to get permission from users for IDFA tracking. If we don't use IDFA, can we turn it off by default instead of showing users the popup asking permission?


After doing some search, I found that if AdSupport.framework is not added to your app's target, the IDFA will not be present and you should not worry about any 3-rd party SDK being trying to access it.

I opt for this direction and will try my app review.

Is it possible to turn off IDFA tracking by default for your app, and not display the popup to users?
 
 
Q