应用程序在后台获取本地通知,然后我在切换器中将其杀死。当我点击通知时,应用程序重新启动了launchOptions值为nil,因此我无法获得有关本地通知的任何信息,我该怎么办?而且,如果我收到多个本地通知,我该如何区分我点击的通知?谢谢你的任何建议!
答案 0 :(得分:0)
launchOptions值nil是由于重新启动应用程序与XCode(在这种情况下使用"等待我的MyApp启动"选项在Product-> Scheme-> Edit Scheme中)删除通知即使它仍然显示在状态栏中,所以只需在alertView中显示值 细节:XCode : why launchOptions in didFinishLaunchingWithOptions always nil?