GoogleApisForiOSComponents icon indicating copy to clipboard operation
GoogleApisForiOSComponents copied to clipboard

Required Reason API Privacy manifest declaration/ Privacy-impacting SDK

Open zoltanlazar opened this issue 2 years ago • 5 comments

According to the Apple's documentation, the reason has to be clarified in case of using a required reason API: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api

In addition, FirebaseMessaging is marked as a privacy-impacting SDK by Apple. It must have a privacy manifest + must be signed with a signature. https://developer.apple.com/support/third-party-SDK-requirements/

Do you have an ETA when an update is available which supports this new requirement?

zoltanlazar avatar Dec 14 '23 15:12 zoltanlazar

Ref: https://github.com/firebase/firebase-ios-sdk/issues/11490

rolfbjarne avatar Feb 22 '24 18:02 rolfbjarne

Hi @rolfbjarne ,

Now that Apple has set a May 1st deadline on privacy manifests (https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api) and Google has released updated versions of their libraries - is there plans to update the binding libraries for Firebase etc. before this deadline?

andrewtechhelp avatar Mar 19 '24 12:03 andrewtechhelp

@andrewtechhelp I think this is the plan: https://github.com/dotnet/maui/discussions/20359#discussioncomment-8667387

rolfbjarne avatar Mar 20 '24 13:03 rolfbjarne

firebase-ios-sdk has added PrivacyInfo.xcprivacy file to each package.
Is there any plan to update GoogleApisForiOSComponents to reflect PrivacyInfo??

yeahg-dev avatar Mar 29 '24 07:03 yeahg-dev

firebase-ios-sdk has added PrivacyInfo.xcprivacy file to each package. Is there any plan to update GoogleApisForiOSComponents to reflect PrivacyInfo??

doesn't look like MS will support, so you may want to look at @AdamEssenmacher solution in https://github.com/dotnet/maui/discussions/20359#discussioncomment-9094087

WanftMoon avatar Apr 16 '24 13:04 WanftMoon