On 9 Jan 2010, at 23:10, Development wrote: > I am trying to transport data after being encoded with the coder. The problem > is that when I get it on the other end I'm being told that the data is > invalid. Does the coder on the iPhone not work the same as the one in MacOSX? > > The basic transport I am using is just a post to a url done with the built in > handlers. The file 'seems' fine on the server but when downloaded by the same > or any other iphone I get the error that it's invalid.
Key point there: "any other iphone." You're almost certainly doing part of the upload or download wrong, not the file itself. Perhaps trying to treat a binary plist as text? _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com