Facebook SDK Compatibility with iOS 15+ for App Store Uploads #2464
Replies: 2 comments 2 replies
-
Found a solution, you need to manually set the latest version of fb specific, then skips publishing the application. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Closing this thread due to inactivity, let me know if you have any questions by replying to this thread or starting a new one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
iOS (Swift, Objective-C)
Steps to reproduce
I am facing issues with asset validation when uploading my iOS app, built on Codemagic, to App Store Connect. The problem seems to stem from the Facebook SDK versions I am using, which are apparently not supporting the minimum OS version specified in my app’s Info.plist. My app targets iOS 15 and above, and the latest iOS version is 17.4.
Steps to reproduce:
Expected results
Successful upload of the IPA to App Store Connect without compatibility issues.
Actual results
Received errors from App Store Connect about the invalid bundle due to unsupported minimum OS version by the included Facebook SDK frameworks.
I would appreciate any insights into which version of the Facebook SDK I should be using to ensure compatibility with iOS 15+ and any steps I might need to follow to rectify this upload issue.
Thank you for your time and assistance.
Build id (optional)
6617784cccbf228012845810
Beta Was this translation helpful? Give feedback.
All reactions