IOS 11 removes built-in facebook integration. So, apps with current facebook sdk won't work on iOS 11?

I recently read that iOS 11 drops the built-in system integration with Twitter, Facebook, Flickr, and Vimeo. I have used facebook sdk for various applications that are in the store. Will they stop working with the release of iOS 11?

+3


source to share


3 answers


Depending on what you are using facebook login still works with beta 2



0


source


They should not. The most important thing that changes is the authorization flow with the new one SFAuthenticationSession

. You should carefully check the functionality that relies on the FB SDK to catch any API changes or bugs.



0


source


You need to remove your own code (account set) and use the latest Facebook SDK. this will work.

If you only used the Account Kit for login, you need to give a new app update in the AppStore, since there is now a login option in iOS 11.

Ref Blog

0


source







All Articles