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

Does not work on iOS 14.3 and 14.4 #16

Closed KWarp closed 3 years ago

KWarp commented 3 years ago

I bought this product and followed the instructions. On my iPhone XS running iOS 14.2, the Permissions popup appears correctly. On my iPhone 12 running iOS 14.4, it does not appear. It has been rejected repeatedly from the App Store over this technicality. Please help.

More information can be found at this ticket: https://developer.apple.com/forums/thread/669490

manelizzard commented 3 years ago

Hello @KWarp. It has been proved XCode 12.3 does have some bugs on the ATT library. Are you using that version? If so, would you please update to latest XCode version?

This issue might be related: https://github.com/Balaso-Software/app-tracking-transparency-for-unity/issues/18

Thanks

KWarp commented 3 years ago

Unfortunately, I am seeing this issue on XCode 12.4

KWarp commented 3 years ago

I deleted my XCode 12.4 project and regenerated it with Unity. Now App Tracking Transparency works! The native framework must have needed to be rebuilt.

manelizzard commented 3 years ago

Thanks for checking @KWarp!