I know there have been quite a few posts on this but none seem to address the issues we\'re running into. So far I think I have everything setup correctly as specified in th
That looks like an ASCII Property List -- You should be able to use the NSPropertyListSerialization class to decode it.
EDIT
What is the class of the decoded object? That also looks like what you get when you dump a NSDictionary using NSLog()