Daily 1024 was supposed to fix the rotation bugs, but introduced a new one. Really poor testing on the Corona side.
About the white rect, I get it about 30 % of the times I start the app. It’s almost like iAd contructs a white rect for showing the ad, puts it on the screen, but eventually fails to load an ad. If the framework uses a long time before it decides it could not load an ad, the white frame is stuck on the screen all that time - until the listener fires.
There must be other delegates you havent subscribed to yet, like one didFinishLoadingAd? You seriously need to dispatch more events to the listener.
Also, using the isError param is breaking with every Corona convention I’ve seen so far as an Enterprise user. You should instead dispatch an event like “didFailToLoadAd” or similar, not use the isError property.
Would you like some help writing this plugin maybe? We can do it - and make it perfect, but not for free, of course. [import]uid: 21746 topic_id: 34226 reply_id: 141971[/import]