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: c
Solution 1:
Solution 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.
Solution 3:
You can check with Parse library
https://www.parse.com/docs/android_guide
You can also see userban airship.
Post a Comment for "Android Push Message Without Gcm Possible?"