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.

The main purpose of the Facebook SDK 3.1 is to bring compatibility with iOS v6.0 and its native Facebook support.

There are no AdSupport and social frameworks in ios 5(i am working on xcode 4.3.2 iphone 5.1 simulator), Can we download these frameworks or is there an other way to run without these frameworks?

share|improve this question

1 Answer

up vote -1 down vote accepted

From this page:

Seamless Facebook Login across iOS versions: Lets your app work seamlessly on all iOS versions 4.0+ and easily integrates with the native login support in iOS 6.

In the Getting Started with the Facebook SDK 3.1, when it says to add the Accounts, Social and AdSupport frameworks to your "link binary with libraries" don't forget to change Required to Optional on the right of the panel for those 3 frameworks.

This way you can support from iOS 4.* to iOS 6.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.