Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 364 Bytes

File metadata and controls

16 lines (12 loc) · 364 Bytes

ATTrackingManagerDemo

Use ATTrackingManager in Xcode 11

This demo can use the ATTrackingManager class on Xcode 11

这个demo可以在xcode11上使用ATTrackingManager相关函数,方便适配

Step 1

Add the following code into Info.plist

<key>NSUserTrackingUsageDescription</key>
<string>Use Track Description</string>

Step 2

follow demo