I have developed an application for macOS. When I install it and open it for the first time on Big Sur, it shows a pop-up:
app-name Notifications
Notifications may include alerts, sounds and icon badges
The user can close this pop-up or choose between Allow and Don't Allow.
This pop-up is very confusing for users as the application doesn't produce any notifications. This pop-up does not appear on Catalina. How can I stop it appearing on Big Sur? I have tried setting NSUserNotificationAlertStyle to none in Info.plist but this hasn't made any difference.