I have mysql database i.e. central database and i use ASP .net.
I want to send data from iPhone i.e. user information like name, city etc. over the network into the database. How can i do that. Please suggest. The connection should be secure.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes , it’s Possible , Create your ASP.NET web service to store data in database received from iPhone , for Secure purpose try with SSL Support , https://yourservice.com/iphonedata – POST Method parameters.
And also if it contains authentication service to use your web service ,use NSURLCOnnection didReceiveAuthenticationChallenge.
Hope this could a Start!