I'm currently working on an ios app. A few days ago I used an apple account which was enrolled as an individual. To receive notifications, I used fastlane pem: https://github.com/fastlane/fastlane/tree/master/pem to create a pem file. This library generates a certificate for push notifications (Type: Apple Push Services) in your apple account. This pem file was added to our server and the push notifications worked, I received them.
However, we changed to a new apple account, which was enrolled as a individual. I used this account in XCode, created a new app id (with another bundle id then before) and provision files. I again used Fastlane pem to create a new pem file and updated the pem file on the server. For some reason I don't get notifications now. When we change to the first account and update the pem file again, it does work again. So, I guess it has something to do with the new apple account.
Any idea? Thanks!
Check the following: