Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

1 Answer

up vote 0 down vote accepted

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!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.