iAd refusing to display - ios

iAd framework is doing my nut. AGAIN!
Please someone help me towards sanity.
Yesterday was working on the simulator, today it isn't. After an hour of raging at it I actually plug in my brain and log the error (iirc this is on the simulator)
Error Domain=ADErrorDomain
Code=3 "The operation couldn’t be completed. Ad inventory unavailable"
UserInfo=0x5a5bb50
{
ADInternalErrorCode=3,
NSLocalizedFailureReason=Ad inventory unavailable
}
then I try a reboot.
on the simulator:
Error Domain=ADErrorDomain
Code=4 "The operation couldn’t be completed. Application has iAd Network configuration error"
UserInfo=0x5839510
{
ADInternalErrorCode=4,
NSLocalizedFailureReason=Application has iAd Network configuration error
}
now try on the device:
Err Domain=ADErrorDomain
Code=1 "The operation couldn’t be completed. (ADErrorDomain error 1.)"
UserInfo=0x19c8c0 {}
finally I find something on Google:
http://useyourloaf.com/blog/2010/11/28/ad-inventory-unavailable-with-ios-42.html
This guy is saying it seems to be an issue with >= iOS 4.2.
So I try again using iOS 4.0 iPhone simulator
Yay, I get yet another error code.
Error Domain=ADErrorDomain Code=0 "Invalid data."

On your device, go to the Settings app. Tap Developer. Under iAd Developer App Testing, tap Fill Rate. Select the error rate you want to test.

Related

Getting a PHAssetExportRequestErrorDomain error 0 and 2 when importing an image using a PHPickerViewController

I got this message when trying to import an image using a PHPickerViewController:
2022-10-29 12:52:17.775185+0200 screenfreeze[38500:5423936] [claims] 2AA2E9DE-9603-4723-B04C-35F09BB99667 grantAccessClaim reply is an error: Error Domain=NSCocoaErrorDomain Code=4101 "Couldn’t communicate with a helper application." UserInfo={NSUnderlyingError=0x600000f20330 {Error Domain=PHAssetExportRequestErrorDomain Code=0 "The operation couldn’t be completed. (PHAssetExportRequestErrorDomain error 0.)" UserInfo={NSLocalizedDescription=The operation couldn’t be completed. (PHAssetExportRequestErrorDomain error 0.), NSUnderlyingError=0x600000f20300 {Error Domain=PAMediaConversionServiceErrorDomain Code=2 "The operation couldn’t be completed. (PAMediaConversionServiceErrorDomain error 2.)" UserInfo={NSLocalizedDescription=The operation couldn’t be completed. (PAMediaConversionServiceErrorDomain error 2.)}}}}}
What causes this and how can I avoid it?
I got this error when I tried to select this flower picture from the iOS simulator:
The other sample pictures have no such issue.
I noticed that only that sample image is HDR. I think the issue is that the flower image is somehow corrupted, because it works with HDR images I took.
It's a known issue that the red flower image can't be selected using the simulator (63426347).
The issue only affects the simulator environment so it should work on actual hardwares. If you want to continue using the simulator to test, you can select other images instead.
See https://developer.apple.com/forums/thread/699155 for more information.

iOS, MKMapView not working properly.

I want to show current location of user, Sometimes it works fine but sometimes does not. when it does not work, I got this error message : Error Domain=kCLErrorDomain Code=0 " The operation couldn’t be completed. (kCLErrorDomain error 0.) I have read this solution [enter link description here][1] and this to fix this issue answered by MeM and also tried other solutions but did not work every time.
[1]: didFailWithError: Error Domain=kCLErrorDomain Code=0 "The operation couldn’t be completed. (kCLErrorDomain error 0.)" . It does not work every time. How to fix this issue permanently. Any suggestion will be great. Thanks in advance.
I recommend you to follow the following the steps:
check that you actually have a valid WiFi and 3G connection
if you do then
go to settings and reset your location services
reset your network settings

iOS app crashing when trying to create email

I am getting the following dialog pop up whenever I try and create an email from within my app:
I have tried deploying to 7, 7.1 & 8 and it crashed on each version.
Here is the error log:
2015-06-20 12:53:09.434 CDM App[1045:29809] Result: canceled
2015-06-20 12:53:09.446 CDM App[1045:29780] viewServiceDidTerminateWithError: Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 "The operation couldn’t be completed. (_UIViewServiceInterfaceErrorDomain error 3.)" UserInfo=0x7ae62340 {Message=Service Connection Interrupted}
any help greatly appreciated!
Many Thanks,
Possibly duplication of this.
There is issue with composing mail on simulators, it will not effect on real device
You should also visit here.

Different NSError localizedDescription between iOS 7 and 8

I was testing how my app displays erros when not connected to the internet and I noticed that iOS 7 and 8 return different error messages for NSURLErrorNotConnectedToInternet (-1009)
iOS 7 Error
Error Domain=NSURLErrorDomain
Code=-1009 "The Internet connection appears to be offline."
UserInfo=0x17d5edc0 {NSLocalizedDescription=The Internet connection appears to be offline.,
NSUnderlyingError=0x17ecdd20 "The Internet connection appears to be offline."}
iOS 8 error
Error Domain=NSURLErrorDomain
Code=-1009 "The operation couldn’t be completed. (NSURLErrorDomain error -1009.)"
UserInfo=0x1740f9c80 {_kCFStreamErrorDomainKey=12,
_kCFStreamErrorCodeKey=8,
NSUnderlyingError=0x17405dd90 "The operation couldn’t be completed. (kCFErrorDomainCFNetwork error -1009.)"}
Is there any way to have iOS generate an error message that would be the same on both iOS 7 and 8?
Use the code, it's the same.
If they choosed to update the error message in iOS8, you can't do anything.
Maybe the intent is that this is an error where you shouldn't just show an error message with the technical reason, but where you should think what it means in terms of the user. The Internet connection could be down because WiFi is turned off, or 3G data is turned off, so you could ask to turn it on depending on how important the data is. If you are doing some background update, you might just do nothing. Or you might suggest to the user to do the operation later if that makes sense.
You can use the error code mapping from http://nshipster.com/nserror/

CloudKit does not work with Simulator

Recently I've been having trouble getting the iOS Simulator to work with the records I've made in the CloudKit Dashboard. The interesting thing is that it works with a real device, but not with the simulator. CloudKit Dashboard says that it is a development environment. When I run my app with the simulator I get one of these two errors:
Error Domain=NSCocoaErrorDomain Code=4097 "The operation couldn’t be completed. (Cocoa error 4097.)" (connection to service named com.apple.cloudd) UserInfo=0x7a276d40 {NSDebugDescription=connection to service named com.apple.cloudd}
or I get
Error : CKError 0x7b658890: "Request Rate Limited" (7/2008); "This operation has been rate limited"; Retry after 3.0 seconds
Any idea of what is causing this problem?
Thanks!
You have to sign into iCloud on your simulator. Go to settings, iCloud, and enter your iCloud credentials.

Resources