I want to test my app on the production APNS environment to make sure Push notifications work correctly in production.
Normally, on iOS, i would do this using the adhoc provisioning profile which allows me to set the com.apple.developer.aps-environment with the production value.
However, on macOS this type of provisioning profile does not exist, so the only way to test the production environment that i can think of is via testflight.
Is there a way to test Push Notifications on prod environment for a macOS app without using testflight?