How To Implement Gcm Http Server In Python While Avoiding My Server's Ip Being Blacklisted By Google?
I'm using Apache, WSGI (mod_wsgi) and Python, to implement a GCM HTTP server as describe in the Android Developer website: developer.android.com/google/gcm/server.html At first
Solution 1:
I was searching for the same subject. This module may help you https://github.com/geeknam/python-gcm
Post a Comment for "How To Implement Gcm Http Server In Python While Avoiding My Server's Ip Being Blacklisted By Google?"