Joke Collection Website - Blessing messages - How to realize the push service of Android by yourself

How to realize the push service of Android by yourself

Android push service can be implemented in the following ways:

Polling: The client regularly asks the server if there are any new messages, so that the server doesn't care what the client's address is, and the client can just ask and tell.

This scheme is the simplest and suitable for some clients who don't pursue real-time. As long as you set the time interval and take it once every few hours, the problem can be easily solved.

SMS notification: This scheme is possible on the mobile terminal. Let the client intercept mobile phone short messages, and the server will send special short messages to the user's mobile phone number when there are new messages. After the client intercepts the short message, it will be released normally. If it is a special short message, it will contact the server to get the message.

Message push, you can go to Aurora to find out. JPush is an independent third-party cloud push platform, which is dedicated to providing mobile message push services for mobile application developers around the world. 2065438+June 2006, Aurora, a one-stop developer service platform in China, issued a public statement, announcing that the brand was officially upgraded to "Aurora", an integrated big data service provider.