Start a new topic

API down?

I was just using this ping code yesterday successfully:



[KCSPing pingKinveyWithBlock:^(KCSPingResult *result) {

if (result.pingWasSuccessful == YES){

NSLog(@"Kinvey Ping Success with result %@",result);

} else {

NSLog(@"Kinvey Ping Failed with result %@",result);

}

}];



Now getting:

2014-11-20 15:03:28.808 KinveySample[10202:471480] Kinvey Ping Failed with result The operation couldn’t be completed. (NSURLErrorDomain error -1005.), (null), (null)



My network connection is fine and I am able to access other parts of the Kinvey site (incl. console).



Scott


That post helped. Restarting the simulator fixed the issue. Thanks!

Hey-



Everything is working fine on our end-- might be an issue with the local network or simulator? 1005 is "The Network Connection was Lost".



Google turned up this: http://stackoverflow.com/questions/25372318/error-domain-nsurlerrordomain-code-1005-the-network-connection-was-lost
Login or Signup to post a comment