I am relatively new to iOS development and seemt to struggle with the provisioning and code signing process. I always seem to have warnings os fomr sort and usually resort to a shotgun type approach to my provisioning settings.
Is there a good overview of the whole provisioning and code signing process? The type of questions I would like to see in said overview would be like:
- what is code signing?
- what is a provisioing profile?
- why are these necessary?
- what are some common errors and their solution
- what is the bundle id for?
- what is the app id for?
- and is a certificate?
and most importantly ...
- what happens with these components when I click "build" in Xcode?