Automated build for developing ios and signing it

只谈情不闲聊 提交于 2019-12-11 16:46:00

问题


So I am building an phonegap application with android and ios platform to support. For android all is fine. I created an apk and signed it with google certificate.

Issue is with ios. Till now I was using an enterprise licence to distribute the app. All was working fine, since it allowed wildcard character in bundle name.

Now I need to move on with an developer licence. So everytime I create an app the bundle name will be different and so provisioning profile and keychain and certificate.

So is there a way, shell script only no manual step, to create an app id, create certificate, create keychain and sign the app with new keychain.

What exact steps are to create and sign an ios app.

I will be running a jenkins to build app.

Any help is appriciated.


回答1:


You can use Ad Hoc Distribution method. It is intended for testing purposes.You can create a wildcard App-ID for the Ad Hoc Distribution.

This method allows you to distribute apps to up to 100 iOS devices. You should register the test devices manually by their ID in the apple developer portal.

For more details:

Developer.Apple

Create_an_ad-hoc_provisioning_profile



来源:https://stackoverflow.com/questions/25738846/automated-build-for-developing-ios-and-signing-it

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