[Bug]: iOS 14 not supporting with this sdk #237
Replies: 5 comments
-
I have same issue. |
Beta Was this translation helpful? Give feedback.
-
Please i am having the same issue, can you put me through? |
Beta Was this translation helpful? Give feedback.
-
For me everything seems to work, just make sure, that you've added FacebookClientToken into your Info.plist file. This token can be found in Settings > Advanced in your facebook "developer console" (or whatever they call it) |
Beta Was this translation helpful? Give feedback.
-
Please, what's version of Flutter are you using?. |
Beta Was this translation helpful? Give feedback.
-
@Collins-01 Did you try what @techFB suggested? I ran the the project in Xcode and there was more logs. You have to add the token to your
|
Beta Was this translation helpful? Give feedback.
-
Is there an existing issue for this?
Current Behavior
iOS 14 not supporting with this sdk and not able to trigger facebook events above iOS 14 devices
Expected Behavior
need to work in iOS 14 devices also
Steps To Reproduce
pubspec.yaml
flutter_facebook_auth: ^4.3.3
facebook_app_events: ^0.16.0
in Main class ,
final facebookAppEvents = FacebookAppEvents();
facebookAppEvents.setAdvertiserTracking(enabled: true);
Platform
iOS
Flutter Doctor
Beta Was this translation helpful? Give feedback.
All reactions