0

I have created one application using XCode.

Now i want to deploy that application into iPhone. Can any one have any links or solutions for that ? Thanks...

Nirmal
  • 4,789
  • 13
  • 72
  • 114
  • For testing, ad-hoc distribution, app store distribution, or enterprise distribution? I think it matters... – crashmstr Aug 28 '09 at 11:38
  • This is a duplicate of this question: http://stackoverflow.com/questions/246422/how-can-i-deploy-an-iphone-application-from-xcode-to-real-iphone-device – Brad Larson Aug 28 '09 at 14:21
  • @Brad it may be a duplicate of the question, but the question was asked last October (2008)! This means that actually the answers in the question you link to (have you even looked at it??) are utterly different; the replies say either "you must jailbreak" or "you can't". Please check the links you provide in future before just mindlessly saying "This is a duplicate"... grrrr :-) – h4xxr Aug 29 '09 at 22:31

2 Answers2

3

You need to pay the $99 (or local currency equivalent) annual fee to Apple to join the developer programme.

This will enable you to:

  • Test on actual devices that you own
  • Put the application on up to 100 devices for testing or running without going through the iTunes app store (this is called "ad hoc" distribution)
  • Submit the application to Apple for inclusion in their store

Hope that helps!

h4xxr
  • 11,385
  • 1
  • 39
  • 36
  • Hi. Once our developer certificate is expired, do we need to pay another 99$ to extend it? Can we still upload the apps to iphone if we don't extend it? – Joshua Partogi Apr 23 '11 at 08:24
  • Yes, you will need to pay another $99. Any certificates you have created while it was still active will soon expire, and then you will have no way of getting your apps either on a single iPhone or uploaded to the Apple store. – h4xxr Apr 23 '11 at 12:07
1

If you want to test your application on an iPhone/iPod Touch or sell it via the App Store, you need to purchase a iPhone Developer Membership (€ 79,- / Year). See the iPhone Dev Center for details. Once you are a paying member, the website also offers more information about how to deploy an application.

rluba
  • 2,014
  • 2
  • 19
  • 26