1

I recently made a iOS app and wanted to try it on my iPod Touch but iOS 5 is not supported with Xcode 4.1 so I made my app into a .ipa and emailed it to my home computer and put it on iTunes I synced my iPhone and it was going fine but when it reached the end it said

"Itunes Sync

AppName failed to install"

Please help me or tell me if there any webpages out there,

Thanks!

Harry
  • 21
  • 1
  • 2

1 Answers1

1

You have to export your private key of your Apple Developer account and import it to your home computer. Download developer certificate using xCode or from Provisioning Portal.

You must have valid provisioning profile to install unpublished apps.

Raptor
  • 53,206
  • 45
  • 230
  • 366
  • Thanks but because my home computer is a Windows computer what do I do? – Harry Aug 01 '11 at 08:24
  • only Mac can be used in development. You can share your IPA to Windows users by generating provisioning profile from Provisioning Portal in Apple Developer Program site. Read Ad hoc distribution details. – Raptor Aug 02 '11 at 00:19