I was using an instance of the Push service in my app, but now I want to move my app to a different organization.
I found this link that saying that the Push service is discontinued: https://developer.ibm.com/bluemix/2015/12/15/important-mobile-services-announcement/, so I have migrated from the Push service to the IBM Push Notification service. After making the change I have the following problem.
I am not able to see my registered devices in the monitoring area of Bluemix yet I can fetch the list of registered devices using a REST API. Why is that happening? Screenshot
I am not able to find a REST API to send a notification to a particular deviceID like I was doing before with the Push service. How can I do that with the new service? Alternatively, is there a way to create an instance of the original Push service in my new organization?