[TIMOB-24550] Ti.AdMob: Support Interstitial Ads on Android (Parity)
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Critical |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2018-11-29T18:26:44.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | admob, android, modules, parity |
Reporter | Christian Schmid |
Assignee | Yordan Banev |
Created | 2017-04-02T11:19:43.000+0000 |
Updated | 2018-11-29T18:26:44.000+0000 |
Description
When trying to load an Interstitial ad on Android i always get an "error loadin ad - code 0". banner ads work fine. are Interstitial ads implemented for android?
Interstitials are not supported on Android so far. Moving ticket to TIMOB for this feature request.
related documentation: https://developers.google.com/admob/android/interstitial
Any news about interstitial support?
Is this one a dead duck or is there plans for interstitial ads in this module?
for the time being, you can use this hyperloop module that supports just that https://github.com/hyperloop-modules/titanium-admob
Thanks for the reply. I need one for both iOS and Android, is this one only android ?
[~developer@tpglobalpartners.com] yes that is Android only, however the "regular" module has iOS support, so you could use a mixture.
I have am using the Ti.admob for iOS and I can't see any interstitial handling in this module, is this not implemented as yet? If this is the case, then I presume interstitials can only be handled in Android via https://github.com/hyperloop-modules/titanium-admob.
iOS interstitial is supported and works well: https://github.com/appcelerator-modules/ti.admob/blob/master/ios/documentation/index.md#interstitials
Thanks [~astrovicapps], you can also see the code here in the example: https://github.com/appcelerator-modules/ti.admob/blob/master/ios/example/app.js#L58
Thanks guys, I will pick this up today and give this a go.
PR: https://github.com/appcelerator-modules/ti.admob/pull/66