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 did the setup in the documentation and placed the necessary data. But I am getting 'notificationToken' required error. I tried giving the notificationToken data null and null but the result did not change
.
consttoken='xxx';RNDesk360.getInstance().initialize({appID: config.desk360AppId,deviceID: deviceId,environment: Desk360Environment.SANDBOX,platform: Desk360Platform.GOOGLE,// ... other properties},token,);
I am not getting any errors with this configuration. But push notification not working.
The push notifications part is not in the documentation. I'm not sure push notifications are supported on android.
Also i don't see the push notifications settings in the dashboard.
I did the setup in the documentation and placed the necessary data. But I am getting 'notificationToken' required error. I tried giving the notificationToken data null and null but the result did not change
![Screen Shot 2022-07-04 at 23 24 53](https://user-images.githubusercontent.com/60069276/177213342-c743a955-d637-450e-8436-a644dc3f3ef1.png)
.
The text was updated successfully, but these errors were encountered: