amirhesni
amirhesni

Reputation: 459

GCM get Token for sending notification from server

I'm using one signal to send notification but I need to send notification for specific users from server. I searched for a while but every solution i found was deprecated.

Upvotes: 0

Views: 91

Answers (1)

Md. Asaduzzaman
Md. Asaduzzaman

Reputation: 15423

On April 10, 2018, Google has shut down GCM (Google Cloud Messaging) support. So I strongly recommend that you should migrate your code to FCM (Firebase Cloud Messaging).

Check out this to migrate GCM to FCM.

Upvotes: 1

Related Questions