Push notification dialog not appearing anymore (unable to get device token)

Ah, I think I’m having the very same issue as @jleigh noted above. My push notification was working fine until it suddenly stopped. During test/dev process, I’ve done lots of device resets including restoring to factory default, but whenever I deleted and reinstalled the app (with or without device reset), the registration notification always popped up after reinstalling the app (and by registration notification I mean the dialog that says “Do you want Push Notifications for this app?”.) However, it seems like it never pops up again – and no push notifications are received by any device I’ve tried. And yes, I’ve checked each device’s push notifications setting and they are all turned on for my app.

I have not changed my code from the time push notification was working, and I do use the device token that is freshly provided by the device each time.

I also ran the push notification manually by launching a simple PHP script from my browser (and I plugged in a valid device token to test it). The result I get is the “Push notification successfully delivered” message. Despite all that, the device isn’t getting any notification.

What could be going on here?

Naomi [import]uid: 67217 topic_id: 34207 reply_id: 144587[/import]

I am going to go out on a limb here and say I think this is Apple. I noticed in the last 2 weeks that when my app sent pushes I would only get about 1 out of 4 actually showing up at the destination. When they did, they would show up much later than usual. In the last few days I am not getting any at all.

I sent a test message to my phone through the Parse website. It’s been about 25 minutes and still nothing.

[import]uid: 56820 topic_id: 34207 reply_id: 144590[/import]

Thank you, @Anderoth. It does sound like something is up with Apple. I guess I’ll leave the push notification the way it’s set up for now and see how it goes…

Naomi [import]uid: 67217 topic_id: 34207 reply_id: 144594[/import]

Came back from dinner and tried again (without changing anything at all) and magically everything is working again.

Thanks Apple for a wasted day…

So I just put back all my code from this morning (before I reverted to troubleshoot this issue) and that version is working again also.

Next time I guess we’ll know better. [import]uid: 13063 topic_id: 34207 reply_id: 144596[/import]

Forgot to say thanks for confirming the issue guys/gals. [import]uid: 13063 topic_id: 34207 reply_id: 144597[/import]

Registration Notifications Still Working?

Can anyone verify for me that registration token notifications are still working from APNS?

We’ve had an app working for weeks with pushes and all of a sudden we are never getting the registration token on start up. We have not changed anything about the server or provisioning profiles, or certs or anything like that.

I’ve reverted all our app code back to the last time I know tokens were working so that we’re basically the same as the original push notifications sample code from the tutorial.

We’ve totally reset all the devices and we’re never getting the registration notification on start up.

Just looking for confirmation from someone that’s using them that they are still working (i.e. Apple hasn’t broken something with an update or the like).

Is there any way to troubleshoot those messages? Or any common reasons for not getting them? [import]uid: 13063 topic_id: 34207 reply_id: 144582[/import]

Ah, I think I’m having the very same issue as @jleigh noted above. My push notification was working fine until it suddenly stopped. During test/dev process, I’ve done lots of device resets including restoring to factory default, but whenever I deleted and reinstalled the app (with or without device reset), the registration notification always popped up after reinstalling the app (and by registration notification I mean the dialog that says “Do you want Push Notifications for this app?”.) However, it seems like it never pops up again – and no push notifications are received by any device I’ve tried. And yes, I’ve checked each device’s push notifications setting and they are all turned on for my app.

I have not changed my code from the time push notification was working, and I do use the device token that is freshly provided by the device each time.

I also ran the push notification manually by launching a simple PHP script from my browser (and I plugged in a valid device token to test it). The result I get is the “Push notification successfully delivered” message. Despite all that, the device isn’t getting any notification.

What could be going on here?

Naomi [import]uid: 67217 topic_id: 34207 reply_id: 144587[/import]

I am going to go out on a limb here and say I think this is Apple. I noticed in the last 2 weeks that when my app sent pushes I would only get about 1 out of 4 actually showing up at the destination. When they did, they would show up much later than usual. In the last few days I am not getting any at all.

I sent a test message to my phone through the Parse website. It’s been about 25 minutes and still nothing.

[import]uid: 56820 topic_id: 34207 reply_id: 144590[/import]

Thank you, @Anderoth. It does sound like something is up with Apple. I guess I’ll leave the push notification the way it’s set up for now and see how it goes…

Naomi [import]uid: 67217 topic_id: 34207 reply_id: 144594[/import]

Came back from dinner and tried again (without changing anything at all) and magically everything is working again.

Thanks Apple for a wasted day…

So I just put back all my code from this morning (before I reverted to troubleshoot this issue) and that version is working again also.

Next time I guess we’ll know better. [import]uid: 13063 topic_id: 34207 reply_id: 144596[/import]

Forgot to say thanks for confirming the issue guys/gals. [import]uid: 13063 topic_id: 34207 reply_id: 144597[/import]

Registration Notifications Still Working?

Can anyone verify for me that registration token notifications are still working from APNS?

We’ve had an app working for weeks with pushes and all of a sudden we are never getting the registration token on start up. We have not changed anything about the server or provisioning profiles, or certs or anything like that.

I’ve reverted all our app code back to the last time I know tokens were working so that we’re basically the same as the original push notifications sample code from the tutorial.

We’ve totally reset all the devices and we’re never getting the registration notification on start up.

Just looking for confirmation from someone that’s using them that they are still working (i.e. Apple hasn’t broken something with an update or the like).

Is there any way to troubleshoot those messages? Or any common reasons for not getting them? [import]uid: 13063 topic_id: 34207 reply_id: 144582[/import]

Ah, I think I’m having the very same issue as @jleigh noted above. My push notification was working fine until it suddenly stopped. During test/dev process, I’ve done lots of device resets including restoring to factory default, but whenever I deleted and reinstalled the app (with or without device reset), the registration notification always popped up after reinstalling the app (and by registration notification I mean the dialog that says “Do you want Push Notifications for this app?”.) However, it seems like it never pops up again – and no push notifications are received by any device I’ve tried. And yes, I’ve checked each device’s push notifications setting and they are all turned on for my app.

I have not changed my code from the time push notification was working, and I do use the device token that is freshly provided by the device each time.

I also ran the push notification manually by launching a simple PHP script from my browser (and I plugged in a valid device token to test it). The result I get is the “Push notification successfully delivered” message. Despite all that, the device isn’t getting any notification.

What could be going on here?

Naomi [import]uid: 67217 topic_id: 34207 reply_id: 144587[/import]

I am going to go out on a limb here and say I think this is Apple. I noticed in the last 2 weeks that when my app sent pushes I would only get about 1 out of 4 actually showing up at the destination. When they did, they would show up much later than usual. In the last few days I am not getting any at all.

I sent a test message to my phone through the Parse website. It’s been about 25 minutes and still nothing.

[import]uid: 56820 topic_id: 34207 reply_id: 144590[/import]

Thank you, @Anderoth. It does sound like something is up with Apple. I guess I’ll leave the push notification the way it’s set up for now and see how it goes…

Naomi [import]uid: 67217 topic_id: 34207 reply_id: 144594[/import]

Came back from dinner and tried again (without changing anything at all) and magically everything is working again.

Thanks Apple for a wasted day…

So I just put back all my code from this morning (before I reverted to troubleshoot this issue) and that version is working again also.

Next time I guess we’ll know better. [import]uid: 13063 topic_id: 34207 reply_id: 144596[/import]

Forgot to say thanks for confirming the issue guys/gals. [import]uid: 13063 topic_id: 34207 reply_id: 144597[/import]