Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
app crashes when implementing iAd — Gideros Forum

app crashes when implementing iAd

vyh77vyh77 Member
edited January 2015 in General questions
I'm trying to implement iAd on my app using Ads Interface, but running on my device from Xcode crashes after a few seconds. I get this error:

main.lua:49: attempt to index global 'Ads' (a nil value)
stack traceback:
main.lua:49: in main chunk

on main.lua:49: I have this:

iad = Ads.new("iad")

which is what I should have according to the instructions on http://docs.giderosmobile.com/interface/ads

attached my Ads Interface's implementation.

what am I doing wrong?
iAd.png 264.6K

Comments

Sign In or Register to comment.