Home > Back-end >  Update Facebook SDK with Ionic Capacitor (capacitor-firebase-auth)
Update Facebook SDK with Ionic Capacitor (capacitor-firebase-auth)

Time:01-11

So I'm having trouble updating the Facebook SDK for iOS and Android on my Ionic Capacitor 3 project. The Facebook SDK for iOS has to be version 8 or higher to support the new iOS 14 tracking updates.

The thing is, the Facebook dashboard sends me to this url enter image description here

I'm using:

  • Ionic 5
  • Capacitor 3
  • capacitor-firebase-auth 3.0.0
  • My Podfile.lock shows a FacebookSDK of 5.15.1

CodePudding user response:

Solved it by using the Facebook Capacitor Login plugin. Keep in mind that it took 3 days before the iOS SDK version in the Facebook Dashboard got updated!

  •  Tags:  
  • Related