10

I have read about android Dynamic Delivery using Android App Bundles to generate and serve optimized APKs for each user’s device configuration, so users download only the code and resources they need to run your app.

I have created an application using react-native. How can we enable the dynamic delivery based on the feature which is required by the user as feature delivery.

For example application has two features like Feature-A and Feature-B which is not required for all. So users will download the base APK from the Google Play store and later users will download the feature APK of their requirement or subscription.

Naveen Kumar H S
  • 1,304
  • 16
  • 30
  • 1
    Is this related to your case? https://stackoverflow.com/questions/57252070/dynamically-compiling-and-running-a-react-native-app-inside-another – uokesita Feb 17 '20 at 16:21
  • 1
    Yes, can we do it using android split apk and dynamic delivery concepts with the use of codepush. – Naveen Kumar H S Feb 17 '20 at 16:51
  • 1
    Why do you want to enable dynamic delivery for a react native app when you have code push ? If its a Pure native app, then it makes lot of case for a dynamic delivery feature. – Dinesh Feb 24 '20 at 05:15
  • This question makes sense if **Feature-B** has native SDK integration. Any suggestions is appreciated. – Vinothkumar Arputharaj Aug 16 '22 at 19:16

0 Answers0