How do I implement iAds I have done it before its just that I can’t find that solution anywhere on the internet anymore.
I would start here:
http://docs.coronalabs.com/plugin/ads-iads/index.html
You also have to make sure your account in iTunes Connect is enable for iAds in your Banking and Contracts area. Then you have to make sure when you set up the app you enable iAds. You can only test them on device with a provisioning profile that uses an App Bundle ID that matches the app as it’s setup in iTunes Connect. You will only get test ads until you sign your app with a profile for distribution through the store.
Beyond that you need to look at ad.init(), ad.show() and ad.hide() in the documentation.
Rob
I would start here:
http://docs.coronalabs.com/plugin/ads-iads/index.html
You also have to make sure your account in iTunes Connect is enable for iAds in your Banking and Contracts area. Then you have to make sure when you set up the app you enable iAds. You can only test them on device with a provisioning profile that uses an App Bundle ID that matches the app as it’s setup in iTunes Connect. You will only get test ads until you sign your app with a profile for distribution through the store.
Beyond that you need to look at ad.init(), ad.show() and ad.hide() in the documentation.
Rob