Skip to content
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

Open
deckameron opened this issue Aug 9, 2016 · 7 comments
Open

Serious Google demands #61

deckameron opened this issue Aug 9, 2016 · 7 comments

Comments

@deckameron
Copy link

deckameron commented Aug 9, 2016

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.

@dieg013
Copy link

dieg013 commented Aug 11, 2016

Hello, still no new Appcelerator?

@ashcoding
Copy link

Could you create a request for this in Jira https://jira.appcelerator.org ?

@deckameron
Copy link
Author

Maybe this will help.
https://github.com/deckameron/Ti.Android.Admob

@dieg013
Copy link

dieg013 commented Nov 4, 2016

Thank deckameron

3 similar comments
@dieg013
Copy link

dieg013 commented Nov 4, 2016

Thank deckameron

@dieg013
Copy link

dieg013 commented Nov 4, 2016

Thank deckameron

@dieg013
Copy link

dieg013 commented Nov 4, 2016

Thank deckameron

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants