iOS Developer Question:

What is IPA?

iOS Developer Interview Question
iOS Developer Interview Question

Answer:

IPA represents iOS App Store Package. It has an .ipa extension which represents iPhone application archive file that stores an iPhone application. Every file is compressed with a Binary for the ARM architecture and can only be installed on an iPhone, ipad or an iPod Touch. It is mostly encrypted with Apple’s FairPlay DRM Technology.


Previous QuestionNext Question
What is autorealease pool?Explain what is a Class?