microsoft / appcenter-sdk-dotnet

Development repository for the App Center SDK for .NET platforms, including Xamarin
Other
310 stars 141 forks source link

Apple Privacy Manifest : Appcenter Crash/Analytics Data collection #1775

Closed akhilvswoodplc closed 5 months ago

akhilvswoodplc commented 7 months ago

This is rather a clarification request on Apple's Privacy manifest. If we are using Appcenter Crash/Analytics sdks in the application, Do we need to mention any information on the Privacy manifest

DmitriyKirakosyan commented 7 months ago

Hi @akhilvswoodplc, thanks for reaching out!

You can find all the App Center requirements for the Privacy Manifest in the following files:

App Center PrivacyInfo.xcprivacy App Center Crashes PrivacyInfo.xcprivacy

The App Center Dotnet Apple SDK is a wrapper for the App Center Apple SDK, which means these requirements also apply to the Dotnet SDK.

akhilvswoodplc commented 7 months ago

@DmitriyKirakosyan Thanks for the update. So when an App uses appcenter sdk, is it required to define those same entries in out app provacy manifest file also or the file is available in the sdk itself?

DmitriyKirakosyan commented 7 months ago

It will be included in the next SDK release. Until then, please add these entries to your app's Privacy Manifest.

viswanath-pamarthi commented 6 months ago

@DmitriyKirakosyan When is the next SDK release date ?

viswanath-pamarthi commented 6 months ago

@DmitriyKirakosyan Can you please help with next SDK release date ?

MikhailSuendukov commented 5 months ago

Hello, the AppCenter .NET SDK v5.0.4 has been released, including a fix for this issue. Therefore, I am closing this issue.