When I login to my Facebbok App page I see:
"Upgrade to Facebook SDK 3.1 for iOS
This app uses an outdated version of the Facebook SDK for iOS. Please upgrade to the newest version."
I've just upgraded to the 3.1 SDK for my app, but my question is, when will this "warning" disappear? Will it be there as long there is any user out there using a version of my iOS app with the older facebook SDK?
Related
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 Facebook upgrade guide. For iOS, you only have to add some pods to your Podfile, but this doesn't seem to change anything. I'm using the capacitor plugin capacitor-firebase-auth to handle the authentication.
I'm not really sure what I'm doing wrong, is it a problem that I don't use the Facebook SDK directly, by using it through capacitor-firebase-auth?
This is the warning I'm getting:
I'm using:
Ionic 5
Capacitor 3
capacitor-firebase-auth 3.0.0
My Podfile.lock shows a FacebookSDK of 5.15.1
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!
I have the Google Mobile Ads SDK in my iOS app. I was previously on v7.0 of the SDK, but am upgrading to v7.9.1. There has been a warning printed to the console since I was on v7.0:
You are currently using version 7.0.0 of the SDK. Please consider
updating your SDK to the most recent SDK version to get the latest
features and bug fixes. The latest SDK can be downloaded from
https://firebase.google.com/docs/admob/ios/download. A full list of
release notes is available at
https://developers.google.com/admob/ios/rel-notes.
After upgrading to v7.9.1, which is the SDK available at the link provided, I still get the same SDK version warning. I ran my app and printed the SDK version by calling GADRequest.sdkVersion() and it still prints 7.0. Where am I going wrong here that's preventing the SDK from recognizing what version it is? I am also using the Google Interactive Media Ads SDK, which is on version 3.2.1, but I don't think that's affecting it.
I am trying to integrate the latest facebook ios sdk 3.20 for my existing ios app, but It start crashing on iOS 5.1.1 devices every time i try to login using facebook. Please see the screen sort attached
Let me If you need some more information for the same
Thanks
You can see on their SDK page that the Facebook SDK supports iOS 6.0 and greater. They appear to be using new features of Objective C that are not present in older versions of iOS SDK.
The Facebook SDK for iOS versions 3.17+ supports iOS 6.x and higher.
Support for iOS 5.x was dropped in version 3.17 of the SDK.
I have my app developed for iOS 4.3 to 6 and it uses facebook sdk 3.1. But now I require to prepare a build using xcode 4.2 to make the app runs on a device that has iOS 4.0 . Will the facebook sdk 3.0 support iOS version 4?
Thanks.
It supports versions 4.3 and up. See https://developers.facebook.com/ios/features/whats-new-ios-sdk-3.1/, the section in Facebook Login.
So, I just downloaded the new Facebook iOS SDK version 3.1. When I run a sample code, it complains about Social.framework that doesn't exist in my Xcode 4.4
I already have Xcode 4.5, but the problem is, Xcode 4.5 doesn't allow us to use iOS 4.2. And I need to run it on iOS 4.2.
So, if I use old Facebook SDK, that can run on Xcode 4.4, will Apple reject it?
Apple is so difficult these days.