![]() ![]() ![]() ![]() |
|||||
|
|||||
樓主 daminemperor ![]()
![]() |
在查詢文件時發現 iOS App binary files can be as large as 2 GB, but the executable file (app_name.app/app_name) cannot exceed 60 MB. However, consider download times when determining your app’s size. Minimize the file’s size as much as possible, keeping in mind that there is a 100 MB limit for over-the-air downloads. Abnormally large binary files are usually the result of storing data, such as images, inside the compiled binary itself, instead of as a resource inside your app bundle. If you are compiling an image or large dataset into your binary, it would be best to split this data out into a resource that is loaded dynamically by your app. 不太了解所謂的executable file (app_name.app/app_name) cannot exceed 60 MB 是什麼意思
本篇文章發表於2014-07-25 10:52
== 簽名檔 ==
一個微小的程式設計人員 |
1樓 |
你好
根據去年的資訊(iOS 發佈) As of June 6, 2013 The above information is still the same with the exception of the Executable File size which is now limited to 60MB's. These changes can be found on page 237 of the guide. 簡單的說,開發的應用程式有4個資料夾 the bundle (with the executable and resources) the documents folder (which can also take up substantial space) the cache temp directories 而executable file 就是屬於bundle資料夾裡面 規範中所定義60MB 的限制就是這. 以上!希望對你有幫助!
本篇文章回覆於2014-08-21 22:20
== 簽名檔 ==
--未登入的會員無法查看對方簽名檔-- |
回覆 |
如要回應,請先登入. |