Code signing issue

Discussion in 'Public Game Developers Forum' started by kohjingyu, Jul 2, 2009.

  1. kohjingyu

    kohjingyu Well-Known Member

    Mar 20, 2009
    1,770
    0
    0
    Student/Developer
    Singapore
    Hey guys,
    So when I try to upload my app, application loader gives me this error message

    "Application failed codesign verification. Please see the console log for additional details"

    Anyone know what to do or how to codesign?
     
  2. coolman

    coolman Well-Known Member

    After building, in the Xcode menu go to ...

    Build -> Build Results and see there what happened
     
  3. kohjingyu

    kohjingyu Well-Known Member

    Mar 20, 2009
    1,770
    0
    0
    Student/Developer
    Singapore
    It just says build succeeded.
     
  4. coolman

    coolman Well-Known Member

    A successfull biuld doens't mean a successfull sign.

    You must read all the log there.

    Also go to iPhone Program Portal and download the guide for submitting, there it explains what to check in this log.
     
  5. kohjingyu

    kohjingyu Well-Known Member

    Mar 20, 2009
    1,770
    0
    0
    Student/Developer
    Singapore
    But it only shows a tick sign and says build successful. When I try to submit the app, they give me that code signing error posted above. How did you code sign your apps?
     
  6. rdklein

    rdklein Well-Known Member

    Apr 3, 2009
    384
    0
    0
    sw developer, tv producer, hw developer (microcodi
    Munich
    did you generate the distribution provisioning profile already, you need to set code signing for the distribution version to this profile instead of the developer profile. But when you got to the developer protal all is explained with diagramms step by step.
     
  7. kohjingyu

    kohjingyu Well-Known Member

    Mar 20, 2009
    1,770
    0
    0
    Student/Developer
    Singapore
    #7 kohjingyu, Jul 2, 2009
    Last edited: Jul 2, 2009
    It's generated at the Apple site right? Hmm...I didn't. I'll try it now. Thanks. :)

    It worked. Thanks!
     
  8. coolman

    coolman Well-Known Member

    That info is where I said you previously (iPhone Developer Portal), there explains how to look in the log for codesigning problems.

    Good you solved.
     
  9. kohjingyu

    kohjingyu Well-Known Member

    Mar 20, 2009
    1,770
    0
    0
    Student/Developer
    Singapore
    Haha, thanks! I didn't know you had to use a distributing profile.
     

Share This Page