Skip to content

Before You Launch

nook edited this page Aug 22, 2016 · 1 revision

Before You Launch

Placement and App IDs

Verify that you are using appropriate placement and app ids. If you see either of the following log messages, you are using demo app ids, which must be changed before release:

YIELDMO Warning: Using the demo app ID.  Ask your Yieldmo account manager for an appropriate app ID for production.
YIELDMO Warning: Using a demo placement ID: 1465866803883965983.  Ask your Yieldmo account manager for an appropriate placement ID for production.

You should have a unique app id for each application that you submit to the App store. You should have a unique placement ID for each location in your app where Yieldmo ads can appear. Ask your Yieldmo account manager if you need additional app IDs or placement IDs.

Padding

Yieldmo ads look best (and perform the best) with generous padding. YMPlacementView does not have its own padding, so you are free to integrate it however makes sense for your layout. If the parent view of the placement is not already inset from the edges of the screen, we recommend adding a minimum of 8 points of space on all edges of the advertisement.

padding_nopadding

Send Yieldmo a Test Build

Help us help you by contacting your Yieldmo account manager before launching. When we look at your test build, we make sure that the ad is displaying as intended and that all tracking events fire correctly for reporting.

Turn off logging

As a final step before launching, you can turn off logging.

[Yieldmo setLogLevel: YMLogLevelNone];
Yieldmo.setLogLevel(.None)

Clone this wiki locally