Deploy application to iPhone Simulator [duplicate] - iphone

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
How to install iPhone application in iPhone Simulator
I am looking for a way to deploy my application to another users simulator. To be blunt the person needs to show the application on the simulator and is not capable of compiling the source code and I don't have the time to produce the instructions.
What I want to do is provide them with the .app (or another) file and have them install it in the simulator just like they can do with any real iPhone Device.
Does anyone know how I can do this?

If they are not capable of compiling the source code, I highly doubt that they are capable of installing it in the simulator, for which you would also need to provide the instructions and support them.
Maybe you could do screensharing with them to show it to them on your own simulator? Or send them a video or screencast of the app being used?

Related

How can I run my project on IOS device.? [duplicate]

This question already has answers here:
How do you beta test an iphone app?
(9 answers)
Closed 9 years ago.
I am very new to IOS. I have developed one application in xcode and I want to run this app with my iPhone device. HOw can I run this app in my mobile. PLease provide the steps to generate .app /IPA file and provide details that how can I run this app in my device. Thanks in advance..
You could also look at this:
ProvisionYourDevicesforDevelopment
I notice the other tutorial linked follows what I think of as the "old" way. With Xcode 4 you really don't need to do all those steps manually, use the Xcode organiser window and allow it to do all the steps for you. It is much easier.

Converting iPhone app to Universal app [duplicate]

This question already has an answer here:
How to create Universal apps in iPhone/iPad?
(1 answer)
Closed 9 years ago.
As my iPhone app is working perfectly on iPhone with full screen but when i try to run the app in iPad it shows with the iphone screen. Is it possible to run the app in full screen without jailbreaking the iPad or using the double pixel method ?
Well, you need to actually create one version for iPad, with the corresponding XIB's and classes and other functionalities you might want to add. Remember that an iPad version is more than justa bigger version of the iPhone one...
This Question ask in earlier But read this Official Documentation This might be help flu for you..other option is Search in GOOGLE is best way for getting more ways for create Universal App.
Also This site is related to Your Question.

Can I use a jail broken device for iPhone app development [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
can Jailbroken iphone used for development
For example, testing in app purchase, game centre, icloud or notification.
Anyone have tested and verified if it work?
Thanks.
I had tried to call server data from the app in Jail Broken device. I am not able to call webservices from it. It always display error. On other had application is working fine in factory unlock device.
It works for the most part. Some things don't work perfectly. Sometimes Game Center won't automatch in Sandbox mode for example. But mostly it works.
I unjailbroken mine yesterday because it got stuck when I run the app. It said something like Locktalking so I restored it to iOS6 beta 3. The most of the 'cool' thinks of jailbreaking have a price (of course, they deserve it, but I don't need them so much) so it wasn't an advantage at all.

iPhone application demo on Windows [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
iPhone development on PC
I have developed an iOS native application. My manager wants to give the demo of that application on a Windows machine. Is that possible?
When I was searching, I found MobiOne. But that is only to check HTML applications. Is there any iPhone simulator for Windows.
Share the Mac screen remotely with VNC and give demo on it. Simple.
No, there is not such thing. There is, as you said, applications for HTML applications, but for native iPhone applications there are no such solutions.
Remotely login to your Mac and go from there is the best option.
Do ad-hoc distribution to your real iOS device and do the real demo there.
There is a thing called Hackintosh that allows you to install Mac OS X on your PC. You can also go from there if you really want to run it from your PC.
There isn't any iPhone emulator for Windows, as far as I know.

Two iPhone Simulators at the same time? [duplicate]

This question already has answers here:
Is there a way to simulate multiple iphones using xcode/iphone sim?
(10 answers)
Closed 9 years ago.
Is it possible to run the iphone app in two iphone simulator at the same time?
If Yes Let me know?Please.
Yes there is. Download the script here
and then run it before you open xcode in each users account. It will open the simulator in such a way that for every user you can run a simulator. Also, running multiple instances of xcode and debugging on multiple devices under the same user seems to work fine for me at the moment (XCode 4, ios 4.3.3) however I still havent managed to find a way to open more than one simulator for the same user though.