2014-03-12 44 views

回答

0

使用此代碼增加1,委託方法來檢查頁面值

- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo{ 
    NSDictionary *notification = [userInfo objectForKey:@"aps"]; 
    //notification is what you want. print it to find out the details. 
    //Title, Badge Count and all that 
}