What does APS stand for in APS Environment Entitlement?
APNS is Apple Push Notification Service.
From what I read here: https://brunoscheufler.com/blog/2020-12-07-apns-environments-and-push-notifications
The APS Environment entitlement tells your app whether to use the sandbox or production APNs environment, which are completely separate. Device tokens created for applications running in the development APS environment will only work for the sandbox, and tokens generated from the production environment may only be used for production.
there are 2 types of environment for Apple push services.
So I guess aps stands for the various AP Apple Push …