Validate certificate and provisioning profile

前端 未结 2 2114
Happy的楠姐
Happy的楠姐 2020-12-24 14:22

On our iOS projects, we commit to the version control repository both the signing certificate and the provisioning profiles used to generate AdHoc and AppStore builds. This

2条回答
  •  情话喂你
    2020-12-24 15:06

    Here is a blog entry I found that explains the structure of the .mobileprovision file: .mobileprovision files structure and reading

    And thats how csr files are looking like: What is a CSR (Certificate Signing Request)?

    I don't think that there is already a working solution out there exactly fitting your needs. That's probably not the answer you were looking for, but I hope that you will find a connection somehow.

提交回复
热议问题