Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
Apple is reject any app that support the iPhone 5 screen resolution compiled with iOS 5 SDK. The problem being that if you want to support iOS 6 you will need to drop support ARMv6 and iOs 4.2. You can set the deployment target to 4.3 in iOS 6 SDK. In short, want iOS 6 support (the latest facebook SDK) then drop support for iOS 4.2 or lower. – rckoenes Oct 17 '12 at 15:26
It doesn't mean we want iOS 6 support, because old Facebook SDK is already good enough for us. But, I'm just asking whether Apple will reject it because we don't support the new Facebook iOS SDK flow. – Coolant Oct 17 '12 at 15:56
1  
No I don't think they will reject your app just because you are not using the latest facebook SDK. Since you do not target iOS 6 there will be no way for you to support the native facebook sdk thus they can't reject your app for not using something that's not available. They might reject your app for not supporting the iPhone 5 – rckoenes Oct 17 '12 at 16:53
That's right. They don't reject the app. Thanks rckoenes! – Coolant Dec 7 '12 at 2:05

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.