[AC-3571] Ti.Admob : ad not received
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2016-05-04T06:12:45.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator Modules |
Labels | n/a |
Reporter | Bhushankumar pawar |
Assignee | Shak Hossain |
Created | 2016-04-29T20:18:53.000+0000 |
Updated | 2017-03-05T17:56:25.000+0000 |
Description
[INFO] : Ads: Starting ad request.
[WARN] : Ads: There was a problem getting an ad response. ErrorCode: 1
[WARN] : Ads: Failed to load ad: 1
[DEBUG] : AdMobView: (main) [289,131089] onAdFailedToLoad(): 1
[INFO] : ad not received
AdMob event listener : not reving ads.
adMobView.addEventListener(Admob.AD_NOT_RECEIVED,function(){
//alert("ad not received");
Ti.API.info("ad not received");
});
Hello, I am unable to reproduce this issue. I am able to display banner ads with
ti.admob 2.1.5
. *Steps:* 1. Create a default classic project. 2. Ad ti.admob 2.1.5 module in that project. 3. Replace app.js with following.4.Give banner ad id in
publisherId:
. 5. Build and run the app. 6. Click "REQUESR AN AD" button. 7. Following console log is given also ad is shown.Thanks *Environment*: *Device info:* Nexus7 (android 6.0.1) *Node.js Version:* 0.12.7 *npm Version:* 2.11.3 *Titanium SDKs:* 5.2.2.GA and 5.2.1.GA *Java Development Kit Version:* 1.8.0_73 *Titanium CLI Version:* 5.0.5 *Appcelerator CLI Version:* 5.2.2 *Appcelerator Studio:* 4.5.0