I am building an iphone app that will require downloading an image from an ASP.NET web application (either as part of an XML document that is formatted according to the property list schema or by itself) into an (NSData *) object.
What encoder should I use on the server side to generate compatible XML for the iphone? Is it as simple as just Base64? What about BigEndian vs. LittleEndian issues?
Thanks, -MrB