Nilesh Patil
Nilesh Patil

Reputation: 138

Notification to android without GCM

I have a android application on PlayStore. I used PHP and MySql for sending data to android. I want to send notification to all users who downloaded our application .I don's want to use GCM for notification.Is there any method to do it?

Upvotes: 1

Views: 1352

Answers (3)

Emanuel Moecklin
Emanuel Moecklin

Reputation: 28856

Almost all the answers you can find aren't real answers. Parse, pushwosh, Amazon SNS and many more use GCM at their core. Yes there are reasons not to use GCM e.g. if developing an SDK that needs easy integration into apps that aren't under your control. https://pushy.me/ is one of the very few I found so far that doesn't use GCM at all.

I also found this: https://docs.kii.com/en/samples/push-notifications/push-notifications-jpush/ but unfortunately there's nothing about pricing.

Upvotes: 1

Mehta
Mehta

Reputation: 1226

You can use Pushwoosh SDK to send notification. http://docs.pushwoosh.com/

Upvotes: 0

Haris Aftab
Haris Aftab

Reputation: 259

There are many third party libraries out there such as urban airship, amazon sns etc. See this

http://docs.urbanairship.com/platform/android.html and this http://docs.aws.amazon.com/sns/latest/dg/mobile-push-gcm.html

Upvotes: 0

Related Questions