IOS 애드몹 ID적용
This commit is contained in:
parent
266249b195
commit
b99e8f552d
@ -20,10 +20,9 @@ android {
|
|||||||
applicationId "com.allscore_app"
|
applicationId "com.allscore_app"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 13
|
versionCode 15
|
||||||
versionName "1.0.13"
|
versionName "1.0.15"
|
||||||
}
|
}
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release {
|
release {
|
||||||
// key.properties 에서 키 불러오기
|
// key.properties 에서 키 불러오기
|
||||||
|
@ -64,7 +64,8 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"admob_app_id": "ca-app-pub-6461991944599918~9492697896"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"configuration_version": "1"
|
"configuration_version": "1"
|
||||||
|
@ -34,5 +34,7 @@
|
|||||||
<string>1:452355332155:ios:88882c9888ff405813e41e</string>
|
<string>1:452355332155:ios:88882c9888ff405813e41e</string>
|
||||||
<key>DATABASE_URL</key>
|
<key>DATABASE_URL</key>
|
||||||
<string>https://allscore-29edf-default-rtdb.asia-southeast1.firebasedatabase.app</string>
|
<string>https://allscore-29edf-default-rtdb.asia-southeast1.firebasedatabase.app</string>
|
||||||
|
<key>ADMOB_APP_ID</key>
|
||||||
|
<string>ca-app-pub-6461991944599918~1525811028</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
@ -43,7 +43,7 @@
|
|||||||
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
||||||
<key>GADApplicationIdentifier</key>
|
<key>GADApplicationIdentifier</key>
|
||||||
<!-- <string>ca-app-pub-3940256099942544~1458002511</string> -->
|
<!-- <string>ca-app-pub-3940256099942544~1458002511</string> -->
|
||||||
<string>ca-app-pub-6461991944599918~9492697896</string>
|
<string>ca-app-pub-6461991944599918~1525811028</string>
|
||||||
<key>GIDClientID</key>
|
<key>GIDClientID</key>
|
||||||
<string>452355332155-26g42j6p8kfdeknncqfmt7sitvvj611l.apps.googleusercontent.com</string>
|
<string>452355332155-26g42j6p8kfdeknncqfmt7sitvvj611l.apps.googleusercontent.com</string>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
class Config {
|
class Config {
|
||||||
// 테스트 광고 단위 ID
|
// 테스트 광고 단위 ID
|
||||||
static const String testAdUnitId = 'ca-app-pub-3940256099942544/6300978111';
|
static const String testAdUnitId = 'ca-app-pub-3940256099942544/6300978111';
|
||||||
// 실제 광고 단위 ID
|
// 실제 광고 단위 ID - android
|
||||||
static const String realAdUnitId = 'ca-app-pub-6461991944599918~9492697896';
|
// static const String realAdUnitId = 'ca-app-pub-6461991944599918~9492697896';
|
||||||
|
// 실제 광고 단위 ID - ios
|
||||||
|
// static const String realAdUnitId = 'ca-app-pub-6461991944599918~1525811028';
|
||||||
// 테스트 광고 단위 ID
|
// 테스트 광고 단위 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 adUnitId = 'ca-app-pub-3940256099942544/6300978111';
|
||||||
// 서버 주소
|
// 서버 주소
|
||||||
static const String baseUrl = 'https://d2zcnlqji5t7mh.cloudfront.net';
|
static const String baseUrl = 'https://d2zcnlqji5t7mh.cloudfront.net';
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
name: allscore_app
|
name: allscore_app
|
||||||
description: "A new Flutter project."
|
description: "A new Flutter project."
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 1.0.13+13
|
version: 1.0.15+15
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.5.3 <4.0.0'
|
sdk: '>=3.5.3 <4.0.0'
|
||||||
flutter: ">=3.16.0"
|
flutter: ">=3.16.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user