I had a web app and I want to make a iOS app, I don\'t want to use HTTP request, my website has its own database (which is a MySQL database). I googled a lot, but I can\'t f
Mobile apps generally connect to an API, not directly to a database. I know you said you didn't want to use HTTP request, but that's really the proper way to do it. Make a REST service using whatever programming language you like and do it right.
If you like JS, try out SailsJS on Node. It takes 5 minutes to make an API from a MySQL database. http://sailsjs.org