Preview Mode
Purpose
Preview mode benefits developing business with easy demostration of ads. Preview mode can be accessed through QR code which corresponds to registered deep link for app and activates a specific ad directly.
Configuration
Request a deep link url scheme from your intowow account manager.
Generate and use a QR Code in the following format:
{YOUR_APP_URL_SCHEME}://crystalexpress?adid={AD ID}
. CrystalExpress SDK only deals with urls begin withcrystalexpress
.
How to Activate Deep Link in App?
Set up url scheme at Project -> Info -> URL Types.
Implement
application:openURL:sourceApplication:annotation:
in AppDelegate.m according to the example to activate preview mode of CrystalExpress SDKCheck the network connection before using preview mode.
Scan the QR code you generate with any QR code scanner to start using preview mode.
A prompt shows up after your app is opened. Click it and app will be terminated.
Restart your app and wait for SDK to download the ad to preview.
Do not terminate your app when downloading ad.
Terminate the app to exit preview mode.
Last updated