AdMob on iPhone occasionally opens its browser and freezes app - iphone

Just encountered the problem with integration of AdMob into my iPad application.
The problem is that sometimes AdMob opens its own browser when device even not touched and then nothing happens (no ad is loaded in that browser) and UI doesn't react at all, so eventually I get my app frozen.
AdMob is integrated through AdWhirl, but problem is not there. I put breakpoint to adViewWillPresentScreen: and stack trace shows only AdMob's classes and no AdWhirl.
Switched AdWhirl log into debug mode, but can not see anything suspicious.
I haven't seen such problem on iPhone.
Has anyone faced this problem and is there any solution?

The problem got solved by updating AdMob SDK to the latest version.

Related

App crashes from testflight only for the first time, building it with xcode and using diawi, the app is working fine without any crashes

The application is crashing only for the first time when installed from testflight, while it is working fine without any crash while building it with xcode also tried uploading build from diawi, work fine there too.
How can find where the crash is, or what is the cause of the crash?
I have had walkthrough to many links, like enabling/disabling the bitcode for the respective third party library, changing the build configuration to Release etc,, but none of them was helpful to me
Lauch iOS app from TestFlight is crashing
Well this post describes the issue that i am facing,opening the app from testflight app, by clicking on the open button cause the crash
Please help me out
Thanks

iAd Freezes App iPhone 5[s][c]

My team and I just finished our very first app, and we ran into a problem with iAd.
We're still using the Apple developer ads; but if we tap on the Ad, then close out of the ad and click on a node it crashes the app, it seems to only be happening on the iPhone 5[s][c] though, does anyone know what could be causing this?
EDIT: We're using SpriteKit.

My page loads fine on pc or Mac but totally disappears on iPad or iPhone with iOS 5.1.1

After upgrading to ios 5.1.1 from 4.2.1, my page www.zolkan.com loads and immediately disappears showing a blank gray page. I did not change anything on my page for over a year.
Before upgrading my iPhone from 4.2.1 to 5.1.1, it loaded fine. Same was with my iPad running 5.0.1... After going to 5.1.1, the page loads and disappears.
It seems that only the dynamic page (generated by python CGI) is doing this... The rest of the static pages behave normally.
Any ideas?
Use safari under developer mode as an iOS device to determine the root cause. After looking at what is happening, I bet your social loading code has changed something remotely, specifically, the fb-root tag that is warned about in the error console. Start there by disabling the social network stuff and start debugging.
update: I just disabled javascript on my phone and got the page up so it is definitely a JS bug somewhere.

Facebook iPhone SDK, App crashed in pre iOS 4.2, But works fine in iOS 4.2+

I'm working on my iPhone app which needs to share an image link on Facebook. It seems everything is ok and working fine on iOS4.2 or more. But in pre iOS4.2 the app is crashing due to exc_bad_access without any error log. I've tried to trace where this bad access is happening but failed to trace.(I tried nszombieenabled)
Any can suggest me any idea? Thanks in advance.
I faced the same problem. There was no problem in the code. The default Facebook app icon is a *.gif file. Which was causing the crash. I just changed the Icon of the Facebook app from developer.facebook.com and then it worked fine.

Google AdMob Ads SDK only works in simulator

SDK version 5.0.4, device has IOS 4.3.2. When building for the simulator, all is fine and the ads load. When changing to 'device', I get 9000+ warnings(!) "unexpected srelocation type 9" when linking the app itself. When run on a device, the app crashes (EXC_BAD_ACCESS) at the first call in viewDidLoad, [[GADBannerView alloc] initWithFrame].
The problem we had was that originally, we used AdWhirl to serve the old AdMob (nee Google Admob) ads. When using the proper non-test AdWhirl account, AdMob ads (only!) would never show up.
I've tried updating AdWhirl and Google Admob in one go, and removing AdWhirl only using the new AdMob. With the latter the behavior is as described above, when used with AdWhirl it crashes a few seconds later when AdWhirl has loaded the ad.
Surely someone else got this, what did you do to solve it?
(Update: on installing it on another Iphone, I strangely got more info than EXC_BAD_ACCESS. It says:
Program received signal: “EXC_BAD_ACCESS”.
Data Formatters temporarily unavailable, will re-try after a 'continue'. (Can't find dlopen function, so it is not possible to load shared libraries.)
Cannot access memory at address 0x2fdfe8c0
Cannot access memory at address 0x2fdfe8c0
My guess then is that I must make a shared library static (and that it works on the Simulator, because it has dlopen()). How do I do that?
)
I believe that that with SDK Version 5.0.4, it will only work if you are on the latest version of XCode which is I believe 4.2. Are you on the latest version of XCode?
The problem is in the framework libGoogleAdMobAds.a from GoogleAdMob SDK.
Use previous version of libGoogleAdMobAds.a from adMob.com for your Xcode, not the new one.
After that all 11345 warnings gone and app runs correct on device.
Regards, Papa Buba