recently I hired a freelancer to develop an iPhone application for my website, this application will get information from the DB of the website, normally I should give to him the access to the DB to take the information needed. The question is, how to let him take the information needed without safely, i.e preventing the danger from hacking or accessing to the DB of the website or do some modifications on it... What can I do ?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
Ideally, you'll be providing only indirect access to secured data via a service. This service will handle security such as identity authentication and security/access levels. A quick Google and StackOverflow search will reveal several different service design options for connecting to a web service from an iOS device. |
|||
|
|
|
I am not sure , how does it work in Iphone app, but I prefer the JSon calls When I use PHP. I think there is any method to call JSON from an Iphone application if it is HTML based. |
|||
|
|
Without knowing more about your site and iPhone app, here are a few questions you need to ask yourself:
|
|||||||
|