Can someone confirm that -checkResourceIsReachableAndReturnError: method of NSURL is working as expected. I have tried using it for known URLs and it is always returning NO. I am using XCode’s iPhone Simulator 4.1.
Thank you.
Can someone confirm that -checkResourceIsReachableAndReturnError: method of NSURL is working as expected. I have
Share
According to NSURL Class Reference
So it only works for file URLs (which your URL probably isn’t) and it only works on Mac OS X anyway.