Is there a way to test Mac App push notifications in production mode (just like adhoc for iOS)?

I want to see if push notifications works on production mode. However, I haven’t found a way to test the Mac App push notification in production mode. Unlike iOS, Mac doesn’t have adhoc to test push notifications in production it would seem. I’ve tried setting APS Environment to production, but I still only receive sandbox device token when registering my App. I’ve also tried running the app with distribution profile and certificate, but the mac app will fail with the error “Message from debugger: unable to attach”. I don’t know what to do. I just want to see if production push notifications works on my computer.