bugsnag / bugsnag-flutter

BugSnag crash reporting for Flutter apps
https://docs.bugsnag.com/platforms/flutter/
MIT License
10 stars 8 forks source link

PLAT-11510 added manifest to resources #230

Closed richardelms closed 4 months ago

richardelms commented 5 months ago

Goal

Apple require that apps are built with a privacy manifest. Flutter have not yet decided how to include or handle this. This PR adds the manifest for the wrapped iOS notifier to a new directory: packages/bugsnag_flutter/ios/Resources/PrivacyInfo.xcprivacy From there, developers can decide on how they want to handle it's inclusion in their Xcode project. A note will be added to the flutter docs.