AppsFlyerSDK / appsflyer-capacitor-plugin

AppsFlyer SDK plugin for Capacitor
MIT License
13 stars 23 forks source link

Facebook deferred links use archived lib as dependency #39

Closed jBenes closed 1 year ago

jBenes commented 1 year ago

Report

Plugin Version

6.9.2

On what Platform are you having the issue?

ios

What did you do?

enableFacebookDeferredApplinks uses FacebookCore plugin as dependency:

https://github.com/AppsFlyerSDK/appsflyer-capacitor-plugin/blob/main/ios/Plugin/AppsFlyerPlugin.swift#L383

This lib is now archived and not functioning.

There is replacement plugin FBSDKCoreKit in this repo: https://github.com/facebookarchive/facebook-swift-sdk

What did you expect to happen?

I expected new lib would be used

What happened instead?

Plugin tried to find old lib

Please provide any other relevant information.

There is installation guide in FB docs, but they have also old lib name in code snippets FYI https://developers.facebook.com/docs/ios/getting-started