iAd Banner does not appear but the code and right - xcode

I have a problem with iAd. I have followed many tutorials that are of excellent quality, and a few days ago I was able to correctly insert iAd in a test application.
Now the method does not work even if I try to create a new application with only the iAd as a test! I cannot understand the problem appears to me the following text.
I use xCode 5 and iOS 7 SDK.
iAD prova[3158:a0b] [AppDeveloper] ADBannerView: Unhandled error (no delegate or delegate does not implement didFailToReceiveAdWithError:): Error Domain=ADErrorDomain Code=3 "The operation couldn’t be completed. Ad inventory unavailable" UserInfo=0xa5aaaf0 {ADInternalErrorCode=3, ADInternalErrorDomain=ADErrorDomain, NSLocalizedFailureReason=Ad inventory unavailable}
2013-09-20 12:24:59.887 iAD prova[3158:a0b] [AppDeveloper] ADBannerView: Unhandled error (no delegate or delegate does not implement didFailToReceiveAdWithError:): Error Domain=ADErrorDomain Code=5 "The operation couldn’t be completed. Banner view is visible but does not have content" UserInfo=0xa5af280 {ADInternalErrorCode=5, ADInternalErrorDomain=ADErrorDomain, NSLocalizedFailureReason=Banner view is visible but does not have content}
There are errors in the code, I read about this user "ajay" who posted this:
Finally I solved problem myself, none of the blog didn't give any solution. I am not getting Test ad in the simulator it is coming in the device only by changing of the internal proxy settings. It's good experience for me and also my suggestion is while your operating with IOS device make sure to take proxy free device so that at least you can eliminate some of the issue related to proxy, don't forget to work proxy related stuff at the end product.
But I do not understand how I should proceed.

Also, you can change your fill rate in Settings.app. Set it to 100% if you want it to show up all the time.

I got the same error message on both a real device and a simulator with iOS 7. But same code works well and iAd banner can show on iOS 6 simulator. Looks like Apple's iAd server does not provide any Ad for iOS 7. Maybe it is a bug.

Related

Chromecast sender app from Chrome on Android failing

I'm building a Cast app with a chrome sender and custom HTML/CSS/JS receiver. While it works correctly from desktop chrome, I've noticed that I can't connect via the Android Chrome app.
With Android, when clicking the Cast button and selecting the correct receiver device in the Popup, nothing happens (my listener for SESSION_STATE_CHANGE is not called). After clicking the button again, my session listener says:
{type: "sessionstatechanged",
session: null,
sessionState: "SESSION_START_FAILED",
errorCode: "invalid_parameter"}
At first, I thought my setup was incorrect, but after looking at the official chrome sender app and following the same steps as above, I noticed a similar problem with a different error code:
Request session failure:
{"code":"invalid_parameter",
"description":"Already requesting session",
"details":null}
In the above case the visual indicator starts it's 'active' state on first click, but there's no change/activity otherwise it just stays in that state.
This was working before, so I know this is a relatively new issue (at least since Feb, possibly sooner). I also know since it's working on desktop, there's nothing wrong with the setup per se -- but it's still failing for Android.
Any help or feedback here would be great, thank you!
Okay, after updating my Android phone (missed an update this morning) it seems to be fixed.
EDIT:
Turns out, it was due to the restart. So as a patch, restarting your mobile device will reset your Chrome and allow it to send correctly.

Xamarin profiler crashing - mlpd file exists but is empty

When starting the Xamarin profiler it successfully starts the application on my iPhone device.
However before the profiling begins I get an error at the bottom of the window that states:
Afterwards it states
Sorry something went wrong. An error occurred on client profile while executing a post topic
Any idea how to fix this?
Well something is wrong with the Provision Profile you are creating Either Create it again or Upload a little bit more than this so we can understand what the actual problem is.

Is iAd available in Chennai, India?

I am working on displaying an iAd advertisement before a video plays, but the ad is not playing and I receive the following error:
Error Domain=ADErrorDomain Code=0
"The operation couldn’t be completed. (ADErrorDomain error 0.)"
There is no clear solution to me. So I have some doubt whether iAd is available in my region or not.
iAd is supported in India. You can see it included in the most recent list of iAd supported countries.
Your issue may be that you've set your iAd Testing Fill Rate to 0% on your development device.
Go to Settings>Developer>Fill Rate> and set it to 100%.
Also, make sure you're giving your advertisement time to load before trying to present it. Check out my implementations of iAd's Pre-Roll Video Ads here: Swift, Objective C.

App approved, but crashes

I have made a Windows Phone app (for WP7.1) that uses BackgroundAudio for streaming, nothing too complicated. It was approved and made available for download in the store. However it no longer works, i.e. the app worked in debug+release when run from VS2012, and I assume the .xap I uploaded worked since microsoft approved it (they rejected it once and I was able to reproduce and fix the bugs they reported).
When downloaded the app simply bails on load on WP8 (lumia 820) i.e. flips back to the tiles immediately.
On WP7 (lumia 800) but the playbutton ignores input, however it downloads and displays the playlist, so some kind of functionality+network connection works.
I have tried the basics: installing using the application-deployment tool (app working), running the "Store Test Kit" which reports some slowdowns in the UI animations, but nothing serious (I hope).
Any ideas how to reproduce ".xap approved and downloaded from store but not working" or getting debug info from the phone without VS? Or any other things i can try out?
Every time your app crashes it will be logged and reported on your Windows Phone Dev Center Account. Just go in there and export the details to excel. Get the stack trace and put it in here. Maybe we can help.
The very first thing i can tell you is the opening page has some exceptions and that too it doesn't go well with some phones. Seriously there are concerns when a wp7 app is ported on wp8 device and vice-verse. To the extent of my knowledge there might be some binding issues. make sure you got the binding class to be public. And just as #AMR mentioned go the dev center and export the stacktrace. Try resolving them. Moreover if an app get certifies, it doesn't mean it is completely error free. The tests are limited to very coomon errors only.

Can´t get real ads from AdMob in Ipad

I can't get the real ads to work, in the xcode simulator i can see the test ads,now i'm using Xib and AdViewController to display the ad.
This are the message that i recieve:
Unable to fill ad request. This is a common situation.
AdMob: Did fail to receive ad in AdViewController
I need some help wiith this issue because i'm stuck, thanks.
You'll get real ads in your real, submitted app. On the simulator, only the test ad to show that things are working.
When using the simulator you'll get a mix of situations. Sometimes you'll get test ads and things will work. Sometimes you'll actually get simulated errors. The latter is so that you can test your code so that it can handle all situations when dealing with ads.

Resources