saadfarhan124 / flutter_facebook_sdk

A flutter plugin to get facebook deep links and log app events using the latest Facebook SDK to include support for iOS 14
Apache License 2.0
24 stars 85 forks source link

initializeSDK and null check error #10

Closed edunatalec closed 3 years ago

edunatalec commented 3 years ago

The setAdvertiserTrackingEnabled was throwing a null check error

In iOS I've got this error "FBSDKLog: FBSDKGraphRequestConnection cannot be started before Facebook SDK initialized", so I need to implement this method "initializeSDK" to work

jeybs commented 3 years ago

im also encountering this issue. when will this branch merge? :(