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
I think there may be an issue with the data being stored locally on the phone. I was wondering why 1) The "Device Token" on the app screen stays blank even though the phone registers, 2) The registration post for the user data to go to the server is not working. 3) The notifications are not being displayed on the app dashboard. 4) The Unregister does post but it posts null/empty data.
Not sure what the issue is but seems like it is not able to write or something, I installed the file plugin per your description.
I am also able to manually send push notifications and receive them in the app. Have to get the regId from the console log, not posting to server.
The text was updated successfully, but these errors were encountered:
@Kryptonit3
I am facing the same problems here.
Your Problem 1 can be solved in my case by dismissing commit be49d38 on the controller.js
Still problem 3 is open for me as well.
@Kryptonit3
For some reason it works for me if I put this function "$scope.notifications.push(JSON.stringify(notification.message));" out of the $scope.$apply function.
I think there may be an issue with the data being stored locally on the phone. I was wondering why 1) The "Device Token" on the app screen stays blank even though the phone registers, 2) The registration post for the user data to go to the server is not working. 3) The notifications are not being displayed on the app dashboard. 4) The Unregister does post but it posts null/empty data.
Not sure what the issue is but seems like it is not able to write or something, I installed the file plugin per your description.
I am also able to manually send push notifications and receive them in the app. Have to get the regId from the console log, not posting to server.
The text was updated successfully, but these errors were encountered: