Backendless Version (5.x)
Client SDK (Swift)
Application ID
5F40100C-1270-42E8-FFC8-ED8D91B5AF00
Expected Behavior
- Backendless.shared.customService.invoke callback gives Data object with response
Actual Behavior
After I call Backendless.shared.customService.invoke, the app crashes working with the response in file JSONUtils.swift line 77 resultObject = PersistenceHelper.shared.dictionaryToEntity(dictionaryToParse, className: className)!