0

Ive developed an app which needs to upload a small .xml file to a web server, there will be around 15 devices running this app uploading around 15 .xml files each per day. The files need to be uploaded to the same directory.

What would be the best way to achieve this? Im assuming i cant use the same login details for the server on every device, is there any hosting out there that allows multiple different logins?

Thanks. Paul.

4

1 回答 1

0

看看Parse.com 的数据解决方案。您可以设置一个免费帐户,并让您的设备使用其 API 将数据发布到数据库中。使用 iOS 设置非常容易,对于基本服务,它是免费的。

于 2013-06-11T20:33:27.477 回答