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 required by Apple #192

Closed
wenfeng-duan opened this issue Jan 24, 2024 · 12 comments
Closed

Privacy manifest required by Apple #192

wenfeng-duan opened this issue Jan 24, 2024 · 12 comments

Comments

@wenfeng-duan
Copy link

Hi team,

Starting with Spring 2024 Apple requires third-party SDKs to add a Privacy Manifest file.
Apple has explicitly mentioned Reachability as one of the third party SDKs that must include a privacy manifest otherwise any App that includes it is not allowed to release an update (or new app) to the store.

Is there any plans to add a privacy manifest?

https://developer.apple.com/support/third-party-SDK-requirements/
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files

Thanks,
Duan

@lamdaniel
Copy link

@tonymillion

@BaroneX
Copy link

BaroneX commented Feb 27, 2024

A new version needs to be released.

@RideShi
Copy link

RideShi commented Mar 15, 2024

+1

1 similar comment
@krishnaprasadkuchur
Copy link

+1

@RayGTile
Copy link

I don't see why Apple thinks this needs privacy manifests. I think it might be in error (or they are talking about some other Reachability package). Other than 3rd party tracking (which this package does not do), these would be APIs that would require one: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api

However, Reachability is using none of the ones in that document.

I'm not a contributor here; I'm an interested party, making sure all of my stuff is ready for privacy manifests as well.

@RayGTile
Copy link

Actually, 3.7.5 does have a manifest included. :D

@TeeNT1
Copy link
Contributor

TeeNT1 commented Mar 20, 2024

I use CocoaPods to add Reachability to the project. But it seems that the latest version does not include the Privacy Manifest file.
Do we need to update the podspec file?

@RayGTile
Copy link

RayGTile commented Mar 20, 2024

I pulled it in using Swift Package Manager. I was using CocoaPods but I'm in the middle of switching out a project to be completely SPM.

@krishnaprasadkuchur
Copy link

Would greatly appreciate if we could create a tag for the current master branch with changes made to support both SPM and Cocoapods @tonymillion

@TeeNT1
Copy link
Contributor

TeeNT1 commented Apr 12, 2024

Would greatly appreciate if we could create a tag for the current master branch with changes made to support both SPM and Cocoapods @tonymillion

+1

@TeeNT1
Copy link
Contributor

TeeNT1 commented Apr 12, 2024

My app is about to be released. I hope you will soon create a tag for the latest code on the master branch @tonymillion

@tonymillion
Copy link
Owner

Should be fixed now new pod file has been pushed

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

8 participants