Our Xamarin Forms app uses Notifications. How can I check to see if the user is subscribed ? (Meaning: Did they click NO when asked for permission?)
The awesome Xamarin.Essentials has an AppInfo tool that can show the settings of the app where the user can change Notification choices.
I need to know if I should show AppInfo.ShowSettings dialog that if the user changes their mind.