IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label NSURLErrorDomain. Show all posts
Showing posts with label NSURLErrorDomain. Show all posts

Friday, January 11, 2013

NSURLErrorDomain error -1012. What does this mean?

I'm trying to make a call to an OData resource using the OData iOS SDK and every call gives me this error code:

 

The operation couldn’t be completed. (NSURLErrorDomain error -1012.)

 

What does NSURLErrorDomain error -1012 mean?

 

Thanks!


View the original article here

NSURLErrorDomain error -1012. What does this mean?

I'm trying to make a call to an OData resource using the OData iOS SDK and every call gives me this error code:

 

The operation couldn’t be completed. (NSURLErrorDomain error -1012.)

 

What does NSURLErrorDomain error -1012 mean?

 

Thanks!


View the original article here

Re: NSURLErrorDomain error -1012. What does this mean?

Most of these kinds of things are in the documentation - from the Foundation Constants Reference:

 

`Returned when an asynchronous request for authentication is cancelled by the user.

This is typically incurred by clicking a “Cancel” button in a username/password dialog, rather than the user making an attempt to authenticate.`


View the original article here