laveux / adwhirl

Automatically exported from code.google.com/p/adwhirl
0 stars 0 forks source link

Issue with Millennial Ads in AdWhirl #111

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. See below
2.
3.

What is the expected output? What do you see instead?
No crash

What version of the product are you using? On what operating system?
2.6.0, iPhone.  4.1SDK, deployment target 3.1.2.  mmDev SDK 4.0.4

Please provide any additional information below.

I have a tableview controller which drills down into a detail view controller 
of which I have AdWhirl integrated.

We are configured to use AdMob, iAd and MMdev.  

When quickly jumping in and out of the detail controller we sometimes are 
getting the following error.  It seems to be timing related and seems to occur 
when it is starting an ad fetch from mmDev and then we exit out of controller 
before ad is delivered.  If we go in and out of detail controller slowly and 
make sure the ad is fully displayed before we exit we don't ever seem to have 
the problem.

We are setting delegate to nil in dealloc.

self.adView.delegate = nil;
[adView release]

Error message:

*** -[MMBannerAdView fadeAdView:]: message sent to deallocated instance 
0x120522c0

This is a hard app crash and we are unable to submit application until we 
resolve this.

Original issue reported on code.google.com by stewartg...@gmail.com on 29 Sep 2010 at 3:19

GoogleCodeExporter commented 8 years ago
Was testing with a 15 second refresh rate.

Original comment by stewartg...@gmail.com on 29 Sep 2010 at 3:31

GoogleCodeExporter commented 8 years ago

Original comment by nigelc...@google.com on 7 Oct 2010 at 12:34

GoogleCodeExporter commented 8 years ago

Original comment by fch...@google.com on 20 Oct 2010 at 12:14

GoogleCodeExporter commented 8 years ago

Original comment by fch...@google.com on 20 Oct 2010 at 12:14