Developing a mobile application has always been more than writing code. As an iOS developer, you always have to suffer with certificates, provisioning profiles, archiving, releasing a test build and submitting to the store. Personally, I have always faced issues with the code signing process when it came to working with a team. Should I use automatic signing? What should I do when the certificates expire? The app is archiving on my colleagues’ computers but not mine, let me download the certificates all over again. I forgot to update the build number, I should archive again and wait to make…
iOS Developer