Android push message without gcm possible?

2019-01-11 17:13发布

问题:

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

回答1:

You can use

pushy.me

Tokudu notification



回答2:

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.



回答3:

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