Push notifications do not show for iOS devices

On the Bluemix dashboard, I need to see the analytics information of the Push service for both iOS and Android devices. As you can see in the following screen shot, the analytics information for Android devices displays as expected: enter image description here

However, as shown in this screen shot, the analytics information for iOS devices is missing: enter image description here

What do I need to do to get the analytics information for iOS devices to display?

Upvotes: 1

Views: 69

Answers (1)

Push Analytics is not enabled correctly for the application. A service connection needs to be made. Otherwise, the full push analytics data is not received and you see the No version information available message in the Bluemix dashboard. The Push documentation explains how to initialize Push and enable notifications.

Upvotes: 1

Related Questions