wix/AppleSimulatorUtils

Support for iOS 14 track permission

HackingGate opened this issue · 3 comments

Starting in iOS 14. AppTrackingTransparency framework is required to get device’s advertising identifier.
Details here https://developer.apple.com/app-store/user-privacy-and-data-use/

Hello,

Can you please provide a small, native (not RN) example project where this API is invoked?

Thanks

@LeoNatan

I added example in #74

I also took a look into Singular-SKAdNetwork-App. Both IDFA(legacy) and SKAdNetwork use the same logic to request permission.
Changing title.

Cool, thanks!
I’ll try looking into it soon.