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 installed Parse Dashboard on my local computer and configured it to connect to my Parse Server on Heroku server. I put the xxx.p12 file for iOS push on the root path and configured it in the index.js. The Core works well with data changes. But the push notification sending is not working well.
I sent push message to a specific channel for both iOS and Android devices in the Push panel in the Parse Dashboard. It shows that the messages are sent to 2 devices but no devices have received them. My apps have work with the old Parse server with push notifications.
Have I missed anything or Parse dashboard doesn't support push to specific channel?
I configued my index.js for Parse Server like this:
I installed Parse Dashboard on my local computer and configured it to connect to my Parse Server on Heroku server. I put the xxx.p12 file for iOS push on the root path and configured it in the index.js. The Core works well with data changes. But the push notification sending is not working well.
I sent push message to a specific channel for both iOS and Android devices in the Push panel in the Parse Dashboard. It shows that the messages are sent to 2 devices but no devices have received them. My apps have work with the old Parse server with push notifications.
Have I missed anything or Parse dashboard doesn't support push to specific channel?
I configued my index.js for Parse Server like this:
The text was updated successfully, but these errors were encountered: