ICHC Crash Fixed

We’ve reverted the server side change that was causing ICHC app to crash, so that problem should be fixed now. I’ve also I’m now catching unknown key exceptions in my XML handler, so it will no longer crash if it sees an unknown element.

Unfortunately this means the next version won’t include the ‘save to favorite’ feature, since old versions are still out there that WILL crash if the server sent the element necessary for favorites. I’m keeping that code in the application so it will ‘magically’ start working if we ever do make the server change.

Leave a Comment