This commit is contained in:
eld 2025-02-06 15:53:33 +09:00
parent 960410e91f
commit ab7c71fb14
3 changed files with 5 additions and 5 deletions

View File

@ -14,8 +14,7 @@
<!-- ★ 여기에 meta-data 추가 ★ -->
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-3940256099942544~3347511713" />
<!-- android:value="ca-app-pub-6461991944599918~9492697896" -->
android:value="ca-app-pub-6461991944599918~9492697896" />
<!-- 구글 로그인 관련 -->
<!-- <meta-data

View File

@ -36,7 +36,8 @@
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>GADApplicationIdentifier</key>
<string>ca-app-pub-3940256099942544~1458002511</string>
<!-- <string>ca-app-pub-3940256099942544~1458002511</string> -->
<string>ca-app-pub-6461991944599918~9492697896</string>
<key>GIDClientID</key>
<string>452355332155-26g42j6p8kfdeknncqfmt7sitvvj611l.apps.googleusercontent.com</string>
<key>LSRequiresIPhoneOS</key>

View File

@ -4,8 +4,8 @@ class Config {
// ID
static const String realAdUnitId = 'ca-app-pub-6461991944599918~9492697896';
// ID
// static const String adUnitId = 'ca-app-pub-6461991944599918~9492697896';
static const String adUnitId = 'ca-app-pub-3940256099942544/6300978111';
static const String adUnitId = 'ca-app-pub-6461991944599918~9492697896';
// static const String adUnitId = 'ca-app-pub-3940256099942544/6300978111';
//
static const String baseUrl = 'https://d2zcnlqji5t7mh.cloudfront.net';
//