Generate .pem file used to set up Apple Push Notifications

前端 未结 7 1709
深忆病人
深忆病人 2020-11-22 14:46

I tried and tried to generate a .pem file, every time generating certificates from the client\'s account and then generating the .pem file using the terminal, but it\'s of n

7条回答
  •  不知归路
    2020-11-22 15:10

    There's much simpler solution today — pem. This tool makes life much easier.

    For example, to generate or renew your push notification certificate just enter:

    fastlane pem 
    

    and it's done in under a minute. In case you need a sandbox certificate, enter:

    fastlane pem --development
    

    And that's pretty it.

提交回复
热议问题