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?
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 an answer here:
What are the biggest obstacles to overcome when switching from iOS app development to Mac app development? [closed]
(1 answer)
Closed 8 years ago.
I have iPhone application, which is very simple.
Now i want to turn that application into a Mac OS X app. I have knowledge in developing mobile app I already developed android and iPhone apps.
I'm new to desktop application kindly guide me what is the different between iPhone API and Mac OS X API.
What are the things I should study and how hard is this ? I already read this,
I need little bit more info.
I'm a super beginner with objective c but what I have seen so far the only difference is some of the GUI objects. But keep in mind I'm a super noob so I haven't seen much
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:
Closed 11 years ago.
Possible Duplicate:
How can I develop for iPhone using a Windows development machine?
How can I write and debug iPhone applications on windows XP?
Switch to Android if you want to develop (resource) on Win XP. Or go and develop in Adobe Flex ( flash ).
This answer is already on here. Your PC specs I think are low.
How can I develop for iPhone using a Windows development machine?
Best bet is to do HTML5, CSS3 and Ajax applications rather than xCode, Cocoa...
Unfortunately, the apple FAQ states:
Can I develop iOS applications on
Windows?
No. iOS applications can be developed
only on Mac OS X.
See:
http://developer.apple.com/library/ios/#documentation/Xcode/Conceptual/iphone_development/200-iOS_Development_FAQ/faq.html#//apple_ref/doc/uid/TP40007959-CH12-SW1
Its possible to develop iPhone apps on Windows.
Use Mono Touch
Its not any web based kit. It don't use HTML5 or Flex or CSS or Ajax.
You can start developing if you know C#.
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