Skip to main content
Participant
October 21, 2011
Question

When I try to test my app the IPhone says "'%app title%' failed to install."

  • October 21, 2011
  • 3 replies
  • 1194 views

When I try to test my app the IPhone says " '%app title%' failed to install."

How do I fix this?

My install method is:

* Open ITunes.

* Drag my app to the IPhone.

* Ta-da the IPhone says "'%app title%' failed to instal."

Has anyone had this problem? If so how did you fix it?

Thanks!

~Jeremiah

This topic has been closed for replies.

3 replies

Participant
October 28, 2011

You might have to check the prov profile and type of your certificate. The error you stated might arise in following cases.

  1. Certificate id and app ID (in the app.xml) does not match.
  2. The certificate and prov profile should match the cause. Distribution / Testing.
  3. Select suitable option while packaging. Adhoc / App store distribution.
  4. Make sure the correct device UDID was used for your certificate.

I went wrong in (2) when I built my first app which costed me the same error as yours.

I felt FB could have been more organized in this process. I felt XCODE edged over FB in this.

October 22, 2011

a common cause is also related to the app identifier registered on the provisioning portal. remember that air applications use identifiers starting with "air" by default, so if you change somethng on the application xml descriptor, remember to use an identifier like "air.com.yourdomain.app". failing to include the "air" at the beginning on provisioning registration will prevent the app to run on the testing device.

Participant
October 23, 2011

How do I do this in flash?

Participant
October 22, 2011

i get this too

Participant
October 22, 2011

ok, what i had to do is make sure my provisioning cert was a distribution one

Participant
October 23, 2011

What does this mean and how can I do it?