QuickBlox does not send APNS

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:

enter image description here

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?

+3
source share
2 answers

, , . UDID: 02: 00: 00: 00: 00: 00, , UDID Apple.

enter image description here

iOS 7:

iOS 7 , MAC- iOS, 02: 00: 00: 00: 00: 00. , identifierForVendor UIDevice . (, advertisingIdentifier ASIdentifierManager.)

QuickBlox MAC- UDID ? , , .

uniqueIdentifier deprecated iOS 7, identifierForVendor, ..... - (UDID UUID) TRegisterSubscriptionWithDelegate.

, APNS QuickBlox.

0

, / Apple . , .

- "", http://qblx.co/1iC8Dtg

, 2 iOS push-.

0

All Articles