google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.8k stars 295 forks source link

Privacy manifest for sensitive APIs #225

Closed nabs-m closed 7 months ago

nabs-m commented 9 months ago

Apple recently released a list of 3rd party SDKs that will need to include a privacy manifest by spring 2024. Promises is one of them, so I wanted to create an issue to track this so we can update the SDK in consuming apps.

lambda123254 commented 9 months ago

+1

GH-Ong commented 8 months ago

+1 need the privacymanifest as well as code signature for the upcoming apple requirements

ykjchen commented 8 months ago

I opened https://github.com/google/promises/pull/226 based on other examples I've found but not quite sure how to test the changes for correctness. Any suggestions?

corentios commented 8 months ago

Following this, a release is planned before spring ? Thanks

extstkim commented 7 months ago

Perhaps Firebase team can help since the Firebase SDK ultimately depends on this (via GoogleDataTransport)?

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

ykjchen commented 7 months ago

This is published now in v 2.4.0. Thanks all for your help!