-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serious Google demands #61
Comments
Hello, still no new Appcelerator? |
Could you create a request for this in Jira https://jira.appcelerator.org ? |
Maybe this will help. |
Thank deckameron |
3 similar comments
Thank deckameron |
Thank deckameron |
Thank deckameron |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi folks,
Thank you for working on this module for us. It has been very helpful and easy to use.
Unfortunately I have just received an email from Google saying my app is violating Admob/Adsense policies.
The problem is that we can present Interstitial ads only during screen transitions in order to avoid having our accounts blocked. But, this module does not yet offer a way to do this properly.
We need more control over the Admob View, like this:
New methods:
Admob.prepareAd() //Request the ads but DOES NOT show it just yet
Admob.presentAd() //Shows the adView
Admob.canPresentAd() //Do we have a ad to display?
New events:
Admob.AD_RECEIVED //We received the ad, so we can display when needed
Admob.AD_NOT_RECEIVED //We did not received the ad. :-(
Admob.AD_WILL_PRESENT //Right before presenting the ad.
Admob.AD_PRESENTED //OHH LORD THAT IS AMAZING!
Admob.AD_NOT_PRESENTED //Houston, we have a problem!
Admob.AD_WILL_DISMISS //Right before the ad is closed and dismissed
Admob.AD_WILL_DISMISSED //All done
All these modifications are in order to provide a better user experience when displaying ads. Without load times between screens, due to ads. We would be able te prepare them beforehand and avoid accidental clicks.
I really hope you guys can accomplish this, otherwise Google will not let us use it anymore. :-(
Which is a shame because this module is awesome...
Thank you very much for your attention!
Ps.: My native skills are close to 0, otherwise I would help.
The text was updated successfully, but these errors were encountered: