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!
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
The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad
iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool
Apple announces 4th generation iPad packing an A6X CPU
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!
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!
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.`