Reputation: 4396
I recently published my app with iAd and Admob, and I followed every instruction to set up Admob correctly. But I soon realize that Admob ad won't ever refresh -- it only shows one ad no matter what (restart app, re-install app, and etc). I set up auto refresh rate at 30sec on Admob website. Is there a method to refresh it programmatically?
Upvotes: 0
Views: 1422
Reputation: 2162
I use this module and seems to work just fine:
https://github.com/shad/titanium_modules/tree/master/admob
Have a one thing in mind that the ads might be the same, even when refreshing, especially if you don't enable google ads in the Admob console. So please enable it in Admob console.
Hope it helps you !
Upvotes: 0