Tagged Questions
0
votes
0answers
11 views
Admob test devices not showing simulator udid
I am implementing Admob on iOS app.
I just downloaded Admob sample code and when I tried to run it on simulator, my console is saying "To get test ads on this device, call: request.testDevices = ...
1
vote
1answer
43 views
Integrating Flurry AppCircle Ads with AdMob Mediation
I'm currently integrating Flurry AppCircle Ads in my iPhone application with AdMob Mediation; I'm developing for iOS 6.
I've been following Flurry's integration instructions from here but in the end, ...
0
votes
1answer
32 views
Keep Ad/banner static on application Screens
After releasing a few apps to Google Play/App Store, I have noticed that the revenue is higher in applications which keep the Ads static (it also increases eCPM).
By static I mean that when you ...
0
votes
1answer
56 views
Admob & Cocos2d - admob not able to be tapped - View not in hierarchy
I am having an issue whereby the Admob banner shows, however, when you tap it, it either crashes the app, or does nothing.
It is using admob mediation, split with iAd, if an iAd displays, it can be ...
0
votes
0answers
48 views
AdMob Ads Not Showing When Running Without Xcode
When I compile & run the AdMob test app, everything is working fine.
However, when the device is not connected to the computer, I get an error saying "no ad to show"
When running through Xcode:
...
-1
votes
0answers
74 views
Google AD url leading to the error page
I am using the latest Google ad mob sdk in my project. Ads are displaying properly in my app.
The problem is if i click on the add,it is leading me to the error page on the phone browser. The url ...
0
votes
0answers
64 views
cocos2d 2.0 with admob
I'm having a bit of a problem to make admob work with my iphone app using cocos2d,
i followed this answer: Admob and Cocos2d v2 documentation
and it works almost perfectly but it gives me the ...
0
votes
0answers
27 views
Admob causes app to crash with [GADObjectPrivate changeState:]: unrecognized selector [duplicate]
This error has been annoying me all day, hope you can help, I have tired various steps to resolve this issue with reference to a few stackoverflow posts.
Error:
2013-03-19 19:52:36.636 ...
-1
votes
1answer
33 views
Keep getting error messages when compiling newest version of TapForTap on IOS5 SDK [duplicate]
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_ASIdentifierManager", referenced from:
objc-class-ref in libTapForTapAds.a(TapForTap.o)
ld: symbol(s) not found for architecture i386
...
0
votes
0answers
105 views
AdMob Mediation SDK not throwing failed ads?
.h
#import <UIKit/UIKit.h>
#import <iAd/iAd.h>
#import "GADBannerView.h"
@interface MasterTableViewController : UITableViewController <GADBannerViewDelegate >{
GADBannerView ...
2
votes
1answer
277 views
iPhone - How to add AdSupport.framework in ios?
I am trying to use the AdMob in my test application when I rum my application i am getting the following error as shown below.
Undefined symbols for architecture i386:
...
0
votes
3answers
325 views
Do we have Admob support for Coroa SDK yet ..?
I want to know if there is support for Admob in Corona SDK ? I am searching for it, I also managed to find some threads, which says " Admob support is NOT YET added in Corona SDK", but the posts are ...
1
vote
0answers
92 views
Show interstitial ad more than once admob
Ive been trying to display an interstitial ad several times during my app runtime. Ive read admob documentation about it and it seems that is a one-time-use object, I'd like to know if there's any ...
0
votes
0answers
153 views
if iAd doesn't enable admob shows on, if iAd enable admob doesn't show on
Now I ve finally integrated admob and iAd into one application, but I would like to do, if iAd doesn't enable for example in a country, admob comes up. If iAd enable, and receive ads, admob doesn't ...
0
votes
3answers
87 views
How to allow only particular view to rotate? (iPhone)
I am installing AdMob's ad, and there is a GADBannerView.
After installing, a banner show, and if you click on it, a page will slide out coving the whole screen, and displaying advertising contents ...
0
votes
1answer
102 views
How to manage AdMob behaviors on iOS 6?
I've some questions about the AdMob behaviour on iOS.
there is a delegate method:
-(void)adView:(GADBannerView *)view didFailToReceiveAdWithError:(GADRequestError *)error{
An example:
1) I open my ...
0
votes
1answer
260 views
Interstitial Ad for DFP not showing Fullscreen in ADMob iPhone 5
I am implementing the interstitial ad using Google's AdMob SDK. The Ad shows fine on iPhone 4S and lower. However on iPhone 5, the ad leaves a blank space at the bottom since its not resized properly.
...
3
votes
1answer
343 views
How to Integreate flurry+Admob in single banner?
We want to integrate Admob banner within flurry ad banner for Ad meditation. We have configured all the code in project and followed this URL ...
0
votes
0answers
170 views
How to integrate Admob mediation with custom events with Flurry [closed]
How can we integrate Flurry to Admobs Mediation Ad network?
I am trying to integrate Flurry into Admob mediation with custom events, also I have read the guide here.
And try to implement point ...
0
votes
1answer
205 views
Google AdMob SDK - “codesign: invalid option — O”
I am trying to use the Google AdMob SDK, and with all the information out there and how simple it seems to be, I am actually having some trouble getting going.
I am following this tutorial, but on ...
0
votes
2answers
74 views
Admob and addSubview:
I just updated the files from admob and now with [bannerView_ addSubview:closeBtn]; I can't see the button anymore.. Someone can help me out ?
1
vote
1answer
91 views
AdMob SDK handle URL internally
I've integrated the AdMob SDK in my App, and I'm Using Google DFP for creating the Banners.
We produce some Ads what should be linked to internal Views. I've already implemented the handleOpenURL ...
0
votes
0answers
57 views
Admob: Ads can load on my iPad not emulator
I have a problem of showing ads on the iPhone simulator or real device on IOS 6. The Ads does show up on my iPad runs on IOS5. I updated the latest SDK and set the -ObjC flag. I used the iAd first and ...
0
votes
1answer
436 views
Admob interstitial ads not working in ios6
I am using the latest admob SDK(V 6.2.1) for ios. Ads are not shown on ios6 and gives an error Request Error: No ad to show.
This happens only on ios 6 even if test mode is set to YES or NO. Ads are ...
1
vote
0answers
587 views
iAd vs AdMob vs AdWhirl on iOS 6 [closed]
I'm developing an universal app with iOS 6 and are undecided about the type of banner to add to my app.
What do you recommend?
iAd banners?
AdMob?
A mix between iAd and AdMob?
AdWhirl?
Thanks
1
vote
1answer
439 views
64 duplicate symbols for architecture armv7s when adding admob to my app
64 duplicate symbols for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Not sure if anyone has had this issue and fixed it. Thank you all in ...
1
vote
3answers
834 views
How can you put Admob banner at the bottom on both iPhone 4S and iPhone 5?
Prior to iPhone 5, i could place the admob banner at the bottom of the screen (just above the tab bar). But due to iPhone 5 screen size, everything is now disturbed. I even tried to do it through ...
0
votes
1answer
215 views
AdMob ad not showing up in UIView iPhone
I want to have AdMob banners in my app!
I got it to work in the UIViewcontrollers, but not in my UIView... The banner shows up but when you click on it, nothing happens! If you click on the banners ...
0
votes
1answer
66 views
Admob Ad Freezes Half of the Screen
I'm using xcode and I have a tabbarcontroller with multiple views.
I just added admob and added the ads to each view (in - (void)viewDidLoad) using this code:
AdViewController *myAdsVC = ...
0
votes
0answers
44 views
How to integrate PlacePlay and admob on iPhone application
I would like to integrate placeplay and admob in the iPhone application. I know how to integrate the admob and I would like to integrate the both PlacePlay as well as admob. Any one have an idea about ...
0
votes
2answers
102 views
How do I initialize Admob and set the subview
I'm fairly new to xcode, but i'm having some trouble adding admob to my app.
I followed the instructions for Admob but the ads are not showing up.
Im thinking i need to add the new view i created ...
-1
votes
1answer
117 views
Admob- Adding new ViewController
I'm fairly new to xcode, but i'm having some trouble adding admob to my app.
I followed the instructions for Admob but the ads are not showing up.
Im thinking i need to add the new view i created ...
2
votes
1answer
56 views
How to know if admob are not coming in iOS?
I am using admobs and i want to know if admobs are not coming.
If admobs are not coming then i should hide that view and when they start coming again then i have to show them onscren.
if my question ...
0
votes
5answers
646 views
Display admob ads with a custom size in iPhone
Can I display admob ads with a custom size in iphone, such as 280x50, not 320x50 typically ?
0
votes
1answer
148 views
Admob app status red even after pressing ads (Iphone)
I have added Admob ads to my Iphone app.
The app is in the AppStore and the ads are showing in my app.
I've tried to press and ad (and I know other people pressed as well), however, the status in the ...
1
vote
3answers
158 views
Using -all_load for some libraries but not for some libraries
One of the components that I use for my app demands that I use -all_load as one of its linker flags. But when I add this flag, I get an errors from another library that I use in my app. When I archive ...
0
votes
2answers
278 views
Xcode 4.5 Update (Project Error)
I updated Xcode and I ran into a project error:
clang: error: linker command failed with exit code 1 (use -v to see invocation)
and
ld: file is universal (3 slices) but does not contain a(n) ...
21
votes
1answer
7k views
AdMob crashes with [GADObjectPrivate changeState:]: unrecognized selector
I have installed the AdMob SDK 6.2.0 (Xcode 4.5 (4G182) and I am testing on an iPhone 4S and the simulator). I followed the tutorial and just want to get AdMob showing a banner once. But it crashes on ...
0
votes
1answer
171 views
Reachability error in integration of admob
I am trying to integrate admob in my ios application but I am getting following errors when I add sdk and build it.
Undefined symbols for architecture i386:
"_SCNetworkReachabilityCreateWithName", ...
0
votes
1answer
351 views
Google AdMob not showing the advertisement in iphone sdk
I have used this code.
- (void)viewDidLoad {
[super viewDidLoad];
CGPoint origin = CGPointMake(0,0);
self.adBanner = [[[GADBannerView alloc] initWithAdSize:kGADAdSizeBanner
...
0
votes
2answers
90 views
Admob Integration
I'm trying to add admob to my app and I'm confused with step 4 which is
Under Other Linker Flags, add -all_load to both Debug and Release.
Is that under OTHER_LDFLAGS? How would I exactly do ...
0
votes
1answer
129 views
Adjusting Views according to Admob banner size -ios
Do i need to adjust the position of components in views in order to avoid hiding them from Admob banner. Or is there any easy way to auto rearrange views when a add receive.
2
votes
1answer
453 views
Disabling ARC… (AdMob SDK)
I've added all of the files and the frameworks needed to run the Admob SDK, but the problem is ARC...
My project uses ARC, but the AdMob files don't use ARC. I know you can disable ARC on specific ...
1
vote
1answer
394 views
How to show GADInterstitial in ios project?
How to show GADInterstitial in ios project? i am getting error "Request error : no ads to show" but admob is working in my another project.
// ViewController.h
#import <UIKit/UIKit.h>
#import ...
0
votes
0answers
235 views
AdMob:iPhone landscape issue
I am using admob It is working properly for portrait mode
But when i change it for Landscape mode using
adBanner=[[GADBannerView alloc] initWithAdSize:kGADAdSizeSmartBannerLandscape ...
1
vote
0answers
169 views
AdMob on Landscape
My app is having AdMob on both modes i.e. landscape & Portrait.When my app launch on landscape mode it gives
Must set the rootViewController property of GADBannerView before calling ...
0
votes
1answer
160 views
How to toggle admob view from MainViewController using Cordova
I have implemented admob in my iPhone app, but the view which was created should be toggled based on my javascript's condition. So, i need to toggle that view using cordova plugins. Is there any ...
0
votes
1answer
190 views
How to display Admob on UIWebView Application?
I have previously tried displaying Admobs ads on TabbarView based application. But when I try to implement the same on a UIWebView based application things don't seem to work right.
I tried to add ...
3
votes
1answer
236 views
How to implement AdMob in Phonegap
I have a phonegap application and im trying to implementing Admob.
I'm using phonegap version 1.4.1 and I am using this site as my reference : ...
1
vote
1answer
268 views
Can i change Google AdMob Ads's navigation bar position in ios?
Can i change Google AdMob Ads's navigation bar position in ios?
and how to check google admob is on screen or not (dismiss) ?