Support User Notifications API as of iOS 10
Closed this issue · 2 comments
shagedorn commented
Support User Notifications API as of iOS 10
shagedorn commented
The goal should be to use the existing categories and just swap the implementation when possible. I have verified that the new API reflects the current state even if the permission was requested using the old APIs.
shagedorn commented
Decided against it since the new API covers local and remote notifications in one piece. Generally seems much nicer, so we create a new class and can drop the old workarounds in the future. Apps that require both can just request both (new before old), since the old request should not require a prompt after the new one has been granted.