iOS codesigning specs [closed]

耗尽温柔 提交于 2019-12-02 18:12:17

I've tried to work on this issue, and after a lot of sleepless nights, headaches, issues with keys and other stuff, I decided to stop bothering, bought a mac mini (fairly cheap), and installed it headless as a build machine. Works like a charm :)

I put a lot of work into the research and wasn't able to get it to work, so if someone does know the answer: greatly appreciated!

Try and have a look at this presentation: Breaking iOS code signing, which contains a lot of interesting information about the signing scheme.

I don't know anyway if the above presentation will give you the information you need.

Saurik created ldid, which is meant for code-signing on linux. It may be useful to checkout this article about Developing without a Provisioning Profile and also this project which I believe is an ldid implementation.

If you have used the Adobe code signing utility before then you might have noticed that it is a bit flaky. I have had issues with it numerous times.

The truth is that it will be very hard to create a code-signing tool and even if you spent a ton of time on it and eventually got an implementation working, Apple could change any little piece of the code signing process that could end up breaking your entire system. It is better to rely on the tools that Apple has provided developers to do code signing. If I could make a suggestion it would be to NOT try to do this.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!