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........
Related
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.
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 10 years ago.
Possible Duplicate:
Save Youtube video to iPhone in the app
I want to download youtube video from my iPhone application, is it possible? If so, then provide code for how to do it.
I once read in a blog that recently google blocked all apps that try to download video from youtube because it violates its terms and conditions. Just try to check that and confirm whether you can achieve it or not.
But there is objective-c client for handling the youtube.
Check this library http://code.google.com/p/gdata-objectivec-client/
This is for objective-C but if you wanna port it to ios this link may be halpful
http://johntwang.com/blog/2009/06/08/how-to-use-google-apis-with-iphone-sdk/
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
This question already has answers here:
Launch an app from within another (iPhone)
(14 answers)
Closed 8 years ago.
I have to do an application that should be launched from the iPhone native applications like calendar, contacts and mail box etc... is it possible to launch 3rd party application from the native app, whether apple allows the developer to do this.
It's possible and quite east in fact. You have to create a custom URL that launch your app.
E.g myApp://?param=value look at this excellent tutorial
Then in the email you click on the URL and your app is launched... This solutino work only in apps that recognize URL