facebook / facebook-ios-sdk

Used to integrate the Facebook Platform with your iOS & tvOS apps.

Home Page:https://developers.facebook.com/docs/ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

theMonk7 opened this issue · 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

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