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.

4
  • 1
    Is this related to your case? stackoverflow.com/questions/57252070/… Commented Feb 17, 2020 at 16:21
  • 1
    Yes, can we do it using android split apk and dynamic delivery concepts with the use of codepush. Commented Feb 17, 2020 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. Commented Feb 24, 2020 at 5:15
  • This question makes sense if Feature-B has native SDK integration. Any suggestions is appreciated. Commented Aug 16, 2022 at 19:16

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.