Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I having an issue with the generated ipa file.

When I generate the ipa file for ad hoc distribution everything runs smoothly on xcode, but when someone tries to download it, the app returns the error message "The application could not be installed at this time".

I tried to generate another ad hoc provisioning profile but it returns the same error.

Since I have modified nothing in my certificates could this be a xcode issue (my provisioning profile in xcode organizer are just fine)?

By the way, I noticed that after this error started to happen my IPA file has 1MB filesize and it had 1.3MB before this error started to show up.

Thanks in advance.

share|improve this question
Which type of developer account have you purchased? – 0x7fffffff Aug 22 '12 at 19:21
Did you add the device id to the provisioning profile? – zeiteisen Aug 22 '12 at 19:37

1 Answer

up vote 0 down vote accepted

I have had this issue before. You need to go into your project select your target and under build settings select the appropriate certificates that you added the users devices too in the provisioning profile. These will be listed under Code Signing

You probably have it set to automatically detect which sometimes it doesn't always detect the correct cert.

Also make sure the certificates are active on the users phones. Have them go to

Settings -> General -> Profiles -> and make sure there is a green verified check mark next to it.

share|improve this answer
thanks, that did the trick – user1617963 Aug 22 '12 at 22:39
np, be sure and mark it as the answer so others having this issue know what to try to resolve it. – Bot Aug 22 '12 at 22:49

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.