I have integrated the Microsoft App Center push notification feature in one of my UWP apps. Now I'd like to let the user decide if he wants to receive push notifications or not.
According to the SDK I can Enable or disable App Center Push at runtime, but this will not actually disable anything...
disabling the App Center Push in the SDK will NOT stop your application from receiving push notifications.
So, is there even anything I can do?