Send push notifications to android without using C2DM

Can I send push notifications to an Android application without using Google server: C2DM ?

So, I would like to have my own server that sends notifications directly to the application, but I'm not sure how notifications are perceived by the device, because the device should receive notifications even if the application does not work and notifications should appear in the notification center.

I think the guys at www.airpush.com managed to do it, but I'm not sure how to do it.

Can anyone help me with this?

UPDATE:

Also, I would like to know how to display notifications in the notification center if I do not use C2DM? And if you can configure the notification center to receive notifications from my server, even if the user uninstalls the application developed by us, the application that registered this device to receive notifications.

I want to send 3-4 notifications per day, but these notifications should appear in the notification center, and they should only go through our server. How to set up the notification center in the application to make requests on my server for push notifications.

Thank!

+3
source share
6 answers

airpush.com, push-, . , , , , Android C2DM, -, Google Play Store, , Google. 5 Kindle Fires, , .

Airpush FAQ:

Android ™, Airpush Android ™ OS AlarmManager . , , .

+2

UrbanAirship, Helium push. :

Android 1.6
     Google
    
          Amazon (, Kindle Fire)
     (.. API )
    

, .

+3

MQTT:

MQTT MQ Telemetry Transport. /, , , .

( ) push-. , MQTT, Facebook Messanger.

MQTT , . SO .

+3

C2DM " push-". (afaik, , ) Android google ( ), ip push-. " , " - , , .

0

, 3-4 , , push. , - 5-10 . , . , (, ), ( Android AlarmManager), , .

, , , .

, ;-) .

2013-12-30: , , GCM, . , Google . , Google , , . Google , . , GCM, .

If you just want to get around Google’s limit on the number of messages sent to users, you can pack multiple messages in one GCM notification and show them one by one. But again, we returned to some survey, as described above, except that the user does not need to have Internet access when you want to show messages when they are cached on the device.

0
source

Parse has an excellent push notification service for Android, very easy to configure. Read more here: Parse Android Notification Doc

0
source

All Articles