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
Make sure, that you select right provision profile
and that your app is minimized. If app's not minimized use
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo
{
NSLog(@"info %@", userInfo);
}
Other useful information about issues.
For TESTING pushes you can use APN Tester Free. Attention: insert token WITH spaces.