unity3d - PubNub GCM for Unity Android -


i have integrated pubnub unity project. chat function working. looking way receive push notifications when user offline.

i familiar how gcm works. basically, can find gcm api key , put in pubnub dashboard. however, on unity side, suppose there has plugin cannot find anywhere.

to send gcm push notifications device:

to process gcm notifications using unity need third party asset ones here (currently our unity sdk doesn’t have feature):

or develop “service” keep running in background, using java, process notification , pass unity app. need service outside unity because unity apps killed when in background (runinbackground unreliable on mobile devices).


Comments