I am a developer and I am in charge of uploading new versions of an application developed with react-native. I am going to release a modification and this modification makes that for previous versions of the application some things stop working and I want the users to update the application to continue using it normally. How can I do it? What are the ways to solve it?
I do not know if you understand the problem, but the truth is I can not find anything about how to fix it, I have seen for example in twitch when there is a new version comes out a recommendation from google play to update it but I do not know how to configure that.
I read that there is a react-native library called “react-native-version-check” and I am planning to implement it, but it does not solve the problem at first, that is, if I upload a new version with this library implemented, the users that do not update to this version will not see in this case a modal to update it either. I really do not understand how it is possible that Google Play or Apple store does not have something for these cases. Maybe they do but my level of experience plays against me.
Agustin Boaglio is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.