iOS Question: Download iOS PDF

Explain code signing in iOS?

Tweet Share WhatsApp

Answer:

Signing an application allows the system to identify who signed the application and to verify that the application has not been modified since it was signed. Signing is a requirement for submitting to the App Store (both for iOS and Mac apps). OS X and iOS verify the signature of applications downloaded from the App Store to ensure that they they do not run applications with invalid signatures. This lets users trust that the application was signed by an Apple source and hasn't been modified since it was signed.

Download iOS PDF Read All 44 iOS Questions
Previous QuestionNext Question
What is suspended state in iOS?How respond to state transitions on your app in iOS?