Hello, I am new to App development, so I am looking for some advice. I want to develop an app for iPhone, which downloads files (pdf, jpg)from a server to the local storage. I also want to get data from the server to be used in my app. This could be a database access or just simple xml files. I want a secure access based on userid and password. Since in a later version, my app should also run on Android Phones, I am reluctant to use iCloud. I was thinking sftp, but that does not seem to be supported for iOS.
Sorry I didn’t reply sooner; I wasn’t notified of your update. However, it seems that Hoffman did a good job of covering the issues here (-:
At this point I think you need to talk to the folks who run your web server. There’s a three-way Balance of Pain™ to be struck here:
- They can support HTTPS uploads, which will make your life significantly easier.
- Or not, in which case you’ll have to write or acquire a library that implements SFTP.
- And that might cause problems for some users, those running on networks that only support HTTP networking.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"