happyfoxinc / helpstack

iOS Support Framework
http://helpstack.io
MIT License
476 stars 69 forks source link

Prevent a crash when Desk returns a Null obj #52

Open ppaulojr opened 8 years ago

ppaulojr commented 8 years ago

Desk is returning sometimes

      in_support_center = "Null";

It then creates a crash because [NSNull boolValue] is not a valid call.

itsaliu90 commented 8 years ago

:+1:

ppaulojr commented 8 years ago

Hey guys, any news on this PR? This crash is pretty bad.

ppaulojr commented 8 years ago

https://twitter.com/HappyFoxApp/status/717125618685444098

ppaulojr commented 8 years ago

This is still crashing