I have successfully integrated PubNub into my Unity project. The chat function is working. Now I am looking for a way to receive push notifications when the user is offline.
I am familiar with how GCM works. So basically, I can find the GCM API key and put it in PubNub dashboard. However, on Unity side, I suppose there has to be a plugin for this but I cannot find it anywhere.