推送通知是否被系統禁用的狀態

可不能夠獲取到推送通知是否被系統禁用的狀態 spa

if (IS_IOS8) it

                

            { io

                if ([[UIApplication sharedApplication] currentUserNotificationSettings].types!=0) { 推送

                    cell.detailTextLabel.text=NSLocalizedString(@"basic_set_money_unit_Open", @"已開啓"); ab

                }else 系統

                {

                    cell.detailTextLabel.text=NSLocalizedString(@"basic_set_money_unit_Not open", @"未開啓");

                }

            }

            

            else

                

            {

                if ([[UIApplication sharedApplication] enabledRemoteNotificationTypes]==0) {

                    cell.detailTextLabel.text=NSLocalizedString(@"basic_set_money_unit_Not open", @"未開啓");

                }else

                {

                    cell.detailTextLabel.text=NSLocalizedString(@"basic_set_money_unit_Open", @"已開啓");

                }

//                UIRemoteNotificationType types = [[UIApplication sharedApplication] enabledRemoteNotificationTypes];

            }

相關文章
相關標籤/搜索