菜鸟教程小白 发表于 2022-12-12 16:36:23

ios - 在 iphone 应用程序中实现应用程序细化


                                            <p><p>我的 iOS 应用程序在应用商店中的大小相当大。如何才能降低 <a href="http://developer.apple.com/library/watchos/documentation/IDEs/Conceptual/AppDistributionGuide/AppThinning/AppThinning.html" rel="noreferrer noopener nofollow">app thinning</a>使应用程序的大小变得更小。</p>

<p><code>注意</code>:- </p>

<ol>
<li>我已经在使用 Images.xcassets 来分别放置 x/2x/3x 图像。</li>
<li>我也读过这篇 <a href="http://developer.apple.com/library/ios/qa/qa1795/_index.html" rel="noreferrer noopener nofollow">apple documentation</a>并注意优化级别的build设置。</li>
<li>我也在使用 8 位 PNG,而不是 32 位 PNG。</li>
</ol></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>应用切片是<a href="https://developer.apple.com/news/?id=092415a" rel="noreferrer noopener nofollow">currently not working</a>直至另行通告。目前减小应用程序大小的唯一方法是减少 .ipa 中包含的 Assets 数量。</p>

<p>您可以尝试使用 <a href="https://developer.apple.com/library/prerelease/ios/documentation/FileManagement/Conceptual/On_Demand_Resources_Guide/" rel="noreferrer noopener nofollow">On Demand Resources</a>如果它们对您的应用有意义。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 在 iphone 应用程序中实现应用程序细化,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/33100292/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/33100292/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 在 iphone 应用程序中实现应用程序细化