From b99e8f552dafd63583f29a27d1ec4699fb878ea5 Mon Sep 17 00:00:00 2001 From: eld_master Date: Sat, 8 Feb 2025 01:36:36 +0900 Subject: [PATCH] =?UTF-8?q?IOS=20=EC=95=A0=EB=93=9C=EB=AA=B9=20ID=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 5 ++--- android/app/google-services.json | 3 ++- ios/Runner/GoogleService-Info.plist | 2 ++ ios/Runner/Info.plist | 2 +- lib/config/config.dart | 8 +++++--- pubspec.yaml | 3 +-- 6 files changed, 13 insertions(+), 10 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index ad183fb..7fbf759 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -20,10 +20,9 @@ android { applicationId "com.allscore_app" minSdkVersion 23 targetSdkVersion 34 - versionCode 13 - versionName "1.0.13" + versionCode 15 + versionName "1.0.15" } - signingConfigs { release { // key.properties 에서 키 불러오기 diff --git a/android/app/google-services.json b/android/app/google-services.json index f223e69..fbdbbf0 100644 --- a/android/app/google-services.json +++ b/android/app/google-services.json @@ -64,7 +64,8 @@ } ] } - } + }, + "admob_app_id": "ca-app-pub-6461991944599918~9492697896" } ], "configuration_version": "1" diff --git a/ios/Runner/GoogleService-Info.plist b/ios/Runner/GoogleService-Info.plist index 7024bed..5c3c7e1 100644 --- a/ios/Runner/GoogleService-Info.plist +++ b/ios/Runner/GoogleService-Info.plist @@ -34,5 +34,7 @@ 1:452355332155:ios:88882c9888ff405813e41e DATABASE_URL https://allscore-29edf-default-rtdb.asia-southeast1.firebasedatabase.app + ADMOB_APP_ID + ca-app-pub-6461991944599918~1525811028 \ No newline at end of file diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 170f45e..9d7cb88 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -43,7 +43,7 @@ $(FLUTTER_BUILD_NUMBER) GADApplicationIdentifier - ca-app-pub-6461991944599918~9492697896 + ca-app-pub-6461991944599918~1525811028 GIDClientID 452355332155-26g42j6p8kfdeknncqfmt7sitvvj611l.apps.googleusercontent.com LSRequiresIPhoneOS diff --git a/lib/config/config.dart b/lib/config/config.dart index e32da6c..59ad004 100644 --- a/lib/config/config.dart +++ b/lib/config/config.dart @@ -1,10 +1,12 @@ class Config { // 테스트 광고 단위 ID static const String testAdUnitId = 'ca-app-pub-3940256099942544/6300978111'; - // 실제 광고 단위 ID - static const String realAdUnitId = 'ca-app-pub-6461991944599918~9492697896'; + // 실제 광고 단위 ID - android + // static const String realAdUnitId = 'ca-app-pub-6461991944599918~9492697896'; + // 실제 광고 단위 ID - ios + // static const String realAdUnitId = 'ca-app-pub-6461991944599918~1525811028'; // 테스트 광고 단위 ID - static const String adUnitId = 'ca-app-pub-6461991944599918~9492697896'; + static const String adUnitId = 'ca-app-pub-6461991944599918~1525811028'; // static const String adUnitId = 'ca-app-pub-3940256099942544/6300978111'; // 서버 주소 static const String baseUrl = 'https://d2zcnlqji5t7mh.cloudfront.net'; diff --git a/pubspec.yaml b/pubspec.yaml index ca2e1d9..aa6eb83 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,7 @@ name: allscore_app description: "A new Flutter project." publish_to: 'none' -version: 1.0.13+13 - +version: 1.0.15+15 environment: sdk: '>=3.5.3 <4.0.0' flutter: ">=3.16.0"