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.