You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Checklist before submitting a bug report
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
Compile and run, URI scheme method
application(_:open:options:)
would not be calledCode samples & details
No response
The text was updated successfully, but these errors were encountered: