postback_flutter 1.1.0
postback_flutter: ^1.1.0 copied to clipboard
Flutter Postback attribution SDK.
Changelog #
All notable changes to the Postback Flutter SDK are documented here.
1.1.0 - 2026-08-12 #
Changed #
- Vendored the production-safe iOS framework, which enforces a compile-time boundary that omits IDFA/IDFV and the experimental fingerprint bundle. The iOS bridge exposes only install lifecycle plus safe SDK, app, and OS metadata; shared nullable fields remain source-compatible for Android consumers.
- Removed unused iOS AdSupport, CoreTelephony, Metal, Network, and WebKit link declarations and aligned the packaged privacy manifest with
NSPrivacyTracking = false. - Preserved install lifecycle classification and added one-shot missing-install recovery to
sendTestEvent(): re-register once, retry once, and never loop.
1.0.2 - 2026-08-04 #
Changed #
- Removed the iOS ATT request helper and IDFA/IDFV bridge fields.
- Vendored the privacy-safe Postback iOS SDK while retaining Apple Ads attribution through AdServices.