0

Whenever I try to push a message to a registered device using the Push for iOS8 Bluemix dashboard, a message "The notification was sent." is displayed but my registered device never receives the notification.

According to the logs of my application, the device seems correctly registered to the Push for iOS8 service, and I'm also able to send push notifications to my device using https://github.com/nomad/houston (using the same certificate that I uploaded to the Push for iOS8 service, but converted to the .pem format).

My device is an iPad mini 4 running iOS 9.0.2.

James Young IBM
  • 616
  • 1
  • 5
  • 13
Sebastien Brunot
  • 431
  • 2
  • 10
  • My app's push notifications don't work on device's running IOS 9.0.2. There is news that the 9.0.2 update breaks notifications. I would like to know how and when it will be fixed. – bhartsb Oct 12 '15 at 18:02

3 Answers3

1

Try this to test the push notifications.

NWPusher enter image description here

Also check your device tokens, if you are getting them properly.

Above mentioned github link will help you to setup all.

Macrosoft-Dev
  • 2,195
  • 1
  • 12
  • 15
0

Fix was provided by the bluemix team: the name of the certificate uploaded for the sandbox needed to have "sandbox" in its file name (example: my-certificate-sandbox.p12). That solved the issue.

Sebastien Brunot
  • 431
  • 2
  • 10
0

This seems to be a duplicate of a previously answered question. Please see the following:

Bluemix Push Notification service not working anymore?

Community
  • 1
  • 1
Joshua Alger
  • 2,122
  • 1
  • 14
  • 25