EDIT
I found that it would just be easier to implement iAds into my app. Can somebody please link me with a good tutorial for adding iAds at the bottom of the screen into my game (so they work on iPhone & iPad).
Thanks!
EDIT
I found that it would just be easier to implement iAds into my app. Can somebody please link me with a good tutorial for adding iAds at the bottom of the screen into my game (so they work on iPhone & iPad).
Thanks!
Hi,
Thanks for the documentation link.
As I was going through it, I added in the settings portion of the plugin, however had a question on the supportedPlatforms and devices.
settings = { plugins = { ["CoronaProvider.ads.iads"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, ["iphone-sim"]=true }, }, }, }
My game is going to be universal for iPhone and iPad. Do I just add in the following?
supportedPlatforms = { iphone=true, ["iphone-sim"]=true, ipad=true, ["ipad-sim"]=true },
Thanks
No, you just need “iphone”. That covers all iDevices.
Rob
Hi,
Thanks for the documentation link.
As I was going through it, I added in the settings portion of the plugin, however had a question on the supportedPlatforms and devices.
settings = { plugins = { ["CoronaProvider.ads.iads"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, ["iphone-sim"]=true }, }, }, }
My game is going to be universal for iPhone and iPad. Do I just add in the following?
supportedPlatforms = { iphone=true, ["iphone-sim"]=true, ipad=true, ["ipad-sim"]=true },
Thanks
No, you just need “iphone”. That covers all iDevices.
Rob