Hi! I am having trouble registering a push notification for my app. For some reason the deviceToken as undefined. I have tried a brand new app with the same codes and don't get the the error. Any idea what could be causing this?
Thanks!
Andrew
Hi! I am having trouble registering a push notification for my app. For some reason the deviceToken as undefined. I have tried a brand new app with the same codes and don't get the the error. Any idea what could be causing this?
Thanks!
Andrew
Okay so I think i got it. It seems that adding these lines to my Androidmanifest.
<!-- This app has permission to register and receive data message. --
Not totally sure why this works, but it does!
"
<!-- This app has permission to register and receive data message. --
"
This one!
Hello Andrew,
Have you managed with this?