In my app, I have this:
[[UIApplication sharedApplication] registerForRemoteNotificationTypes: UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeAlert | UIRemoteNotificationTypeSound];
However, when I send notification from my web server via ApnsPHP, badge is actualized, but there is no message on lock screen. Message can be found only in notification center.
Do I have to do something more to enable notifications on Lock Screen ?