appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
193 stars 224 forks source link

[ BUG ] : FBSDKCoreKit and FBSDKShareKit outdate not permit Facebook advertising campaign #200

Closed Paroca72 closed 11 months ago

Paroca72 commented 11 months ago

Hello,

iOS issue. With the current version of the packages when trying to start a Facebook advertising campaign I got an issue from Facebook that said need to update my Facebook SDK to the last release.

The solution I found was go inside the appinio_social_share.podspec and change this two line as follow, removing the versioning numbers: s.dependency 'FBSDKCoreKit' s.dependency 'FBSDKShareKit'

After "pod update" the SDK was updated at the latest version and the Facebook campaign now started proper.

Thanks for your support Sam

Paroca72 commented 11 months ago

Sorry was duplicated

dioscuroi commented 9 months ago

Thank you for the solution. It works like a charm!