sparrowcode / PermissionsKit

Universal API for request permission and get its statuses.
https://x.com/sparrowcode_ios
MIT License
5.64k stars 462 forks source link

iOS 14 Tracking permission #200

Closed dlackty closed 4 years ago

dlackty commented 4 years ago

This pull requests add tracking permission based on iOS 14's AppTrackingTransparency framework. https://developer.apple.com/documentation/apptrackingtransparency

I've implemented the codes, tested on both iOS & tvOS 14 beta, and updated podspec & README to reflect changes. However, new icon assets for tracking need to be added and I just left a TODO comment there.

@ivanvorobei Thanks again for making this nice library, and hope this PR helps.

ivanvorobei commented 4 years ago

You did great work! Thanks for help! I will add new icon and soon release

ivanvorobei commented 4 years ago

But now now way add it t release Xcode, I commented code and uncomment it with release new Xcode.

dlackty commented 4 years ago

Thanks @ivanvorobei!