0

We have the Native iOS and Android apps which are already considerably larger in size. Planning to integrate a new SDK into the app which would increase the app size considerably (> 200mb).

To mitigate this, on Android we are using Android Expansion APK's. Is there a similar approach on iOS to remotely install SDK on app launch or navigation to a page without bundling the SDK into the build? FYI - using Swift Package manager.

Rahul Kalidindi
  • 4,666
  • 14
  • 56
  • 92
  • No, all executable code must be included in the bundle you upload to AppStore Connect for signing by Apple. You can use on-demand downloads only for additional content such as media. I don't believe that you can use expansion apks to add executable code on Android either. – Paulw11 Aug 17 '23 at 06:01

0 Answers0