feedhenry / fh-ios-sdk

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

fix a uncaught exeception thrown by the sync framework #36

Closed wei-lee closed 9 years ago

wei-lee commented 9 years ago

As described in https://issues.jboss.org/browse/FH-1500.

To verify, run the FHSyncTestApp in the demo dir. The cloud app is not running and the app should not crash.

wei-lee commented 9 years ago

@corinnekrych Mind reviewing this?

corinnekrych commented 9 years ago

@wei-lee I've created a PR with small fixes: https://github.com/wei-lee/fh-ios-sdk/pull/1

corinnekrych commented 9 years ago

I've tested it on https://aerogear-t.sandbox.feedhenry.com (don't have access to the one provided in the PR). Indeed on master when cloud app is down, launching the ios app result in crash. With the fix the app does not crash any more.

+1 to merge once the PR for Podfile.lock is merged