facebook-ios-sdk
facebook-ios-sdk copied to clipboard
application(_:open:options:) method stopped working after migrating FBSDKShareKit to 16.2.0
Checklist before submitting a bug report
- [ ] I've updated to the latest released version of the SDK
- [X] I've searched for existing GitHub issues
- [X] I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group
- [X] I've read the Code of Conduct
- [X] This issue is not security related and can safely be disclosed publicly on GitHub
Xcode version
15.0.1
Facebook iOS SDK version
16.2.0
Dependency Manager
CocoaPods
SDK Framework
Share
Goals
Upgrade FBSDKShareKit from 9.0.0 to 16.2.0
Expected results
FBSDKShareKit should work as it is, and application remains working as it did before
Actual results
All URI scheme deeplinks stopped working Upon checking, found out the URI scheme method application(_:open:options:) was not getting called by Apple post this integration My iphone min OS target is set to 13.0
My app uses AppDelegate and migrating to SceneDelegate is not an option yet
Steps to reproduce
- AppDelegate based application ( not using SceneDelegate) and using cocoaPods dependency manager
- Integrate FBSDKShareKit version 16.2.0
- Min iphone deployment target set to 13.0
Compile and run, URI scheme method application(_:open:options:) would not be called
Code samples & details
No response
Something similar i found and the issue is still open: https://github.com/facebook/facebook-ios-sdk/issues/2205
Same issue here