Problems with iOS Push Notification in production mode

Hi,
I’ve followed this http://docs.ionic.io/services/profiles/#ios-setup to configure my Push Notifications and in Android everything is ok but in iOS I am not able to receive the Push Notifications.

I’ve followed every step of the tutorial many times and I think ?m not doing anything wrong, but I’m not receiving the Push Notifications. I’m making tests sending the notifications by curl and I’m able to get the push token of my iphone but when I send the notification it does not appear in my phone.

Any thoughts?

Thanks

Hi @fernandosicom,
When you open Xcode, you see a tab has name “Capabilities” --> You must turn on “Push Notification” in there.

I already done that and nothing