[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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
[✓] Flutter (Channel stable, 2.10.4, on macOS 11.6.5 20G527 darwin-x64, locale en-JP) [✓] Android toolchain - develop for Android devices (Android SDK version 32.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 13.2.1) [✓] Chrome - develop for the web [✓] Android Studio (version 2020.3) [✓] VS Code (version 1.63.2) [✓] Connected device (1 available) [✓] HTTP Host Availability • No issues found!Beta Was this translation helpful? Give feedback.
All reactions