I'd like to trigger some code to happen after the user installs a version of our Xamarin Forms application. But I need it for every version install, not just the first installation, so setting a property flag won't work.
I have a solution that tracks application version numbers and can trigger it off that, but I was hoping there was an framework event or something that was more elegant.