If we are not allowed shouldn't an early exit be handled by the SDK?
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google AdMob Ads Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/9j4ni9oXtoY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
Also can you please answer this one. Is it OK(Google Play Ads Policy) to ask user to watch an Ad just to support the developer? I mean i have a free app in which can i put an option "Support developer by watching Ad"?RegardsMuhammad Babar
On Sat, Feb 7, 2015 at 5:17 PM, Muhammad Babar <rajababa...@gmail.com> wrote:
Also Eric don't you think InterstitialAd class should have a public pause() and resume() methods that should be called in activity's life cycle onResume and onPause thus handling the background and foreground by itself.
On Sat, Feb 7, 2015 at 2:30 PM, L Nigogosian <nigogos...@gmail.com> wrote:
If you load the interstitial when OnPause is received from the other application and then show the application when onResume is received by your application then the user has asked to resume your application so when he gets the advert he/she knows that it has appeared because he/she has resumed. An important point is that when OnResume is called then the Interstitial code should be executed first followed by a return before any of the other OnResume code is executed. If this is not done then depending on your OnResume code problems may arise.If the user uninstalls your application and then installs it again then the advert may show because on starting the application OnResume is called. But this is unlikely.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/9j4ni9oXtoY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to google-admob-ads...@googlegroups.com.
Hello Eric,Thanks for your brief response.You: The app should of course know when it's being paused, and definitely has enough information to not call interstitial.show()Yes the app does know and can do but the suggestion was to auto handling of showing and delaying like if Interstitial class will have a pause() method then when we call it from our activity onPause so even it gets a call to display ad it will abort temporarily by enabling a flag and in when InterstitialAd.resume will be called from Acitivty onResume then if Interstitial have a previously loaded Ad it can show else ignore.The AdMob policy disallows encouraging users to click on ads, and by extension encouraging to watch videos that pay per impression. I would recommend you be careful here.Yes i was meant for video ads. So you recommend to be careful if i ask user to watch a video to support developer. Can you please explain what's wrong and if is it against the policy can you please send me the link to TOS of google play?P.S: BTW some apps are doing it already by asking user to watch a video to earn virtual currency! I don't know if its legal or not.Many thanksMuhammad Babar
Eric
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsubscrib...@googlegroups.com.
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/9j4ni9oXtoY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsubscrib...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to google-admob-ads...@googlegroups.com.
Well a good documentation will never make any developer confused but this was just a suggestion. Also this way you can enforce the google's policy to not show Ads outside of app :)Well i was not talking about encouraging clicks i know this is not allowed. I think i can't passed my intention correctly. Let me make it easy and clear.Is it legal if i add a button in my app label "Support developer" on clicking on it i can show a dialog informing user about that they have to watch a video. If user click OK then video ad will be played.This is from policy
- Encourage users to click the Google ads using phrases such as "click the ads", "support us", "visit these links" or other similar language.
And it cleary says about `click the Google ads` not Viewing!And can this be done for some other Ad network i just wan't to make sure is it legal according to Google Play policy?Many ThanksMuhammad Babar
To unsubscribe from this group and all its topics, send an email to google-admob-ads...@googlegroups.com.