The source of the problem seems to be the JSON that is received in -[FPSourceController fpLoadResponseSuccessAtPath:withResult:]; at least one object in the contents array returns NSNull for its mimetype.
E.g. JSON[@"contents"][0][@"mimetype"] is equal to [NSNull null]. Could be a bug in the server since this SDK expects mimetype to always been a string.
We've seen some crashes with these details.
Exception description:
Crash reason:
Stack trace:
The source of the problem seems to be the JSON that is received in
-[FPSourceController fpLoadResponseSuccessAtPath:withResult:]
; at least one object in thecontents
array returns NSNull for itsmimetype
.E.g.
JSON[@"contents"][0][@"mimetype"]
is equal to [NSNull null]. Could be a bug in the server since this SDK expectsmimetype
to always been a string.