简体   繁体   中英

Android push message without gcm possible?

Is there any possibility to implement push-messages to android without google cloud messaging?

I already took a view on openmobster but it does not satisfy my needs.

I need to:

  • create push-messages to an android device
  • self-hosted

A complete sync-framework (with REST) for android would even be better :)

Thank you

Rabbitmq works perfectly fine, but I dont know about effectiveness. Roaring Rabbit of CloudAMQP.com is supporting only 100 concurrent connections and 229$ per month. What if you have more than 100 mobiles that are currently connected to rabbit. I made the push with cloudamqp.com' little lemure. May be you need to have a rabbitmq server in ec2.

You can check with Parse library

https://www.parse.com/docs/android_guide

You can also see userban airship.

https://docs.urbanairship.com/display/DOCS/Home

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM