Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序接收推送通知,有时这些通知附带一个必须存储在核心数据上的对象。
如果这些带有对象的通知之一在应用程序未运行时到达应用程序,会发生什么情况?
我该如何处理?
谢谢
如果你已经实现了方法
-(void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo{}
当应用程序处于活动状态时,它将在睡眠期间的每个通知中触发。