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.
Related
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.
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?
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.
I downloaded XCode and it only has the iOS 5 sdk
How do you get the iOS 4 sdk?
http://iphonesdkdev.blogspot.com/2010/04/old-versions-of-iphone-sdk.html if you must have the older sdk's
It's included; you just need to configure your project's Base SDK so it builds against iOS SDK 4.
I would like to integrate my app with Facebook and downloaded Facebook-ios-sdk from github. However, the sdk was for Xcode 4.0 code base - I am using Xcode 4.2 for iOS 5 beta 5 application... Is there a version of Facebook-ios-sdk for the latest iOS 5 beta? If there is, how can I download that?