[Django]-How do I send XML POST data from an iOS app to a Django app?

1👍

Since you control both sides, I’d drop the complexity of xml encoding the data and use RestKit or some other framework that makes it easy to communicate with Django.

👤Eric

Leave a comment