Hi there, I created a build for ios to upload in app store connector,and the app size is around 230mb which is quite big. But when i used to test the app using development option the build size was around 45 mb.
So is there anyway to reduce the size? btw i have tried this link https://community.esri.com/t5/arcgis-appstudio-questions/ios-ipa-file-size/m-p/877125#M3506 but it didn't work.
@x_d
https://developer.apple.com/documentation/xcode/reducing_your_app_s_size/doing_basic_optimization_to_reduce_your_app_s_size?language=objc
Currently, we enable bitcode by default only for app-store iOS builds as recommended by Apple in above link. Enabling bitcode increases the ipa size. But, the final app deployed from app-store to the device will be smaller in size as the bitcode information allows Apple to apply additional optimization and push only the files required for that specific device.
If you want, you could disable bitcode by following the solution from below post.
https://community.esri.com/t5/arcgis-appstudio-questions/appstudio-3-0-arcgisrt100-2-ios-build/td-p/873172
Thank you,
Erwin.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.