Remotely Disable Ads

I’d like to have my banner ads disabled and then if my app gets a large audience turn them on at a later time.

I thought I remember that you could do this with admob but looking around on their site it doesn’t look possible.

Does anyone know if this is possible?

I’ve got admob and iAds banner ads being pushed to my app.

Thanks,

Hi,

It could be as simple as posting a text file somewhere and reading in the flag (perhaps 0 or 1) and make the decision in the app based on that.

You can of course get more complicated than that, but it’s pretty simple to throw a text file up on Amazon S3 or equivalent and just change it when you’re ready.

Cheers,

Chris

Hi,

It could be as simple as posting a text file somewhere and reading in the flag (perhaps 0 or 1) and make the decision in the app based on that.

You can of course get more complicated than that, but it’s pretty simple to throw a text file up on Amazon S3 or equivalent and just change it when you’re ready.

Cheers,

Chris