I have made a sample PushTest app for Push Notification using this tutorial.
And using above tutorial I got the message that \'PushTest\' would like to send you Pus
I ran into a similar issue. Everything was done correctly in the code. I was running the app with a development profile and push notifications on the server (iOS) pointing to production. Make sure your provisioning profile matches the server setting(Sandbox vs. Production). You can also make sure your device is registering correctly.