This might sound weird, but I can't see any other explanation.
I've setup IBM Push Notifications on Bluemix, which I have done before. For some reason on this new app that i've built. Any time I send a push notification, it doesn't come through, I try to do so again and it tells me there are no devices.
This only happened to me today, maybe its an issue with the service?
Some things i've tried / noticed:
Internal Server error: No devices found
.IMFPush
/ IMFCore
cocoapods, for registering. I have no unsubscribe code of any kind.Any help / insights would be greatly appreciated.
@Simon please re-download the push sandbox certificate and export it from the keychain as .p12. This seems to have solve the problem. It seems strange though that a bad private key was giving you the "Invalid Token". so apple server is deleting the devices when you tried to send notification to invalid token devices. Please make sure you are following the right steps to generate the Sandbox or Production certificate https://console.ng.bluemix.net/docs/services/mobilepush/t_push_provider_ios.html