Is it possible to update sideloaded uwp application on raspberry pi? While coding it I did not think there would be updates so there is nothing prepared for updating in the code. I realized I would like to make one small change, and the application is already installed on multiple devices.
Reason for not just unistalling and reinstalling it again is that during first launch we enter some strings which we store in application data local settings. I would have to come to each raspberry again and re enter these strings if I am to reinstall it completely.