I have been search all over the place for a proper answer about handling certificates. Imagine the following account.
Joe has an Individual Apple Account. But he cant code at all. He just publishes the app and calls it his.
Bob also has an Individual Apple Account. Bob is an expert at coding an is being paid by Joe to develop his first iOS app. The app includes PUSH notification.
What should Joe do so that Bob can develop on his own machine and test everything with his own device?
The steps that I think they should do so far: Joe adds Bob's device UUID into his apple member page.
Joe create the cert on his machine and export the p12 which includes his private key?
Joe also downloads the provisioning profile from the member page?
Joe emails the p12 with password and provisioning profile to Bob?
Bob double clicks the p12 and provisioning profile to start working?
Would this work or is there a better way do this?
Think individual account holders hiring other individual devs to build app freelance.
Any input is appreciated.
THank you so much.