Balaso-Software / app-tracking-transparency-for-unity

Later this year Apple will require your apps/games to request user's authorization in order to obtain the Identifier for Advertising (IDFA), used to optimize and maximize your Ads revenue
16 stars 1 forks source link

Not Showing Pop up #4

Closed vishnudevasi closed 4 years ago

vishnudevasi commented 4 years ago

hi Its build Successfully in Xcode 12 but I didn't see any Pop-up in my XR device and in Xcode log its showing Authorization status: Authorized and also obtaining IDFA but didn't see any Pop-up so why this happen?

Thanks

manelizzard commented 4 years ago

Hello @vishnudevasi,

Which iOS version is running on your XR device? Authorization popup will only show on iOS 14+ devices

vishnudevasi commented 4 years ago

oh ok got it my iOS version is 13.3.1

manelizzard commented 4 years ago

That's perfectly fine. For iOS 13 and lower devices, the ASIdentifierManager is used, so popup won't show but you'll get proper authorization status and IDFA.

When your device updates to iOS 14, then you'll see the popup when requesting the authorization.