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

AdMob Interstitials #20

Open
ghost opened this issue Jan 10, 2015 · 7 comments
Open

AdMob Interstitials #20

ghost opened this issue Jan 10, 2015 · 7 comments

Comments

@ghost
Copy link

ghost commented Jan 10, 2015

Hi-
I would like to thank all of the contributors to this module, it has been important to us and your hard work is truly appreciated.

I wanted to find out, as I have tried to do my diligence in research, does this module support AdMob Interstitial and if show can you point me to some documentation on how to execute for iOS?

Thanks!

@bitfabrikken
Copy link

I needed it too, so I hired a freelancer to make it since I'm not good at the module stuff.
I made a pull request to the main module 20 days ago. You can find my version with interstitial support here: https://github.com/bitfabrikken/ti.admob

@ghost
Copy link
Author

ghost commented Jan 11, 2015

Wow. Thank you so much for sharing. I really appreciate it!

@ottopic
Copy link

ottopic commented Jan 14, 2015

@bitfabrikken Thank you, great work! Interstitial works very well !
Have you implement last admob sdk 6.12.2 too? When I compile there are many warnings about iOS8 not officially supported by 6.12.0, but it seems works fine. I don't know!

@bitfabrikken
Copy link

@ottopic I haven't - haven't tried either - not sure how to do it :)

@ottopic
Copy link

ottopic commented Jan 14, 2015

Ok, thanks. I hope someone will update it.

Best regards

@ottopic
Copy link

ottopic commented Jan 16, 2015

When I run on device there is a strange warning:

Cannot find an ad network adapter with the name(s): (
GADMAdapterIAd
). Remember to link all required ad network adapters and SDKs, and set -ObjC in the 'Other Linker Flags' setting of your build target.

Does it depends by my code ?

@danny005
Copy link

danny005 commented Jun 4, 2015

Thanks, Interstitials works fine with your pull request.

I had to put the "view" outside the window and set a minimum width and height:

var adInterstitial = Admob.createView({
    bottom: -1,
    width: 1,
    height: 1,
    adUnitId: 'ca-app-pub-xxx',
    adBackgroundColor: '#fff',
    isInterstitial: true
});

win.add(adInterstitial);

Otherwise there seems to be a invisible layer over the screen that prevents all UI elements to be clickable.

So now we have Interstitial support for iOS but Android is still missing? The module "Admob Pro" from the marketplace seems to be outdated and unsupported.

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