Setup Test Device
You can configure test devices here. This functionality is used to verify different A/B testing variations or for Preview push notifications before you send them in wild production.
1. Register your iOS test device
- Open Xcode and build your application.
- Install a debug build of your application on phone or on a simulator.
- In log view, look for "To add this device as test device.
- Copy the url and paste in the browser. This will register device as test device.
- After successful registration, un-install application and reinstall it again.
- At this point, you can use this device to preview your test configuration or push notifications.
2. Register your Android test device.
- Open Eclipse and build your application.
- Install a debug build of your application on phone or on a simulator.
- In Eclipse Goto Window-> Show View -> Other -> Android-> Logcat.
- In log view, search for keyword "VesselSDK" and look for "To Add as test device, visit url" as bellow.
- Copy the url and paste in the browser.
- This will register device as test device.
- After successful registration, un-install application and reinstall it again.
- At this point, you can use this device to preview your test configuration or push notifications.
Updated less than a minute ago