Hi all,
currently the push-ios registration lib relies on AFNetworking branch 1.x for its
networking stack. In the process of updating to iOS 7, the plan was to update it also to
use the AFNetworking 2.x series that is optimised for iOS 7.
I am thinking though if it makes sense, at this point, to remove the AFNet dependency and
go with just plain iOS 7 NSURLSession API for the networking. I think, It will make easier
for developers to integrate it in their own projects, without having to another dependency
which may or may not use as their networking stack.
Wdyth?
-
Christos