How to download PhoneGap application to iPhone - iphone

I am new to PhoneGap. I have developed a small PhoneGap application and it works fine in the simulator. Now I want to download it to my iPhone. How can I do this..? I'm using XCode4 and PhoneGap V1.0.0. I tried following the guidelines in PhoneGap site, but with no success. It seems that XCode doesn't detect my iPhone.
I don't currently have an Apple Developer license. Do I need to buy one to download my PhoneGap application to my iPhone..?
Thanks.

Yes.Without apple developer certificate you can't run the apps in device.Not only for Phonegap, If you want to load the app in device means, you need license.

Yes, you need a Apple Developer License in order to execute the app on your device.

Related

test iPhone app without an iPhone

I've been sent an iPhone app package (.zip file) that I would like to test. The app is not yet available in the app store and I don't own an iPhone. What are my options for testing this app? I can probably get my hands on a Mac (with some difficulty), but ideally I'm looking for a way of running the app under windows/Linux.
I was hoping to find a website that would allow me to upload the package, and I could then test the app in a browser, but haven't found anything like this so far.
You try what you want, the app code will not run on any other platform then an iOS device.
The best option is the get the source code so you can run the app on a Mac with Xcode and the iOS simulator.
But this is no real replacement for device testing.
Also be aware that iOS ad-hoc app arre linked to device and can there not be installed on device which are not in the profile with which the app is build. The devices are identified by there UDID.
The app you linked is indeed an ARM only binnary and can only be installed on devices that are in the profile used to build the app.
Festivals.ie: Mach-O executable arm
I also took a look at the app bundle and it seems that the app is native, there for you can not simply extract any thing an present it as a webpage. There is no known app to HTML tool available.
In order to test an iOS app the developer of the app must add your UDID to his Member Center under devices. Without that limit everyone could share apps around the globe with no real use for the appstore.
There's no way for you to test it, even if you'll get a Mac and an iPhone.
If not an iPhone, you can test it on an iPad or an IOS simulator... NO other way possible at all...

How can I test Xcode Project on iPhone?

I have developed a view based project in Xcode. It is successfully running in iPhone Simulator. But I want to test this project on real iPhone device to check the behavior of application.
Is there any way I can test my application on iPhone device without buying Apple Developer's License?
Thanks in advance.
No, there is not. You pay the $99, and you get the ability to load software onto (a few, I believe) real iPhone/iPods. See http://developer.apple.com/programs/iphone/develop.html#compare for details.
No, Dear you can't install any app onto the iphone without their(Apple) permission. YOu have to buy the Apple's Developer License. That's the bad news for you..
I would say you can borrow devices to test your app project developed using Xcode, it is also easy and simple you can also link as many devices to test your app. I did this for one of my game app.
check the link below for reliable discussion
Install iPhone application in my device
http://www.gamedev.net/topic/648853-do-i-have-to-have-an-iphone-in-order-to-create-and-test-an-application/

iPhone application installation

i am not a member of iPhone developer, i installed one iPhoneOS 2.2 in my computer, and i developed one application. and i created it as a .ipa file and i installed my iPhone but it is not working.
i am sure i am not a iPhone developer, not register in iPhone developer.
is it that problems.
In order for you to be able to officially install applications on the iPhone that you have developed, you need to be part of the iPhone Developer program which costs $99/year.
Without the certificates and provisioning profiles you get by being part of the program, you cannot officially push software to device or submit your software to Apple to be in the App Store.
You can test the applications within the iPhone Simulator without being part of the program.
Other options all include Jailbreaking the iPhone - which I don't know anything about and cannot help you with.
Yup, you have to register with the iPhone developer program (and pay $99) in order to be able to sign the app and run it on your iPhone.

iPhone and iPod Emulator

I intend to write some piece of code for an iPod and an iPhone. so, i'm looking for emulators for those devices.
basically an emulator which will help me test the application I'm writing.
Thanks.
To develop iPhone apps you need to download the iPhone SDK. This includes the tools and libraries to code you applications as well as a simulator to test your code. This tools are available only for intel macs.
You can get the sdk for free here: http://developer.apple.com/iphone/
To test you code in a real iPhone, you will need to join the iPhone Developer Program (http://developer.apple.com/iphone/program/), which is not for free.
Are you talking about writing an application or writing code for your website to display properly on an iPhone?
The former requires a developer subscription with Apple to access their SDK and emulator.
For the latter, there seem to be several emulators out there to test your web site, check out:
http://iphonetester.com/
http://www.testiphone.com/
A Google search for 'iPhone emulator' should find a lot for you.
The iPhone SDK comes with an iPhone simulator that you can use with Xcode during development.
You can download the SDK from http://developer.apple.com/iphone - you need to be a registered iPhone developer, however, although this is free, after which you can use the simulator.
Note that if you want to send your applications to a physical device you need to enrol in the iPhone developer program which starts at $99.
You probably want to actually get an iPhone for that. You'll have to register the $99 but then you'll get the ability to upload apps to your iPhone/pod.
You could also jailbreak your phone/pod and do whatever you want.
There are also apps available that let you transfer stuff to and from your phone in the appstore (at least one free, if I recall correctly)
If you want to do something more with the files than just transfer them to the phone/pod, it's likely that you'll have to jailbreak your phone/pod anyway.
I keep wanting to find a better abbreviation for typing iPod/iPhone. How about iP(od/hone)? Hmm, not better!

IPhone development on a hacked IPhone

You knows that IPhone in other country like China mainland always be hacked when it buy from reseller. Can I develop custom app by official SDK on a hacked IPhone ?
Yes, you can use Xcode to develop and debug your app on a jailbroken iPhone. You don't even need to pay the $99 to do that.
As long as your iPhone is running firmware 2.0 or higher, you can use the official SDK to develop your applications and use the ldid tool to fake the code signature process. Then, your iPhone will be able to run the application just fine.
You can get the SDK from the Apple site, this does require using a Mac though.
You could use a Hackintosh or VMWare, but this isn't entirely legal.