How to create .certSigningRequest and .p12 file using fastlane

时间:2017-12-06 22:26:35

标签: ios certificate fastlane

I created a new mobile provisioning profile and certificate using fastlane.

Found the certificate xxxxxxxx (iOS Distribution) which is installed on the local machine. Using this one.

"Creating new provisioning profile for 'xxxxxxxxx' with name 'xxxxxxxxxxx AppStore' for 'ios' platform".

So now i have to create the .certSigningRequest and .p12 for push Notification configuration. How do i do this using fastlane.

1 个答案:

答案 0 :(得分:0)

您可以使用pem,另一个 fastlane 工具来处理推送通知配置文件: https://docs.fastlane.tools/actions/pem/

正在运行fastlane pem

  • 创建新的签名请求
  • 创建新的推送认证
  • 下载证书
  • 在当前工作目录中生成一个新的.pem文件,您可以将其上传到服务器

魔术:)