Apns push function of Apple

Source: Internet
Author: User

In order to complete the push function, after learning about the business and researching the requirements, we began to search online. The most noteworthy is

Article: Http://blog.csdn.net/zhuqilin0/article/details/6527113

Source codeYes: https://github.com/Redth/APNS-Sharp

You only needCodeYou can change it to the part you use.

Notes:

1. on the server side, you can customize the push content, which can contain a maximum of 149 characters. If it is a Chinese character, it takes up to two characters.
2. The text style of the pushed content cannot be customized, and HTML tags are output directly.
3. You can customize the number of pushes and the number in the upper right corner of the push icon.
4. The. p12 file is the certificate file, which is provided by the client during development (the certificate password is also provided ).
5. After receiving the push information from the device, the user sends the devicetoken and device ID to the server interface, and the server puts it into the database. After uploading documents and other operations,
The server searches for the corresponding user based on the device ID and sends the push Based on the permission.

 

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.