Open Bamschool opened 1 day ago
Since Facebook App Events already includes the latest version of the SDK, does that mean I don’t need to install it separately in the Podfile?
let me share my podflie-lock PODS:
DEPENDENCIES:
.symlinks/plugins/app_settings/ios
).symlinks/plugins/device_info_plus/ios
).symlinks/plugins/facebook_app_events/ios
).symlinks/plugins/firebase_core/ios
).symlinks/plugins/firebase_crashlytics/ios
).symlinks/plugins/firebase_messaging/ios
)Flutter
).symlinks/plugins/flutter_background_service_ios/ios
).symlinks/plugins/flutter_local_notifications/ios
).symlinks/plugins/flutter_native_splash/ios
).symlinks/plugins/flutter_timezone/ios
).symlinks/plugins/flutter_uxcam/ios
).symlinks/plugins/fluttertoast/ios
).symlinks/plugins/image_gallery_saver/ios
).symlinks/plugins/in_app_review/ios
).symlinks/plugins/mixpanel_flutter/ios
).symlinks/plugins/package_info_plus/ios
).symlinks/plugins/path_provider_foundation/darwin
).symlinks/plugins/permission_handler_apple/ios
).symlinks/plugins/share_plus/ios
).symlinks/plugins/shared_preferences_foundation/darwin
).symlinks/plugins/social_share/ios
).symlinks/plugins/social_share_plugin_ios/ios
).symlinks/plugins/sqflite_darwin/darwin
).symlinks/plugins/url_launcher_ios/ios
)SPEC REPOS:
trunk:
info plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>dev.flutter.background.refresh</string>
</array>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>[name]</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>[app_name]</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(FLUTTER_BUILD_NAME)</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>sms</string>
<string>tel</string>
<string>instagram-stories</string>
<string>instagram</string>
</array>
<key>CFBundleSignature</key>
<string>????</string>
<!-- SKAdNetwork -->
<key>SKAdNetworkItems</key>
<array>
<dict>
<key>SKAdNetworkIdentifier</key>
<string>v9wttpbfk9.skadnetwork</string>
</dict>
<dict>
<key>SKAdNetworkIdentifier</key>
<string>n38lu8286q.skadnetwork</string>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>fb[real-id]</string>
</array>
</dict>
</array>
<key>FacebookAppID</key>
<string>[real-id]</string>
<key>FacebookClientToken</key>
<string>[real-token]</string>
<key>FacebookDisplayName</key>
<string>[real display name]</string>
<key>FacebookAdvertiserTrackingEnabled</key>
<true/>
<key>FacebookAutoLogAppEventsEnabled</key>
<true/>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>instagram-stories</string>
<string>instagram</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>This app needs permission to save inspirational quote images to your photo library for sharing.</string>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>processing</string>
<string>remote-notification</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIStatusBarHidden</key>
<false/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>
</plist>
Hi @Bamschool I see you are using facebook_app_events (0.0.1), but the latest version is 0.19.3. That issue is fixed on latest version.
@antonoddbit Thank you for answering. But my pubspec.yml is
environment:
sdk: ^3.5.3
dependencies:
app_settings: ^5.1.1
bloc: ^8.1.4
build_runner: ^2.4.13
cupertino_icons: ^1.0.8
device_info_plus: ^11.0.0
dio: ^5.7.0
equatable: ^2.0.5
facebook_app_events: ^0.19.3
firebase_core: ^3.6.0
firebase_crashlytics: ^4.1.3
firebase_messaging: ^15.1.3
flutter:
sdk: flutter
flutter_background_service: ^5.0.10
flutter_bloc: ^8.1.6
flutter_colorpicker: ^1.1.0
why is it different?
When I do 'pod install' , I could see 17.4.0 though.
firebase_core: Using Firebase SDK version '11.2.0' defined in 'firebase_core'
Ignoring ffi-1.16.3 because its extensions are not built. Try: gem pristine ffi --version 1.16.3
Warning: firebase_app_id_file.json file does not exist. This may cause issues in upload-symbols. If this error is unexpected, try running flutterfire configure again.
firebase_crashlytics: Using Firebase SDK version '11.2.0' defined in 'firebase_core'
firebase_messaging: Using Firebase SDK version '11.2.0' defined in 'firebase_core'
Downloading dependencies
Installing FBAEMKit (17.4.0)
Installing FBAudienceNetwork (6.16.0)
Installing FBSDKCoreKit (17.4.0)
Installing FBSDKCoreKit_Basics (17.4.0)
Installing FBSDKShareKit (17.4.0)
Installing Firebase (11.2.0)
Installing FirebaseCore (11.2.0)
Installing FirebaseCoreExtension (11.4.1)
Installing FirebaseCoreInternal (11.4.2)
Installing FirebaseCrashlytics (11.2.0)
Installing FirebaseInstallations (11.4.0)
Installing FirebaseMessaging (11.2.0)
Installing FirebaseRemoteConfigInterop (11.4.0)
Installing FirebaseSessions (11.3.0)
Installing Flutter (1.0.0)
Installing GoogleDataTransport (10.1.0)
Installing GoogleUtilities (8.0.2)
Installing Mixpanel-swift (4.3.0)
Installing PromisesObjC (2.4.0)
Installing PromisesSwift (2.4.0)
Installing Toast (4.1.1)
Installing UXCam (3.6.17)
Installing app_settings (5.1.1)
Installing device_info_plus (0.0.1)
Installing facebook_app_events (0.0.1)
Installing firebase_core (3.6.0)
Installing firebase_crashlytics (4.1.3)
Let me show you full puspec.yml
name: name
description: "A new Flutter project."
publish_to: "none" # Remove this line if you wish
version: 1.0.1+4
environment:
sdk: ^3.5.3
dependencies:
app_settings: ^5.1.1
bloc: ^8.1.4
build_runner: ^2.4.13
cupertino_icons: ^1.0.8
device_info_plus: ^11.0.0
dio: ^5.7.0
equatable: ^2.0.5
facebook_app_events: ^0.19.3
firebase_core: ^3.6.0
firebase_crashlytics: ^4.1.3
firebase_messaging: ^15.1.3
flutter:
sdk: flutter
flutter_background_service: ^5.0.10
flutter_bloc: ^8.1.6
flutter_colorpicker: ^1.1.0
flutter_dotenv: ^5.1.0
flutter_launcher_icons: ^0.14.1
flutter_local_notifications: ^17.2.3
flutter_native_splash: ^2.4.1
flutter_svg: ^2.0.10+1
flutter_timezone: ^3.0.1
flutter_uxcam: ^2.5.5
fluttertoast: ^8.2.8
font_awesome_flutter: ^10.7.0
font_awesome_icon_class: ^0.0.6
go_router: ^14.3.0
google_fonts: ^6.2.1
gradient_borders: ^1.0.1
http: ^1.2.2
hydrated_bloc: ^9.1.5
image_gallery_saver: ^2.0.3
in_app_review: ^2.0.9
intl: ^0.19.0
json_annotation: ^4.9.0
json_serializable: ^6.8.0
mixpanel_flutter: ^2.3.3
package_info_plus: ^8.0.2
path: ^1.9.0
path_provider: ^2.1.4
permission_handler: ^11.3.1
rename_app: ^1.6.1
screenshot: ^3.0.0
share_plus: ^10.0.2
shared_preferences: ^2.3.2
social_share: ^2.3.1
social_share_plugin: ^0.4.2+2
sqflite: ^2.3.3+2
timezone: ^0.9.4
url_launcher: ^6.3.1
uuid: ^4.5.1
dev_dependencies:
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/logo/logo.png"
remove_alpha_channel_ios: true
min_sdk_android: 21
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/
- assets/images/
- assets/logo/
- assets/icons/
- assets/artist/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/to/resolution-aware-images
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/to/asset-from-package
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/to/font-from-package
next: podfile-lock
PODS:
- app_settings (5.1.1):
- Flutter
- device_info_plus (0.0.1):
- Flutter
- facebook_app_events (0.0.1):
- FBAudienceNetwork (~> 6.15)
- FBSDKCoreKit (~> 17.0)
- Flutter
- FBAEMKit (17.4.0):
- FBSDKCoreKit_Basics (= 17.4.0)
- FBAudienceNetwork (6.16.0)
- FBSDKCoreKit (17.4.0):
- FBAEMKit (= 17.4.0)
- FBSDKCoreKit_Basics (= 17.4.0)
- FBSDKCoreKit_Basics (17.4.0)
- FBSDKShareKit (17.4.0):
- FBSDKCoreKit (= 17.4.0)
- Firebase/CoreOnly (11.2.0):
- FirebaseCore (= 11.2.0)
- Firebase/Crashlytics (11.2.0):
- Firebase/CoreOnly
- FirebaseCrashlytics (~> 11.2.0)
- Firebase/Messaging (11.2.0):
- Firebase/CoreOnly
- FirebaseMessaging (~> 11.2.0)
- firebase_core (3.6.0):
- Firebase/CoreOnly (= 11.2.0)
- Flutter
- firebase_crashlytics (4.1.3):
- Firebase/Crashlytics (= 11.2.0)
- firebase_core
- Flutter
- firebase_messaging (15.1.3):
- Firebase/Messaging (= 11.2.0)
- firebase_core
- Flutter
- FirebaseCore (11.2.0):
- FirebaseCoreInternal (~> 11.0)
- GoogleUtilities/Environment (~> 8.0)
- GoogleUtilities/Logger (~> 8.0)
- FirebaseCoreExtension (11.4.1):
- FirebaseCore (~> 11.0)
- FirebaseCoreInternal (11.4.2):
- "GoogleUtilities/NSData+zlib (~> 8.0)"
- FirebaseCrashlytics (11.2.0):
- FirebaseCore (~> 11.0)
- FirebaseInstallations (~> 11.0)
- FirebaseRemoteConfigInterop (~> 11.0)
- FirebaseSessions (~> 11.0)
- GoogleDataTransport (~> 10.0)
- GoogleUtilities/Environment (~> 8.0)
- nanopb (~> 3.30910.0)
- PromisesObjC (~> 2.4)
- FirebaseInstallations (11.4.0):
- FirebaseCore (~> 11.0)
- GoogleUtilities/Environment (~> 8.0)
- GoogleUtilities/UserDefaults (~> 8.0)
- PromisesObjC (~> 2.4)
- FirebaseMessaging (11.2.0):
- FirebaseCore (~> 11.0)
- FirebaseInstallations (~> 11.0)
- GoogleDataTransport (~> 10.0)
- GoogleUtilities/AppDelegateSwizzler (~> 8.0)
- GoogleUtilities/Environment (~> 8.0)
- GoogleUtilities/Reachability (~> 8.0)
- GoogleUtilities/UserDefaults (~> 8.0)
- nanopb (~> 3.30910.0)
- FirebaseRemoteConfigInterop (11.4.0)
- FirebaseSessions (11.3.0):
- FirebaseCore (~> 11.0)
- FirebaseCoreExtension (~> 11.0)
- FirebaseInstallations (~> 11.0)
- GoogleDataTransport (~> 10.0)
- GoogleUtilities/Environment (~> 8.0)
- GoogleUtilities/UserDefaults (~> 8.0)
- nanopb (~> 3.30910.0)
- PromisesSwift (~> 2.1)
- Flutter (1.0.0)
- flutter_background_service_ios (0.0.3):
- Flutter
- flutter_local_notifications (0.0.1):
- Flutter
- flutter_native_splash (0.0.1):
- Flutter
- flutter_timezone (0.0.1):
- Flutter
- flutter_uxcam (2.5.5):
- Flutter
- UXCam (~> 3.6.15)
- fluttertoast (0.0.2):
- Flutter
- Toast
- GoogleDataTransport (10.1.0):
- nanopb (~> 3.30910.0)
- PromisesObjC (~> 2.4)
- GoogleUtilities/AppDelegateSwizzler (8.0.2):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
- GoogleUtilities/Network
- GoogleUtilities/Privacy
- GoogleUtilities/Environment (8.0.2):
- GoogleUtilities/Privacy
- GoogleUtilities/Logger (8.0.2):
- GoogleUtilities/Environment
- GoogleUtilities/Privacy
- GoogleUtilities/Network (8.0.2):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
- GoogleUtilities/Privacy
- GoogleUtilities/Reachability
- "GoogleUtilities/NSData+zlib (8.0.2)":
- GoogleUtilities/Privacy
- GoogleUtilities/Privacy (8.0.2)
- GoogleUtilities/Reachability (8.0.2):
- GoogleUtilities/Logger
- GoogleUtilities/Privacy
- GoogleUtilities/UserDefaults (8.0.2):
- GoogleUtilities/Logger
- GoogleUtilities/Privacy
- image_gallery_saver (2.0.2):
- Flutter
- in_app_review (0.2.0):
- Flutter
- Mixpanel-swift (4.3.0):
- Mixpanel-swift/Complete (= 4.3.0)
- Mixpanel-swift/Complete (4.3.0)
- mixpanel_flutter (2.3.3):
- Flutter
- Mixpanel-swift (= 4.3.0)
- nanopb (3.30910.0):
- nanopb/decode (= 3.30910.0)
- nanopb/encode (= 3.30910.0)
- nanopb/decode (3.30910.0)
- nanopb/encode (3.30910.0)
- package_info_plus (0.4.5):
- Flutter
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS
- permission_handler_apple (9.3.0):
- Flutter
- PromisesObjC (2.4.0)
- PromisesSwift (2.4.0):
- PromisesObjC (= 2.4.0)
- share_plus (0.0.1):
- Flutter
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
- social_share (0.0.1):
- Flutter
- social_share_plugin_ios (0.0.1):
- FBSDKCoreKit
- FBSDKShareKit
- Flutter
- sqflite_darwin (0.0.4):
- Flutter
- FlutterMacOS
- Toast (4.1.1)
- url_launcher_ios (0.0.1):
- Flutter
- UXCam (3.6.17)
DEPENDENCIES:
- app_settings (from `.symlinks/plugins/app_settings/ios`)
- device_info_plus (from `.symlinks/plugins/device_info_plus/ios`)
- facebook_app_events (from `.symlinks/plugins/facebook_app_events/ios`)
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
- firebase_crashlytics (from `.symlinks/plugins/firebase_crashlytics/ios`)
- firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`)
- Flutter (from `Flutter`)
- flutter_background_service_ios (from `.symlinks/plugins/flutter_background_service_ios/ios`)
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
- flutter_native_splash (from `.symlinks/plugins/flutter_native_splash/ios`)
- flutter_timezone (from `.symlinks/plugins/flutter_timezone/ios`)
- flutter_uxcam (from `.symlinks/plugins/flutter_uxcam/ios`)
- fluttertoast (from `.symlinks/plugins/fluttertoast/ios`)
- image_gallery_saver (from `.symlinks/plugins/image_gallery_saver/ios`)
- in_app_review (from `.symlinks/plugins/in_app_review/ios`)
- mixpanel_flutter (from `.symlinks/plugins/mixpanel_flutter/ios`)
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
- share_plus (from `.symlinks/plugins/share_plus/ios`)
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
- social_share (from `.symlinks/plugins/social_share/ios`)
- social_share_plugin_ios (from `.symlinks/plugins/social_share_plugin_ios/ios`)
- sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`)
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
SPEC REPOS:
trunk:
- FBAEMKit
- FBAudienceNetwork
- FBSDKCoreKit
- FBSDKCoreKit_Basics
- FBSDKShareKit
- Firebase
- FirebaseCore
- FirebaseCoreExtension
- FirebaseCoreInternal
- FirebaseCrashlytics
- FirebaseInstallations
- FirebaseMessaging
- FirebaseRemoteConfigInterop
- FirebaseSessions
- GoogleDataTransport
- GoogleUtilities
- Mixpanel-swift
- nanopb
- PromisesObjC
- PromisesSwift
- Toast
- UXCam
EXTERNAL SOURCES:
app_settings:
:path: ".symlinks/plugins/app_settings/ios"
device_info_plus:
:path: ".symlinks/plugins/device_info_plus/ios"
facebook_app_events:
:path: ".symlinks/plugins/facebook_app_events/ios"
firebase_core:
:path: ".symlinks/plugins/firebase_core/ios"
firebase_crashlytics:
:path: ".symlinks/plugins/firebase_crashlytics/ios"
firebase_messaging:
:path: ".symlinks/plugins/firebase_messaging/ios"
Flutter:
:path: Flutter
flutter_background_service_ios:
:path: ".symlinks/plugins/flutter_background_service_ios/ios"
flutter_local_notifications:
:path: ".symlinks/plugins/flutter_local_notifications/ios"
flutter_native_splash:
:path: ".symlinks/plugins/flutter_native_splash/ios"
flutter_timezone:
:path: ".symlinks/plugins/flutter_timezone/ios"
flutter_uxcam:
:path: ".symlinks/plugins/flutter_uxcam/ios"
fluttertoast:
:path: ".symlinks/plugins/fluttertoast/ios"
image_gallery_saver:
:path: ".symlinks/plugins/image_gallery_saver/ios"
in_app_review:
:path: ".symlinks/plugins/in_app_review/ios"
mixpanel_flutter:
:path: ".symlinks/plugins/mixpanel_flutter/ios"
package_info_plus:
:path: ".symlinks/plugins/package_info_plus/ios"
path_provider_foundation:
:path: ".symlinks/plugins/path_provider_foundation/darwin"
permission_handler_apple:
:path: ".symlinks/plugins/permission_handler_apple/ios"
share_plus:
:path: ".symlinks/plugins/share_plus/ios"
shared_preferences_foundation:
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
social_share:
:path: ".symlinks/plugins/social_share/ios"
social_share_plugin_ios:
:path: ".symlinks/plugins/social_share_plugin_ios/ios"
sqflite_darwin:
:path: ".symlinks/plugins/sqflite_darwin/darwin"
url_launcher_ios:
:path: ".symlinks/plugins/url_launcher_ios/ios"
pod install
pod install
Analyzing dependencies
firebase_core: Using Firebase SDK version '11.2.0' defined in 'firebase_core'
Ignoring ffi-1.16.3 because its extensions are not built. Try: gem pristine ffi --version 1.16.3
Warning: firebase_app_id_file.json file does not exist. This may cause issues in upload-symbols. If this error is unexpected, try running flutterfire configure again.
firebase_crashlytics: Using Firebase SDK version '11.2.0' defined in 'firebase_core'
firebase_messaging: Using Firebase SDK version '11.2.0' defined in 'firebase_core'
Downloading dependencies
Installing FBAEMKit (17.4.0)
Installing FBAudienceNetwork (6.16.0)
Installing FBSDKCoreKit (17.4.0)
Installing FBSDKCoreKit_Basics (17.4.0)
Installing FBSDKShareKit (17.4.0)
Installing Firebase (11.2.0)
Installing FirebaseCore (11.2.0)
Installing FirebaseCoreExtension (11.4.1)
Installing FirebaseCoreInternal (11.4.2)
Installing FirebaseCrashlytics (11.2.0)
Installing FirebaseInstallations (11.4.0)
Installing FirebaseMessaging (11.2.0)
Installing FirebaseRemoteConfigInterop (11.4.0)
Installing FirebaseSessions (11.3.0)
Installing Flutter (1.0.0)
Installing GoogleDataTransport (10.1.0)
Installing GoogleUtilities (8.0.2)
Installing Mixpanel-swift (4.3.0)
Installing PromisesObjC (2.4.0)
Installing PromisesSwift (2.4.0)
Installing Toast (4.1.1)
Installing UXCam (3.6.17)
Installing app_settings (5.1.1)
Installing device_info_plus (0.0.1)
Installing facebook_app_events (0.0.1)
Installing firebase_core (3.6.0)
Installing firebase_crashlytics (4.1.3)
Installing firebase_messaging (15.1.3)
Installing flutter_background_service_ios (0.0.3)
Installing flutter_local_notifications (0.0.1)
Installing flutter_native_splash (0.0.1)
Installing flutter_timezone (0.0.1)
Installing flutter_uxcam (2.5.5)
Installing fluttertoast (0.0.2)
Installing image_gallery_saver (2.0.2)
Installing in_app_review (0.2.0)
Installing mixpanel_flutter (2.3.3)
Installing nanopb (3.30910.0)
Installing package_info_plus (0.4.5)
Installing path_provider_foundation (0.0.1)
Installing permission_handler_apple (9.3.0)
Installing share_plus (0.0.1)
Installing shared_preferences_foundation (0.0.1)
Installing social_share (0.0.1)
Installing social_share_plugin_ios (0.0.1)
Installing sqflite_darwin (0.0.4)
Installing url_launcher_ios (0.0.1)
Generating Pods project
Integrating client project
Pod installation complete! There are 25 dependencies from the Podfile and 47 total pods installed.
Additional Information: I removed social_share_plugin_ios due to concerns about potential conflicts with its Facebook SDK dependencies. The result remains the same.
Note:
Current Status:
@Bamschool last time we got this issue is last year Sept. Please kindly check #320 and #311
Testing on actual device should showing in console minimum in 24 hours
@antonoddbit We already checked the two articles and tested on actual device 3 days ago. I have a question. You pointed out that the version in the Podfile.lock is 0.0.1, but it actually says 0.19.3 in the pubspec.yaml. So, is it a big problem that it shows 0.0.1 in the Podfile.lock?
@Bamschool after checking previous thread its also showing 0.0.1, it should be not a big issue. I will check about the lock configuration for next update.
@antonoddbit Thank you for answering.
If that's the case, there's nothing I need to set in Info.plist if I download the actual Facebook app events package, even if I don't download native packages separately in the Podfile, right?
Is there an existing issue for this?
Current Behavior
I’m getting this error: “Your app version is outdated. To run the app on iOS 14, please update to the latest version of the Facebook SDK for iOS.”
However, I've already installed the SDK. When I go to Settings -> Advanced, it shows version 17.4. I don’t understand why it’s still telling me to update the SDK. None of the radio buttons are even selected, and I’ve already updated and released the SDK.
The SDK installation should be marked as completed since the latest SDK is installed to enable SKAdNetwork functionality.
![Uploading 다운로드223.png…]()
Expected Behavior
The SDK installation should be marked as completed because I need to use SKAdNetwork, and it should indicate that the latest SDK is installed.
Steps To Reproduce
Install the Latest Facebook SDK: Update to the latest version of the Facebook SDK for iOS, ensuring that SKAdNetwork support is enabled. Configure Info.plist: Add the necessary SDK configurations accurately in the Info.plist, including settings to enable event reception. Release the Updated SDK: Complete the release process with the updated SDK. Open the App on an iOS 14 Device: Run the app on an iOS 14 device to confirm compatibility. Check for Error Message: Observe the error message: “Your app version is outdated. To run the app on iOS 14, please update to the latest version of the Facebook SDK for iOS.” Verify SDK Version in Facebook Settings: Go to Settings -> Advanced in the Facebook developer console. Confirm that the SDK version displayed is 17.4, as previously installed. Note that none of the radio buttons in the settings are selected.
Platform
iOS
Flutter Doctor
perfect