adbuddiz.setIOSPublisherKey()

Type Function
Return value none
Revision 2017.3060
Keywords ads, advertising, AdBuddiz, setIOSPublisherKey
See also adbuddiz.setAndroidPublisherKey()
adbuddiz.*

Overview

Only needed if the app is published on the Apple Store.

Configures your iOS app AdBuddiz publisher key. Publisher key is available on adbuddiz.com after signup.

Call before adbuddiz.cacheAds().

Syntax

adbuddiz.setIOSPublisherKey( publisherKey )
publisherKey (required)

String. unique identifier for the iOS version of your app. Available on adbuddiz.com after signup.

Example

adbuddiz.setIOSPublisherKey( "TEST_PUBLISHER_KEY" )