iOS Question:
Download Questions PDF

Explain code signing in iOS?

iOS Interview Question
iOS Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What is suspended state in iOS?How respond to state transitions on your app in iOS?