Search code examples
iosparse-platformnsurlconnection

Parse.com NSURLErrorDomain Code=-1003 in cellular not in wifi


I have an app that work with the parse.com backend. Since today have a NSURLErrorDomain Code=-1003 with parse.com only using cellular network. Wifi is working pretty good. What could be the issue ?

Here the full error :

    [Error]: Error Domain=NSURLErrorDomain Code=-1003  
    "A server with the specified hostname could not be found." 
    UserInfo=0x1700f2200{NSUnderlyingError=0x170245880 "A server with the specified hostname could not be found.",
    NSErrorFailingURLStringKey=https://api.parse.com/2/find, 
    NSErrorFailingURLKey=https://api.parse.com/2/find, 
    _kCFStreamErrorDomainKey=12, 
    _kCFStreamErrorCodeKey=8, 
    NSLocalizedDescription=A server with the specified hostname could 
    not be    found.} 
    (Code: 100, Version: 1.6.1)

Solution

  • It seems that restarting my phone solve the problem.