Codebreaker 2bc08752a0894eb2c7afb345286e391d

16Jan/0913

0xE800003A ApplicationVerificationFailed

Are you having some trouble with this weird error message?

Your mobile device has encountered an unexpected error (0xE800003A) ApplicationVerificationFailed

When I was getting this message, I checked console messages in the Organizer.

unknown mobile_installation_proxy[893] <Error>: install_embedded_profile: Skipping the installation of the embedded profile
unknown securityd[887] <Error>: mobile_installat[893] SecItemCopyMatching: missing entitlement
unknown mobile_installation_proxy[893] <Error>: entitlement 'application-identifier' has value not permitted by a provisioning profile
unknown mobile_installation_proxy[893] <Error>: verify_executable: Could not validate signature: e8008016
unknown mobile_installation_proxy[893] <Error>: preflight_application_install: Could not verify /var/tmp/install_staging.lbRQyZ/CQube.app/CQube
unknown mobile_installation_proxy[893] <Error>: install_application: Could not preflight application install
unknown mobile_installation_proxy[893] <Error>: handle_install: Installation failed

Doesn't seem useful unless you know how this tiny device exactly works. I wasted a couple hours to play with entitlements and other stuff that might be related to this issue. There was no luck. Then I finally figured out what I did wrong. You probably made a same mistake just like I did.

ee2ed4cdbd73c393

Didn't you put the whole App ID that you copied from the iPhone developer portal? Don't do this!

Put

com.domainname.appname

Instead of

XXXXXXXX.com.domainname.appname

I should've read the manual more carefully ;-)

BOOM! screenshot-20090115-213755

If this is not your case, well, you might want look for other solutions. Good luck.

Comments (13) Trackbacks (7)
  1. You are my hero!

  2. Glad it was helpful ;-) @Bryan

  3. Thanks!!! I did the same mistake and waisted hours to find solution!

  4. THANKS! This stuff is tricky and you saved me on that one.

  5. Thanks for posting thins. This was a major hurdle for me and I tried several things before it finally worked. I also wrote a blog entry about some resources for this error that might be helpful to others http://diamondtearz.org/blog/2009/04/22/0xe800003a-applicationverificationfailed-i-hate-you-no-unityremote-iphone-love/

  6. I have exactly the same problem when i put data of 1.5gb prebundled. is there single size limit?

  7. @Glycol, @John M, @diamondTearz My pleasure =)

    @rpv Umm… I would assume there’s something else causing the problem.

  8. Another one to thank you for the tip!

    Just a remider: after changing that, you have to clean-then-build again to make it work.

  9. Thanks a lot! A last question: where in the manual could I find this??

  10. you describe the error perfect.. but no joy… I have exactly the same problem

  11. Thanks! That did the trick for me. Can’t believe apple makes it so complicated…

  12. Hey, thanks a lot! Your suggestion solved my problem and I got my first “hello world” app to run. My property ID was initially set to com.company.${PRODUCT_NAME:identifier} and I changed the com.company part to my actual company id string and everything worked!

  13. You’re all welcome. I’m glad my post was helpful for you guys.


Leave a comment