How can I send iOS app to client, for them to code-sign

后端 未结 5 1115
孤街浪徒
孤街浪徒 2020-12-28 22:38

We have created an iOS app for a client, which we would like them to code-sign and distribute.

What is the best method for this? If I Build and Archive, then Share a

5条回答
  •  一整个雨季
    2020-12-28 22:53

    I'm not quite sure if you can resign an App in the way you want it, but I guess its not possible. So, to workaround the source code problem, you could compile a static library out of your code and create a wrapping Xcode project that generates a new App that you can send to your client. So the code would be invisible for him, but he can compile it without any hassle.

提交回复
热议问题