I have a PHP file that is outputting a binary plist file. I am downloading it using NSURLConnection, which returns NSData. I would then like to unarchive it into a dictionary.
I don't see any way to convert the two other than writing the data to file, which seems stupid.
I don't see any way to convert the two other than writing the data to file, which seems stupid.