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
pushService.setPrivateKey(privateKey);
pushService.setPublicKey(publicKey);
This made my code working
Also don't forget to convert the payload to json string
pushService.setPrivateKey(privateKey);
pushService.setPublicKey(publicKey);
This made my code working
Also don't forget to convert the payload to json string