isValidUserToken Panic

        Backendless.sharedInstance().userService.isValidUserToken({ (isTrue) in
    }) { (fault) in
        print(fault)

    }

This causes a kernel under the following conditions. Was able to reproduce with the generated code in a test app.

  1. require email confirmation = true
  2. enable multiple logins = false
  3. enable session timeout = true (2592000)

First the users need to have logged in and confirmed their email.
Disable the internet and re open the app running this code.
TIC TCP Conn Failed [1:0x60000033ccc0]: 1:50 Err(50)

HTTP load failed (error code: -1009 [1:50])**

finished with error - code: -1009**

*** Terminating app due to uncaught exception of class ‘Fault’**

Hi, Robert.
I’ve created inner task (BKNDLSS-17638) to investigate this problem.

Hello Robert,
Issue has been fixed in v 5.1.7. Please update iOS-SDK and verify whether it works fine now.

Regards,
Olga

It works!

Thanks for the quick fix.

Robert