> On Nov 24, 2020, at 1:32 PM, Sergey Bylokhov <sergey.bylok...@oracle.com> > wrote: > > It was there, and it was reported to Apple ID-7261735. Looks like this bug > has a few > fixes and the last update was that it could work in 10.15.5 beta 3. > I'll take a look.
Thanks. By the way, it is not clear to me why it is a good idea to throw UnsupportedOperationException based on the possibility that the badge *might not* be displayed on some OS releases. The obvious downside is that the badge will then not be displayed even on releases where it would work. Does the application need to know that the badge was not displayed? I don’t see why, but it does, then are you prepared to throw an exception when the request was not permitted because the user did not grant permission? Alan