Skip to content

Commit 40e7062

Browse files
committed
Improve phrasing
1 parent 54af8d3 commit 40e7062

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,10 @@ Constant which contains current device's hash id.
265265

266266
#### addTestDevice
267267

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.
273270

271+
You should register test devices before displaying any ads or creating any ad managers.
274272
```js
275273
AdSettings.addTestDevice('hash');
276274
```

0 commit comments

Comments
 (0)