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.
答案 0 :(得分:0)
您可以使用pem
,另一个 fastlane 工具来处理推送通知配置文件:
https://docs.fastlane.tools/actions/pem/
正在运行fastlane pem
:
魔术:)