You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All kind of endpoint queries have one basic bug within BAAClient.m
getPath, postPath, putPath, deletePath tries to convert empty (nil) response to NSDictionary which causes the SDK to crash immediately.
It should investigate the error return with the completionHandler prior to convert JSON to NSDictionary.
Something like this (not a full code, never tested)
All kind of endpoint queries have one basic bug within BAAClient.m
getPath, postPath, putPath, deletePath tries to convert empty (nil) response to NSDictionary which causes the SDK to crash immediately.
This part:
It should investigate the error return with the completionHandler prior to convert JSON to NSDictionary.
Something like this (not a full code, never tested)
The text was updated successfully, but these errors were encountered: