Android uses third-party push (one) Aurora push notifications

Source: Internet
Author: User

Now Android has a lot of third-party push interface, greatly saving our time, let us focus on the software itself to write.

Aurora Push as a more mature push API, it is very convenient to use, to summarize today.

After registering your account, first create an app, such as:

After the app is created, the app identity (AppKey) and API Master Secret are generated, such as:


Then download Android Example:


After extracting it is an Android Project that imports eclipse:

Run directly:


You can then send a notification on the Web side:


After entering the notification content, enter the title in the optional settings (do not write the default to the app title) and display the length:


The notification object is divided into the following categories, covering different scopes respectively. Tag tags and alias aliases can be defined in the code through the following interfaces:

public static void Setaliasandtags (context context, String alias, set<string> tags, tagaliascallback callback)

public static void Setalias (context context, String alias, Tagaliascallback callback)

public static void Settags (context context, set<string> tags, tagaliascallback callback)



Phone-Side effects:



It's not too early, let's get here today, let's summarize the Aurora push custom Message section.


Reprint Please specify source: Zhou Mushi's csdn blog Http://blog.csdn.net/zhoumushui

My github: Zhou Mushi's GitHub Https://github.com/zhoumushui


Android uses third-party push (one) Aurora push notifications

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.