-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Feature Request: Support App Privacy Manifest #2264
Comments
+1 |
Apple updated the third-party SDK requirements. References |
+1 |
1 similar comment
+1 |
Using a binary analyzer I found these are the "Required reasons API" symbols in the generated frameworks:
|
Hi, are there any updates in terms of ETA we can be aware of as the Spring 2024 deadline comes closer? Thanks! |
Hi, when can we expect an update regarding this issue? |
+1 |
Any update on ETA for this changes? Apple Spring 2024 deadline is approaching. |
+1 |
3 similar comments
+1 |
+1 |
+1 |
Punxsutawney Phil has predicted that Spring 2024 will be an early one, given that's Apple's deadline for compliance, is there any chance for an update regarding the status of privacy manifests for this SDK? |
Hi Meta tema, This is important for us too! Apple has mandated that all third-party SDKs must include a privacy manifest and digital signature starting in spring 2024. We need to know when the new version of Facebook iOS SDK containing these features will be available. Can you let us know the version number and timeline from your end? Thanks. |
@SergeyChereshnyuk I understand that the ones on the SDK list listed by Apple are compulsory for digital signatures. Privacy Manifest is mandatory if you use an API that requires clarification, but I don't know if it's mandatory even if it's not.. Please give me your opinion if I'm wrong. |
Looks like it made it in via 3183c7e. Just needs to be released |
Dear support team, When will 3183c7e be released? Thanks |
+1 |
The deadlines were published yesterday |
|
FBSDKCoreKit has it |
Yep I see, til I that you can have multiple privacy manifest files. Sorry for that oversight :) |
+1 |
Still missing privacy manifests for |
@ryantobinmeta, @KylinChang Sorry to mention you, but the last two releases have not been git tagged nor published in the Releases page. Is version 17.0.0 out or going through testing? Thanks! |
when will be the next release with "Privacy Manifest" feature? .. i am getting the warning from AppStoreConnect . is it possible to get the next release in March 2024? Thanks & Regards |
This is the big change to privacy as of May 4th (by Apple)https://developer.apple.com/news/?id=3d8a9yyhOn 18. Mar 2024, at 12:19, Muthulingam ***@***.***> wrote:
when will be the next release with "Privacy Manifest" feature? .. i am getting the warning from AppStoreConnect . is it possible to get the next release in March 2024?
Thanks & Regards
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Sorry for mentioning you, @ryantobinmeta, @KylinChang Thanks & Regards |
Looks like the Commit: af20a84 Would it be possible to get a version bump so we don't have to point to |
+1 |
Hello |
There is no tag/release for v17.x yet. If you need a version with the new Privacy Manifest, you'd have to use the main branch or a specific commit. See the answer from @mikemike396 |
v17 release is out as @mikemike396 pointed out, but does this contain the signing that's required by Apple? https://developer.apple.com/support/third-party-SDK-requirements/ |
FBSDKTVOSKit also needed |
NSPrivacyAccessedAPICategorySystemBootTime should be included. I ran deriveddata % grep -RHn "systemUptime" (https://forums.developer.apple.com/forums/thread/749049) and got: Binary file ./Setgraph-bfiotivoqdmnksczywmtmehguubu/Index.noindex/Build/Products/Debug-iphoneos/FBSDKCoreKit.framework.dSYM/Contents/Resources/DWARF/FBSDKCoreKit matches |
I am using Facebook core and login in my codebase, which version to use for both of these which includes privacy manifest file? Can anyone help? |
@Sonali2921 Did you update to 17.0.0 version? |
Checklist before submitting a feature request
Goals
Apple required App Privacy manifests until 2025. So Facebook SDK that contains an app privacy manifest must be signed.
I would like to know when you adopt this change.
References
https://developer.apple.com/videos/play/wwdc2023/10060/
https://developer.apple.com/news/?id=av1nevon
https://developer.apple.com/app-store/user-privacy-and-data-use/
https://developer.apple.com/support/third-party-SDK-requirements/
Please check it out. Thanks!
Expected results
Add Privacy Manifest
Code samples & details
No response
The text was updated successfully, but these errors were encountered: