What is the (file) format of iOS/iPhone apps?

和自甴很熟 提交于 2019-11-29 16:56:46

问题


I know that Android apps are packaged as *.apk files, but I have no idea in which way an iOS/iPhone app is stored?

Assuming that iOS apps need to be developed and up- and downloaded to the apple App store I assume that the app is stored as a file. Which format does this file have?


回答1:


An .ipa file is an iOS application archive file which stores an iOS app. Each .ipa file includes a binary for the ARM architecture and can only be installed on an iOS-device.

.ipa (file extension)




回答2:


.ipa file extension is used for Apple iOS application file and .ipsw file extension is used for iPhone, iPad or iPod Touch iOS software firmware update file.

Other file extensions or file formats developed for use with Apple iOS .aee , .applesyncinfocpbitmap , .cpbitmapdfu , .dfuimg3 , .img3ios , .iosipb , .ipbipcc , .ipccithmb , .ithmbk48 , .k48m4r , .m4rmapsdata , .mapsdatambdb , .mbdbmbdx , .mbdxmdinfo , .mdinfometriclog , .metriclogmobileconfig , .mobileconfign81 , .n81n88 , .n88n90 , .n90n90ap , .n90apn92 , .n92provisionprofile , .provisionprofilesinf , .sinfsmil , .smilsupp , .supp_ipod_control , ._ipod_control




回答3:


Actually, an ".ipa" is a zip file. If you rename the suffix you can easily unzip it and got into the "Payload" folder and look at the app... which is just a package.



来源:https://stackoverflow.com/questions/35898723/what-is-the-file-format-of-ios-iphone-apps

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!