0
如果在通知中心有通知,請清除該應用程序 NSUser默認,無需點擊通知。檢測通知中心的特定應用程序推送通知
UILocalNotification* oneEvent = [eventArray objectAtIndex:i];
NSDictionary *userInfoCurrent = oneEvent.userInfo;
NSString *uid=[NSString stringWithFormat:@"%@",[userInfoCurrent valueForKey:@"uid"]];
NSString *msg =[NSString stringWithFormat:@"%@",userInfoCurrent];
想這一點,但沒有工作