I would like my app to be notified of a change in one of the settings in the settings bundle. Or if that's not possible, of any change (and I will then check if it was that specific setting).
How would I achieve that in Xamarin iOS?
It seems like one of those options is addressed in these answers one and two. But I can't figure out how to do that in Xamarin/C#.