mobileAdRegister

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mobileAdRegister <appKey>
Summary

Registers the application Inneractive identifier with LiveCode.

Introduced5.5
OSios, android
Platformsmobile
Parameters
NameTypeDescription
appKey

The unique Inneractive app identifier (Labelled 'App ID' in the Inneractive dashboard)

Example
mobileAdRegister myApplicationKey
RelatedCommand: mobileAdCreate, mobileAdDelete
Function: mobileAds
Description

Use the mobileAdRegister command to register the application's Inneractive identifier with LiveCode.

The mobileAdRegister command registers the application's Inneractive identifier with LiveCode. All ad activity, including any revenue generated, is logged against this id.

This command must be called before any other ad handlers are invoked.