Jawbone/UPPlatform_iOS_SDK

Should we use AFNetworking to start?

zkirill opened this issue · 1 comments

Do you think that this would accelerate things and make our lives easier if we use this in the early stage of the public project?

r0th commented

Yeah, that's definitely a good idea, especially with v2.0 that was released recently. Originally I had just stuck to plain NSURLConnection for sake of simplicity and reducing dependencies, but this seems like a better solution.