facebook-ios-sdk icon indicating copy to clipboard operation
facebook-ios-sdk copied to clipboard

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

Open theMonk7 opened this issue 1 year ago • 2 comments

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 avatar Jun 11 '24 05:06 theMonk7

Something similar i found and the issue is still open: https://github.com/facebook/facebook-ios-sdk/issues/2205

theMonk7 avatar Jun 11 '24 05:06 theMonk7

Same issue here

alex-taffe avatar Sep 10 '24 15:09 alex-taffe