$ionicPush.init and $ionicPush.register appear to be working (our onRegister callback is being called with a device token). However iOS doesn’t display a pop-up asking for permission to push, and neither iOS nor Android are receiving pushed notifications.
We are following the instructions from http://docs.ionic.io/docs/push-usage, and we are getting Ionic Push events logged to the Safari console when debugging a real iOS device:
Ionic Push: – "register" Ionic Push (dev): – "registered with development push service"
Does anyone have any insight into this?