John Boyer
John Boyer
I had the same problem. I solved it by testing the connection and if an error occurs, I attempt to reconnect. ``` //Test the connection try { sAPNSService.testConnection(); } catch(NetworkIOException...
I’d like to suggest that perhaps this project should be a changed to category in Objective-C and an extension in Swift. We’ve unit tested Apple’s new `NSISO8601DateFormatter` against this library...
If you’re using iOS 10, I’d recommend migrating to `NSISO8601DateFormatter` and `ISO8601DateFormatter` in Objective-C and Swift, respectively.
Hi @nightscape: We tried excluding scala libraries and other dependency machinations, but it never solved the binary incompatibility problem. We're a Java shop with no Scala experience, so we could...