views:

90

answers:

0

Hello I am having a problem trying to stop adMob from requesting new ads. If a person hits the back key or home the application goes to sleep, but admob continues to request new ads. The only way it stops is if the user selects quit from the menu.

Does anyone know of a way that in my onPause method I could do something such as ad.pauseUpdates(); I am not seeing anything like this in the documentation.

Any ideas would be helpful.

Thanks Joe