This question already has answers here:
iOS devices as web server [closed]
(4 answers)
Closed 1 year ago.
I am wondering if developing web services is possible using an iPhone as a web dev. server?
If so how?
You could try CocoaHTTPServer. This is an open source HTTP server for Mac/iOS.
It is cost effective and easy to run Raspberry Pi as production webserver simply because battery will not die, you can make cluster. iPhone as a web server is actually 7 years old idea, there is apps, News, video guides on YouTube.
Related
This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Is there a way to test a web site on the iPhone without an iPhone?
I have been looking for a way to penetration test an Iphone based web application. XCode has got the option to test native applications, but how would I test a web based application?
It would be great if you guys suggest the steps and/or the application used for testing.
Safari app in the iOS Simulator for mac bundled with XCode or just use regular safari?
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
MySQL C API libraries for iPhone
I am making an iPad application that needs send and get information from a MySQL database. My boss refuses to use php on this project. I've looked everywhere and I cannot find a way to directly query and connect to a MySQL Database through an iOS application. Any help is greatly appreciated. Thanks in advance.
-Freddy
You need to build the MySQL client library for iOS, and link it into your project. These posts look helpful:
Build MySql client library for iPhone/iPad
Use the MySQL client library in iOS project
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Can an iPhone Web App use the Camera?
I developed an application using web technologies such as HTML,JavaScript,CSS. I am web camera to capture the images
I want this application compatible for mobiles and should launch the iphone camera.
How to do?
i think this is not possible.because ready made API's are provided for this.but in ios5 there are some API which provide such things to you........
This question already has answers here:
How do i query data from SQL Server 2005/2008 databases to iPhone
(2 answers)
Closed 9 years ago.
Is it possible that we access SQL Server 2005/2008 through iPhone app using any Framework, Library etc. I know that SQL Server can be accessed using XML web services & those web services can communicate to an iPhone app. I want to confirm if we can directly access the SQL Server 2005/2008 without using XML Web services
It demonstrably is possible to connect direct from iOS to SQLServer, check out http://www.impathic.com/impathic/index.html
What does not currently seem to exist is a library to assist in implementing this. I'd love for somebody to prove me wrong!
It might be possible to use the FreeTDS library. I have used in the past for some test projects.
The only problem is the license, which might be incompatible with the App store, so creating an app which you want to distribute using the App store, won't be accepted.
If you would like, I can send you a little wrapper I wrote a year or two back.
This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
File Upload to HTTP server in iphone programming
How can i upload images and text to HTTP server in iphone programming...and which API used for it........
Thanks in advance..
The most popular 3rd party library in all of iOS is ...
http://allseeing-i.com/ASIHTTPRequest/
basically every single iPhone app uses it. the instructions are trivial and are right there on the page - enjoy
Do not forget to make a donation to the guy, even a small one -- if he stops supporting it the entire iPhone industry will collapse!
This is already been discussed here
File Upload to HTTP server in iphone programming