Skip to content
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

application(_:open:options:) method stopped working after migrating FBSDKShareKit to 16.2.0 #2438

Open
4 of 5 tasks
theMonk7 opened this issue Jun 11, 2024 · 2 comments
Open
4 of 5 tasks

Comments

@theMonk7
Copy link

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

  1. AppDelegate based application ( not using SceneDelegate) and using cocoaPods dependency manager
  2. Integrate FBSDKShareKit version 16.2.0
  3. 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

@theMonk7
Copy link
Author

Something similar i found and the issue is still open: #2205

@alex-taffe
Copy link

Same issue here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants