feedhenry / fh-ios-sdk

FeedHenry iOS (Objective-C) SDK
http://feedhenry.org
Apache License 2.0
6 stars 16 forks source link

fix an issue with JSONKit when running on iOS 8 #12

Closed wei-lee closed 9 years ago

wei-lee commented 9 years ago

A JSONKit related exception is thrown when an app that uses the FH IOS SDK is running on the iOS 8 simulator. The related JSONKit fix can be found here: https://github.com/johnezang/JSONKit/pull/158. I have verified that the fix works.

However, In the long term, I think we should replace JSONKit with NSJSONSerialization. @jasonmadigan Do you mind do a quick review?

wei-lee commented 9 years ago

Close without merging.