How do I produce an iOS Release Build that my client can sign on their end?

前端 未结 10 722
你的背包
你的背包 2020-12-12 09:17

My scenario

I wrote an iOS app for a client. The project is almost over and now it\'s time for them to put it in the App Store. I\'ve been sending t

10条回答
  •  眼角桃花
    2020-12-12 10:10

    Best alternative way would be to ask the client to export his distribution certificate private key into .p12 file and send it across to you alongwith the distribution profile with which you can generate a App Store distribution build for your client.

    Best of luck!!

    Regards, Sam

提交回复
热议问题