You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
There are two problems with this library
1.you must change Priority in HttpMessage struct in file gcm.go to int
2.if every things is ok but you get error Error=DeprecatedEndpoint
go to gcm.go again and on const section change httpAddress from this "https://gcm-http.googleapis.com/gcm/send" to "https://fcm.googleapis.com/fcm/send"
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are two problems with this library
1.you must change Priority in HttpMessage struct in file gcm.go to int
2.if every things is ok but you get error Error=DeprecatedEndpoint
go to gcm.go again and on const section change httpAddress from this "https://gcm-http.googleapis.com/gcm/send" to "https://fcm.googleapis.com/fcm/send"
The text was updated successfully, but these errors were encountered: