are the apns tokens same for all apps on a device

Hi There,

As per the articale about registering with APNS --> https://developer.apple.com/documentation/usernotifications/registering_your_app_with_apns#see-also


The device token for one app cannot be used for another app,
even when both apps are installed on the same device. Both apps
must request their own unique device token and forward it to
your provider server.


What we are seeing in field on macOS is that all the apps are returning the same device token to our servers.

Has somethig changed or is this a bug in macOS ?