Skip to content

Commit c9529b1

Browse files
committed
Add application ID back.
1 parent 0c4bf66 commit c9529b1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ump/integration_test/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
2424
<uses-permission android:name="android.permission.WAKE_LOCK" />
2525
<application android:label="@string/app_name">
26+
<!-- You may replace the sample App ID below with your own App ID. -->
27+
<meta-data
28+
android:name="com.google.android.gms.ads.APPLICATION_ID"
29+
android:value="ca-app-pub-3940256099942544~3347511713"/>
2630
<activity android:name="android.app.NativeActivity"
2731
android:exported="true"
2832
android:screenOrientation="portrait"

ump/integration_test/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>GADApplicationIdentifier</key>
6+
<string>ca-app-pub-3940256099942544~1458002511</string>
57
<key>CFBundleDevelopmentRegion</key>
68
<string>en</string>
79
<key>CFBundleExecutable</key>

0 commit comments

Comments
 (0)