godman
godman

Reputation: 61

How to connect mysql to objective c?

I have a login.php login and signup.php combo. I want to display a form in my app that will store user data and show exclusive views after sign in like a classic login/sign up combo. How do I connect my mysql database to my app? Will i be using json here or plists or both?

Upvotes: 0

Views: 380

Answers (1)

Jim Tierney
Jim Tierney

Reputation: 4105

You will need to write a web service and connect to it this way. Here's a link to a great tutorial for exactly what you're describing

How To Write A Simple PHP/MySQL Web Service for an iOS App

Hope this helps.

Upvotes: 1

Related Questions