简体   繁体   中英

In which iOS does Facebook Share Dialog work in?

我打算使用Facebook Share Dialog( https://developers.facebook.com/docs/howtos/share-dialogs-ios-sdk/#sharedialog )为我的应用程序,并有兴趣知道它是否支持iOS5或它仅适用于iOS6以上?

SLComposeViewController is only available in iOS6 if that's what you mean?

UIActivityViewController is also only available in iOS6.

If you're using less than iOS 6.0 then you'll have to fall back on the Facebook SDK etc...

It's supported on any iOS version that the Facebook app supports, which does include iOS5.

Make sure you get the latest version from the app store.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM