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.
- require email confirmation = true
- enable multiple logins = false
- 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’**