Description
Checklist before submitting a bug report
- I've updated to the latest released version of the SDK
- I've searched for existing GitHub issues
- I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group
- I've read the Code of Conduct
- This issue is not security related and can safely be disclosed publicly on GitHub
Xcode version
15.2
Facebook iOS SDK version
17.0.0
Dependency Manager
CocoaPods
SDK Framework
Core
Goals
I want to use the Facebook iOS SDK to include the required privacy manifest changes without breaking my app (due to the new requirements for limited login added in 17.0.0. Currently developers can only get the privacy manifests by updating to 17.0.0.
Please release a 16.x minor update of the SDK which includes the privacy manifests for the imminent Apple App Store restriction, so that devs have time to update their app code and more successfully test v17.
Expected results
I would expect that the privacy manifest changes would be made available in a minor release, without breaking changes associated.
Actual results
Currently developers can only get the privacy manifests by updating to 17.0.0, and implementing the required breaking changes if they haven't been made.
Steps to reproduce
Using an app which hasn't implemented Limited Login:
- Download v17.0.0 of the Facebook iOS SDK
- Note that it includes privacy manifest information
- Compile and build the app
- Attempt a login
- Note that the "Invalid OAuth access token - Cannot parse access token" error is received
Code samples & details
Other issues where this is being encountered include:
https://github.com/facebook/facebook-ios-sdk/issues/2365
https://github.com/facebook/facebook-ios-sdk/issues/2375
This isn't a duplicate of those issues, but rather pointing out that this required privacy manifest change should be made available in a non-major release.