How to prompt user for new app update in xamarin forms

Utkarsh Nadgouda
1
Reputation point
We have a app that is published to both stores which is created using Xamarin forms.
Now we want to prompt users to update their app after certain specific version number.( A force update as well as good to use version).
Checking the installed version on the local device and comparing it with the version available in the store is one solution that can be straightforward.
Is there a better solution apart from this?