Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我要为iOS创建一个应用程序。它需要大量的图像。所以我对我的应用程序的最终大小真的很紧张。我想知道之前有什么方法可以确定应用程序的最终大小创建应用程序二进制文件并提交到应用程序商店。我的意思是,如果我右键单击项目文件夹并选择 getInfo,那么显示的大小为 20 MB(我没有创建应用程序二进制文件)。现在我想知道,从我的 Xcode 项目创建应用程序二进制文件后,我的 20 MB 会发生什么。
您可能会发现应用商店的大小与您构建的 IPA 文件的大小不同 - 这是因为用于为应用商店创建应用程序的加密和签名。
为什么你不能不提交就直接构建应用程序?