In iOS, I check if the user’s token is still valid via the .isValidUserToken function before presenting the authenticated part of the app. Today, it seems as though the call to this function is crashing the application, citing this error in iOS:
-[Fault boolValue]: unrecognized selector sent to instance 0x610000241680
It looks like the call is not returning what is expected.
When I invoke this via the rest route (specified in the 4.0 documentation):
https://api.backendless.com/<application-id>/<rest-api-key>/users/isvalidusertoken/<userToken>
I get this parse error in postman:
http://support.backendless.com/public/attachments/d7f54ee53dbaa05939ed023bf168bc8d.png</img>
Is there something wrong with this token check function?
Thanks for the support,
Renato