Quote Originally Posted by Dmitry Sazanovich View Post
Would be nice to make a vote bw iOS programmers who are using this library, but I'm strongly sure that lib shouldn't throw exception.

Dmitry.V.Sazanovich
Agreed. I use iOS client version 1.4.3 build 163 but it is still throwing Exceptions even for NSError version methods, which sounds like a blasphemy to me.
Exceptions should be caught at a lower level in the Lighstreamer code and converted to NSErrors.

On another topic, I tried a quick integration test of the pod version, not to actually use it, just for future integration when it will be time to move to it.
The thing is the pod is holding a static library, which makes it difficult/impossible to integrate in development pods:
https://github.com/CocoaPods/CocoaPods/issues/3267
https://github.com/CocoaPods/CocoaPods/issues/3346
https://github.com/CocoaPods/CocoaPods/issues/3583
https://github.com/CocoaPods/CocoaPods/issues/3985