android - Google Cloud Messaging Authentication Error (401) -
i using python-gcm push notification backend server.
i can send push notifications android application local computers. works expected.
however, when run server following error:
gcmauthenticationexception: there error authenticating sender account
the server whitelisted (i added ipv4, ipv6, 0.0.0.0/0 make sure). api key right, copied config file.
what else can reason not working?
i had similar problem , way got work add 0.0.0.0/0 whitelist.
Comments
Post a Comment