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.
我想在我的应用程序中具有以下功能:当收到通知时,应用程序应该使用其中的消息。应用程序应该从该消息中获取 NSDate 类型字符串,并通过在 if 条件中使用仅显示特定视图。请建议我该怎么做?
您可以使用以下代码检索您从服务器获取的消息
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo { NSLog(@"user info%@",userInfo); }
收到消息后,您可以对从服务器收到的不同消息设置各种条件