I am creating an application that receives JSON-encoded data from a web server. Right now, anyone can access a script server that receives data, and potentially access sensitive data.
So, what is the best way to ensure that an application is what receives data and protects traffic between the server and the application? Server - script - this is PHP.
Thanks.
php ios objective-c iphone data-transfer
Emil
source share