UILocalNotification not showing in the lock screen
问题 Is there any special parameters an UILocalNotification has to have in order to show on the lock screen like the Facebook Messenger messages? My notification does appear on the notification center under "notifications". I think the behaviour is similar to the AppStore notifications in where they are only shown as a notification but the user is never alerted. 回答1: You probably didn't add .Badge when you did your registerUserNotificationSettings . You should have let settings =