gpt4 book ai didi

iOS - 设置页面如何删除通知

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:40:39 25 4
gpt4 key购买 nike

我有一个 IOS 设置屏幕(在 iOS 8.0 上),它是使用以下代码生成的:

[[UIApplication sharedApplication] registerUserNotificationSettings:
[UIUserNotificationSettings settingsForTypes:
(UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound | UIRemoteNotificationTypeAlert)
categories:nil]];



[[UIApplication sharedApplication] registerForRemoteNotifications];

结果看起来是这样的:

enter image description here

我的目标是仅删除通知区域,但我希望保留隐私和“使用手机数据”。

在模拟器上没有隐私和“使用蜂窝数据”出现。这整个问题是因为我在模拟器上吗?

最佳答案

如果您使用“registerForRemoteNotifications”,此设置将自动存在并且不能省略。如果您想使用通知,则不允许禁用用户通知设置。

关于iOS - 设置页面如何删除通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30486167/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com