You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,12 +265,10 @@ Constant which contains current device's hash id.
265
265
266
266
#### addTestDevice
267
267
268
-
Registers given device to receive test ads. When you run app on simulator, it should automatically get added. Use it
269
-
to receive test ads in development mode on a standalone phone. Hash of the current device can be obtained from a
270
-
debug log or `AdSettings.currentDeviceHash` constant.
271
-
272
-
All devices should be specified before any other action takes place, like [`AdsManager`](#nativeadsmanager) gets created.
268
+
Registers given device to receive test ads. When running on a real device, call this method with the result of `AdSettings.currentDeviceHash` to get test ads.
269
+
Do not call this method in production.
273
270
271
+
You should register test devices before displaying any ads or creating any ad managers.
0 commit comments