Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Privacy Manifest #147

Open
amcalgates opened this issue Dec 8, 2023 · 6 comments
Open

Privacy Manifest #147

amcalgates opened this issue Dec 8, 2023 · 6 comments

Comments

@amcalgates
Copy link

According Apple docs:

From Fall 2023 you’ll receive an email from Apple if you upload an app to App Store Connect that uses required reason API without describing the reason in its privacy manifest file. From Spring 2024, apps that don’t describe their use of required reason API in their privacy manifest file won’t be accepted by App Store Connect.

Does Telegraph use any APIs mentioned here? If so, are there plans to include a privacy manifest? I'm not 100% sure what that'd even look like, but this thread maybe has a little insight.

@JuneLee61
Copy link

+1,同问

@amcalgates
Copy link
Author

Looks like the hard deadline for this is May 1st:

While no action is required at this time, starting May 1, 2024, when you upload a new app or app update, you must include a NSPrivacyAccessedAPITypes array in your app’s privacy manifest to provide approved reasons for these APIs used by your app’s code. For more details about this policy, including a list of required reason APIs and approved reasons for usage, visit: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api

@linhaosunny
Copy link

Any Plan support Apple Privacy Manifest for cocoapods ? @yvbeek

@donly
Copy link

donly commented Mar 25, 2024

has one or more issues:
ITMS-91053: Missing API declaration. While no action is required at this time, starting May 1, 2024, when you upload a new app or app update, you must include a NSPrivacyAccessedAPITypes array in your app’s privacy manifest to provide approved reasons for these APIs used by your app’s code.

@yvbeek
Copy link
Member

yvbeek commented Apr 1, 2024

I've included the Privacy Manifest, see https://github.com/Building42/Telegraph/blob/main/Sources/PrivacyInfo.xcprivacy
I'm not sure if CocoaPods is going to pick it up correctly. I've made changes to the Podspec, but I'm running into CocoaPods linter issues because of CocoaAsyncSocket. Not sure if I can fix those issues without creating a fork of CocoaAsyncSocket 😞

@mobileteo
Copy link

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants