How do we sign an iPhone application using someone else's Enterprise program?

后端 未结 1 980
一生所求
一生所求 2020-12-14 12:53

We wrote an iPhone application that we want to sell to companies. The company is enrolled in the iOS Enterprise program.

How can we sign our application with their

相关标签:
1条回答
  • 2020-12-14 13:13

    You can generate the IPA binary with your own certificate (or unsigned) and ship it to the company who can then resign it with the codesign utility:

    codesign -f -s (name of certificate) /path/to/application
    
    0 讨论(0)
提交回复
热议问题