app_tracking_transparency_plus 2.1.1
app_tracking_transparency_plus: ^2.1.1 copied to clipboard
This Flutter plugin allows you to display ios tracking authorization dialogue and request permission to collect data.
2.1.1 #
- Fixed Swift Package Manager resolution by making the iOS package target Swift-only.
- Added the FlutterFramework Swift package dependency required by Flutter 3.41+.
- Restored CocoaPods support with a podspec that points at the shared Swift source.
2.1.0 #
- Migrated to Swift Package Manager, removed CocoaPods support
- Updated minimum requirements: Flutter >=3.41.0, Dart SDK >=3.11.0, iOS 13.0+
2.0.6+1 #
- Updated documentation and sample usage
2.0.6 #
- Resolved an issue in iOS 17.4 & 17.5 that prevented the ATT dialog from appearing. Thanks daltoncabrera
2.0.5 #
- Added PrivacyInfo.xcprivacy to comply with Apple's new requirements
2.0.4 #
- Updated the example usage to guide people to use a better approach for avoiding some potential issues when calling native functions
2.0.3 #
- Began to use defaultTargetPlatform to aid proper unit testing. Thanks EArminjon2
2.0.2+4 #
- Removed unnecessary checks from sample code
2.0.2+3 #
- Updated documentation and usage example
2.0.2+2 #
- Updated documentation
2.0.2+1 #
- Changed license to MIT
2.0.2 #
- Fixed example to comply null safety
2.0.1 #
- Fixed typo in example
2.0.0+1 #
- Updated README.md to clarify IDFA access before iOS 14.5
- Removed SKAdNetworkItems from README and added a link to official google docs
1.1.0+1 #
- Formatted dart files.
1.1.0 #
- FEATURE: Added trackingAuthorizationStatus (thanks to https://github.com/untp)
- Updated example to show custom tracking explainer message
1.0.1+1 #
- Improved documentation
1.0.1 #
- FIXED: requestTrackingAuthorization() is now working on ios 6.0+ devices
- Improved documentation
1.0.0+1 #
- Formatted dart files.
- Improved metadata.
1.0.0 #
- First public release.