Suddenly I get an error when sending APNS via QuickBlox, and this is so weird because it worked very well before.
After user registration, I use TRegisterSubscriptionWithDelegate to register it for APNS, when sending APNS error
No recipients. At least one user must subscribe to APNS (Apple Push) (via the SDK or REST API)
I thought it could be something inside my application, but when I tried to send APNS in the admin panel, I got the same error:

I downloaded the .p12 certificate and it really is.
I don’t know what might happen. Can anyone show me a way to fix this?
source
share