isAdvertisingTrackingEnabled in iOS 14

As documented, this flag should return YES in iOS14, but we are seeing it as NO for games built with the iOS 14 beta SDK. Could I ask for some clarification, here? Will this flag be false for apps built with the iOS 14 SDK and true for apps built with earlier versions?

Replies

Hello,

It seems Apple changed the documentation. It now says it will always return NO.

https://developer.apple.com/documentation/adsupport/asidentifiermanager/1614148-isadvertisingtrackingenabled

Have a nice day !
Will this behavior be changed now that the IDFA is available on iOS 14 until early next year? Returning NO even when the IDFA is available/non-zero breaks compatibility with many existing apps and SDK's which don't use the IDFA unless the value of advertisingTrackingEnabled is YES.