Select to view content in your preferred language

ipa file size is too

939
1
04-12-2021 04:17 AM
x_d
by
Regular Contributor

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. 

0 Kudos
1 Reply
ErwinSoekianto
Esri Alum

@x_d 

 

https://developer.apple.com/documentation/xcode/reducing_your_app_s_size/doing_basic_optimization_to... 

 

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/... 

 

Thank you,

Erwin. 

0 Kudos