diff --git a/Frontend/ios/Podfile.lock b/Frontend/ios/Podfile.lock index 0e15c6d8..3a6b5ba9 100644 --- a/Frontend/ios/Podfile.lock +++ b/Frontend/ios/Podfile.lock @@ -34,6 +34,7 @@ PODS: - DKPhotoGallery/Resource (0.0.19): - SDWebImage - SwiftyGif + - FBAudienceNetwork (6.20.1) - file_picker (0.0.1): - DKImagePickerController/PhotoGallery - Flutter @@ -49,12 +50,18 @@ PODS: - geolocator_apple (1.2.0): - Flutter - FlutterMacOS + - gma_mediation_meta (1.4.1): + - Flutter + - GoogleMobileAdsMediationFacebook (~> 6.20.1.0) - Google-Mobile-Ads-SDK (12.2.0): - GoogleUserMessagingPlatform (>= 1.1) - google_mobile_ads (6.0.0): - Flutter - Google-Mobile-Ads-SDK (~> 12.2.0) - webview_flutter_wkwebview + - GoogleMobileAdsMediationFacebook (6.20.1.0): + - FBAudienceNetwork (= 6.20.1) + - Google-Mobile-Ads-SDK (~> 12.0) - GoogleUserMessagingPlatform (3.0.0) - local_auth_darwin (0.0.1): - Flutter @@ -101,6 +108,7 @@ DEPENDENCIES: - flutter_native_splash (from `.symlinks/plugins/flutter_native_splash/ios`) - flutter_tts (from `.symlinks/plugins/flutter_tts/ios`) - geolocator_apple (from `.symlinks/plugins/geolocator_apple/darwin`) + - gma_mediation_meta (from `.symlinks/plugins/gma_mediation_meta/ios`) - google_mobile_ads (from `.symlinks/plugins/google_mobile_ads/ios`) - local_auth_darwin (from `.symlinks/plugins/local_auth_darwin/darwin`) - mobile_scanner (from `.symlinks/plugins/mobile_scanner/darwin`) @@ -119,7 +127,9 @@ SPEC REPOS: trunk: - DKImagePickerController - DKPhotoGallery + - FBAudienceNetwork - Google-Mobile-Ads-SDK + - GoogleMobileAdsMediationFacebook - GoogleUserMessagingPlatform - SDWebImage - SwiftyGif @@ -143,6 +153,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/flutter_tts/ios" geolocator_apple: :path: ".symlinks/plugins/geolocator_apple/darwin" + gma_mediation_meta: + :path: ".symlinks/plugins/gma_mediation_meta/ios" google_mobile_ads: :path: ".symlinks/plugins/google_mobile_ads/ios" local_auth_darwin: @@ -175,6 +187,7 @@ SPEC CHECKSUMS: device_info_plus: 21fcca2080fbcd348be798aa36c3e5ed849eefbe DKImagePickerController: 946cec48c7873164274ecc4624d19e3da4c1ef3c DKPhotoGallery: b3834fecb755ee09a593d7c9e389d8b5d6deed60 + FBAudienceNetwork: 08e86d63a05b3a5a59414af12e4af8d756943c80 file_picker: a0560bc09d61de87f12d246fc47d2119e6ef37be file_saver: 6cdbcddd690cb02b0c1a0c225b37cd805c2bf8b6 fl_downloader: dc99aa8dd303f862cccb830087f37acc9b0156ee @@ -182,8 +195,10 @@ SPEC CHECKSUMS: flutter_native_splash: c32d145d68aeda5502d5f543ee38c192065986cf flutter_tts: b88dbc8655d3dc961bc4a796e4e16a4cc1795833 geolocator_apple: ab36aa0e8b7d7a2d7639b3b4e48308394e8cef5e + gma_mediation_meta: 44defcf3b61414cdca65c0f897360e31b9332a09 Google-Mobile-Ads-SDK: 1dfb0c3cb46c7e2b00b0f4de74a1e06d9ea25d67 google_mobile_ads: 535223588a6791b7a3cc3513a1bc7b89d12f3e62 + GoogleMobileAdsMediationFacebook: b11a92ae3bfdae19853b882252b7e62791c18162 GoogleUserMessagingPlatform: f8d0cdad3ca835406755d0a69aa634f00e76d576 local_auth_darwin: 553ce4f9b16d3fdfeafce9cf042e7c9f77c1c391 mobile_scanner: 9157936403f5a0644ca3779a38ff8404c5434a93 diff --git a/Frontend/ios/Runner/Info.plist b/Frontend/ios/Runner/Info.plist index 66f13c22..410a60ed 100644 --- a/Frontend/ios/Runner/Info.plist +++ b/Frontend/ios/Runner/Info.plist @@ -2,6 +2,17 @@ + SKAdNetworkItems + + + SKAdNetworkIdentifier + v9wttpbfk9.skadnetwork + + + SKAdNetworkIdentifier + n38lu8286q.skadnetwork + + GADApplicationIdentifier ca-app-pub-4781880856775334~6935644635 CADisableMinimumFrameDurationOnPhone diff --git a/Frontend/pubspec.lock b/Frontend/pubspec.lock index 006b5171..59bae95d 100644 --- a/Frontend/pubspec.lock +++ b/Frontend/pubspec.lock @@ -656,6 +656,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.3" + gma_mediation_meta: + dependency: "direct main" + description: + name: gma_mediation_meta + sha256: "8c9448d194faf85dbd7e09e4cd602192018915b2803b1605af01549fb72088b3" + url: "https://pub.dev" + source: hosted + version: "1.4.1" go_router: dependency: "direct main" description: diff --git a/Frontend/pubspec.yaml b/Frontend/pubspec.yaml index 43d2c8fa..75f5cd3b 100644 --- a/Frontend/pubspec.yaml +++ b/Frontend/pubspec.yaml @@ -45,6 +45,7 @@ dependencies: app_settings: ^6.1.1 pwa_install: ^0.0.6 google_mobile_ads: ^6.0.0 + gma_mediation_meta: ^1.4.1 redacted: ^1.0.13 custom_rating_bar: ^3.0.0 country_code_picker: ^3.3.0