The IOS Aurora push message is pushed successfully, but the phone does not receive a solution.

Source: Internet
Author: User
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;

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.