ios
This commit is contained in:
parent
960410e91f
commit
ab7c71fb14
@ -14,8 +14,7 @@
|
|||||||
<!-- ★ 여기에 meta-data 추가 ★ -->
|
<!-- ★ 여기에 meta-data 추가 ★ -->
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="com.google.android.gms.ads.APPLICATION_ID"
|
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
|
<!-- <meta-data
|
||||||
|
@ -36,7 +36,8 @@
|
|||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<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>
|
||||||
<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>
|
||||||
|
@ -4,8 +4,8 @@ class Config {
|
|||||||
// 실제 광고 단위 ID
|
// 실제 광고 단위 ID
|
||||||
static const String realAdUnitId = 'ca-app-pub-6461991944599918~9492697896';
|
static const String realAdUnitId = 'ca-app-pub-6461991944599918~9492697896';
|
||||||
// 테스트 광고 단위 ID
|
// 테스트 광고 단위 ID
|
||||||
// static const String adUnitId = 'ca-app-pub-6461991944599918~9492697896';
|
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-3940256099942544/6300978111';
|
||||||
// 서버 주소
|
// 서버 주소
|
||||||
static const String baseUrl = 'https://d2zcnlqji5t7mh.cloudfront.net';
|
static const String baseUrl = 'https://d2zcnlqji5t7mh.cloudfront.net';
|
||||||
// 이미지 업로드 주소
|
// 이미지 업로드 주소
|
||||||
|
Loading…
Reference in New Issue
Block a user