Apple Push Notifications Not Received

Hi GT,

I have setup and registered an iPad development app.

After registering the device, it appears under ‘Users’ and i tried sending a push-message. The push message never appeared on the device (has been ~1 hour already).

On your site, it states “Delivered” and “Clicked”. What does that mean ? Delievered to device or server ? Clicked by user ?

ps : tried to access your site, but it is said-down due to heavy load.

Thx

For what its worth, I tested just now and works for me. 

Edit: I didn’t use the web interface though.

Hello yosu,

A notification will be counted as click and won’t be displayed if one is received when the app is running in the foreground. To test the incoming message make sure you go back to the homescreen. DidReceiveRemoteNotification will be call when the app is already running or when I user opens the notification so you can still do logic on it if you need to.

I looked at our logs and there was a higher load around when you posted but our service never went down. Try it again now, everything is up and running.

Thanks.

For what its worth, I tested just now and works for me. 

Edit: I didn’t use the web interface though.

Hello yosu,

A notification will be counted as click and won’t be displayed if one is received when the app is running in the foreground. To test the incoming message make sure you go back to the homescreen. DidReceiveRemoteNotification will be call when the app is already running or when I user opens the notification so you can still do logic on it if you need to.

I looked at our logs and there was a higher load around when you posted but our service never went down. Try it again now, everything is up and running.

Thanks.