Facebook SDK upgraded to 17.0.2 version.
- Go to
/ios
directory of your project, and:- run
pod repo update
; - run
pod update
. That's for upgrading native dependencies.
- run
- Also
flutter clean
may be required.
Facebook SDK upgraded to 17.0 version.
- Go to
/ios
directory of your project, and:- run
pod repo update
; - run
pod update
. That's for upgrading native dependencies.
- run
- Also
flutter clean
may be required.
Facebook SDK upgraded to 16.2 version.
- Go to
/ios
directory of your project, and:- run
pod repo update
; - run
pod update
. That's for upgrading native dependencies.
- run
- Also
flutter clean
may be required.
Facebook SDK upgraded to 16 version.
- Go to
/ios
directory of your project, and:- run
pod repo update
; - run
pod update
. That's for upgrading native dependencies.
- run
- Also
flutter clean
may be required.
Facebook SDK upgraded to 15.1 version.
- Update
minSdkVersion
inandroid/app/build.gradle
to 21 if you have smaller version before.
- Update minimum deployment target to iOS 12 if you have smaller version before.
- Go to
/ios
directory of your project, and:- run
pod repo update
; - run
pod update
. That's for upgrading native dependencies.
- run
- Also
flutter clean
may be required.
Facebook SDK upgraded to 14.1 version.
- Go to
/ios
directory of your project, and:- run
pod repo update
; - run
pod update
. That's for upgrading native dependencies.
- run
- Also
flutter clean
may be required.
Facebook SDK upgraded to 13 version.
- Update minimum deployment target to iOS 11 if you have smaller version before.
- Go to
/ios
directory of your project, and:- run
pod repo update
; - run
pod update
. That's for upgrading native dependencies.
- run
- Also
flutter clean
may be required.
Facebook SDK upgraded to 12.3 version.
- Add
facebook_client_token
instrings.xml
andcom.facebook.sdk.ClientToken
meta inAndroidManifest.xml
. - You can remove now:
app_name
andfb_login_protocol_scheme
fromstring.xml
;- activities
com.facebook.FacebookActivity
andcom.facebook.CustomTabActivity
fromAndroidManifest.xml
.
See Android - Edit Your Resources and Manifest in README.
- Edit
Info.plist
(inios/Runner/
):- add
FacebookClientToken
; - you can remove now most of items in
LSApplicationQueriesSchemes
, exceptfbapi
andfb-messenger-share-api
.
- add
- You should run
pod update
in/ios
directory for you project. That's for upgrading native dependencies. - Also
flutter clean
may be required.
See iOS - Configure Your Project in README.
Facebook SDK upgraded to 12 version.
- Update minimum deployment target to iOS 10 if you have smaller version before.
- You should run
pod update
in/ios
directory for you project. That's for upgrading native dependencies. - Also
flutter clean
may be required.
Facebook SDK upgraded to 11 version.
You should run pod update
in /ios
directory for you project. That's for upgrading native dependencies.
Also flutter clean
may be required.
Facebook SDK upgraded to 9.0.
You should run pod update
in /ios
directory for you project. That's for upgrading native dependencies.
Also flutter clean
may be required.