I've just been testing my UI code on various android devices and have discovered that using the Advert commands just cause the player to crash and exit (No error message)
The same code works fine and produces an advert when testing it on Windows.
Here is a somewhat simplified version of the code. It seems to crash on the
setinneractivedetails command.
// Set virtual resolution
setvirtualresolution(320,480)
// Init and Create advert
setinneractivedetails("WotC_YourProjectName_Android")
createadvert(0,0,0,0)
// Main Loop
do
Sync()
loop
Has anyone else had troubles getting the ads to work?