Hello,
I am working in Xamarin forms application.
My application is for in-House distribution purposes. So the latest app will be uploaded in one shared link.
My requirement is to implement "update and re-install app" functionality programmatically in my application. So that in case of an update app can download the latest apk from shared link and install latest version automatically without redirecting to the browser.
Is it possible? If anyone has any idea then please let me know.
Thanks.