Publish app with IDFA permission before lunch of iOS 14

It is possible to submit application to app store, before lunch of iOS 14 with AppTrakingTransparency framework to avoid loose IDFA ?

Thanks
Hi, after some quick test (I'm interested in the topic too) it seems that apps built with SDKs earlier than iOS 14 (like apps currently available on the App Store) still receive IDFA on iOS 14 beta 1 without any changes; my guess, only when you'll build your app with the new Xcode 12, you have to ask tracking permission using the AppTrakingTransparency framework in order to get access to IDFA.
Hi, from the session it looks like all the apps running on iOS 14 will loose the IDFA if not built against iOS 14 and thus needs to show the permission prompt.

Around 29 minutes:

The App Tracking Transparency framework is only available in the iOS 14 SDK. This means that if you haven't built your app against iOS 14, the IDFA will not be available and the API will return all zeros.


Thank you, I was wrong. Effectively, analyzing the right logs, as now IDFA isn't sent from apps running on iOS 14 and built with previous SDKs, as said in the session.
Publish app with IDFA permission before lunch of iOS 14
 
 
Q