I have a decent problem with programming my iOS App. I receive a base64 string from a webservice. The data provided by the string is binary data which includes a zlib zipped json format array. I dont know why but i cannot unzip this data. All trys of putting the string into a NSData object and unzip it with the zlib's inflate method didnt work.. The "decompressed" object had a length (and size of bytes) of 0 (nil) all the time and I dont know why...
Im becoming despaired about this.. I almost all the google entrys about this topic but nothing helped.
Does someone dealt with that kind of problem anytime? Hope for your help guys, thanks.
Rob (im using xcode5)