原因
本地创建方式是:
UILocalNotification *localNotification = [UILocalNotification new]
改为 alloc init即可;
原因
本地创建方式是:
UILocalNotification *localNotification = [UILocalNotification new]
改为 alloc init即可;
本文标题:本地通知不能接受到消息
本文链接:https://www.haomeiwen.com/subject/nggrtxtx.html
网友评论