Admob on iPhone not refreshing

You must Login before you can answer or comment on any questions.

I am using the Admob for iPhone 1.3 module. The ads do not seem to be refreshing. The config is:

{
        height: '50dp',
        width: '320dp',
        adBackgrounndColor: 'black',
        primaryTextColor: 'blue',
        secondaryTextColor: 'green',
        publisherId: 'a14ff911bb2d669'
}
The interval is set to 60 seconds on the Admob admin site as well.

Am I missing something?

Platform: iOS 5.1.1, Device: iPhone 4S, Host OS: OSX 10.7.4, Studio: 2.1.0.201206251749

1 Answer

I use this module and seems to work just fine:

https://github.com/shad/titanium_modules/tree/master/admob

Have in mind that the ads might be the same, even when refreshing, especially if you don't enable google ads in the admob console.

— answered 12 months ago by Dan Tamas
answer permalink
1 Comment
  • Thanks. Is this a later version of the one in the Marketplace or completely different? Also, is there a way to see if the view has refreshed (like listening to a particular event)? Thanks.

    — commented 12 months ago by Hayata Takeshita

Your Answer

Think you can help? Login to answer this question!