getsentry / sentry-xamarin

Sentry for Xamarin Native and Xamarin.Forms
https://docs.sentry.io/platforms/dotnet/guides/xamarin/
44 stars 11 forks source link

Fix: Validate PrivacyInfo.xcprivacy and warn users of required missing privacy parameters. #152

Closed lucas-zimerman closed 2 months ago

lucas-zimerman commented 2 months ago

As a requirement by Apple

This PR Adds a PrivacyInfo manifest containing all the required parameters by the SDK if the user didn't provide a PrivacyInfo manifest, otherwise, it will warn the user if their PrivacyInfo manifest is missing any required parameter by the SDK.

Other changes:

Close #148