you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 1 year ago*

All push notifications go through APNS on apple. That's Apple Push Notifications Service.

APNS requires the device to authenticate with it and can uniquely identify the device by an id. Its how it sends messages to devices.

Firebase cloud messaging acts the same way for true push notifications.

You don't need to audit a device using APNS or FCM on Android to know that it is not anonymous.

  • source
  • parent