1. Confirm that the certificate is consistent with the app's bundle ID 2. Verify that your push certificate has expired 3. Confirm that your app_key is in line with the Aurora App_key 4. Correctly invoke Bindchannel and return AppID, UserID and Channelid successfully, and AppID please confirm that the application is correct; 5. Verify that the code is out of line with the official document 6. Confirm that the code is correct, make sure the push notifications is open
7. After opening to the Aurora platform send a message to the specified user to send through:
Registrationid Send
Registrationid can be in
[JPUSHServicesetupWithOption:launchOptionsappKey:appKey
Channel:channel
Apsforproduction:isproduction
Advertisingidentifier:advertisingid];
2.1.9 version new gets Registration ID block interface.
[jpushserviceregistrationidcompletionhandler:^ (int rescode,nsstring *registrationid) {
if (Rescode ==0) {
NSLog (@ "your phone Registrationid = = =%@", Registrationid);
}else{
}
}];
Effect Chart:
8. If the transmission is successful, the handset side still did not receive the message that only the phone-side code has problems, please compare with the official documents
9.iOS push only supports notifications, and when push, please check the push developer mode or production mode correctly 10. After the comparison is complete, still cannot receive, please checks the handset IOS system version, whether and receives the push version request is consistent 11. After the modification is complete, uninstall the application and reinstall the app; 12. After the installation is successful, if your prompt box prompts whether to accept the push, this means that you have successfully resolved;