I have an android App with an on demand delivery module.
If I have a subset of users download the on demand module, and in the next version, I make changes in my on demand module.
Do I need to write code so these users updates the on demand module again? Or, when they pick up the new app update, they will pick up the new version of on demand module as well?
You call the “On Demand” Module, using SplitInstallManager, everytime the Users accesses the Functionality. This process will naturally fetch the latest version of the module if it has been updated on the Play Store.
For more information, check:
“https://developer.android.com/guide/playcore/feature-delivery/on-demand”
aSunder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.