[X] This issue is not security related and can safely be disclosed publicly on GitHub
Xcode version
15.4
Facebook iOS SDK version
17.0.2
Dependency Manager
SPM
SDK Framework
Core
Goals
I need to activate Facebook Events. It required for advertising company from Facebook. I can't choose the facebook application from list becouse in Event Manager displays message "Your app is out of date. To run your app on iOS 14, update to the latest Facebook SDK for iOS."
Expected results
There needs to be no message in Event Manager "Your app is out of date. To run your app on iOS 14, update to the latest Facebook SDK for iOS." and I could choose the project for starting of advertising company.
Actual results
Display message "Your app is our of date" although I have installed the last version of SDK.
I've inserted to AppDelegate.swift the code for initialize SDK using FlutterMethodChannel.
I've configured my info.plist and checked that properties is right.
I've added to Flutter code invoke method for calling Facebook SDK initialization after request of permission for tracking (it is required).
I've checked that all work is correct. I've seen information about events in Facebook Event Manager, they have appear.
But the message didn't appear: "Your app is out of date. To run your app on iOS 14, update to the latest Facebook SDK for iOS."
What I can do for solve this problem?
Checklist before submitting a bug report
Xcode version
15.4
Facebook iOS SDK version
17.0.2
Dependency Manager
SPM
SDK Framework
Core
Goals
I need to activate Facebook Events. It required for advertising company from Facebook. I can't choose the facebook application from list becouse in Event Manager displays message "Your app is out of date. To run your app on iOS 14, update to the latest Facebook SDK for iOS."
Expected results
There needs to be no message in Event Manager "Your app is out of date. To run your app on iOS 14, update to the latest Facebook SDK for iOS." and I could choose the project for starting of advertising company.
Actual results
Display message "Your app is our of date" although I have installed the last version of SDK.
Steps to reproduce
But the message didn't appear: "Your app is out of date. To run your app on iOS 14, update to the latest Facebook SDK for iOS." What I can do for solve this problem?
Code samples & details