iOS - 设置页面如何仅删除通知
<p><p>我有一个使用以下代码生成的 IOS 设置屏幕(在 ios 8.0 上):</p>
<pre><code>[ registerUserNotificationSettings:
[UIUserNotificationSettings settingsForTypes:
(UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound | UIRemoteNotificationTypeAlert)
categories:nil]];
[ registerForRemoteNotifications];
</code></pre>
<p>结果看起来像这样:</p>
<p> <img src="/image/Hpjeo.png" alt="enter image description here"/> </p>
<p>我的目标是仅删除通知区域,但我希望保留隐私和“使用蜂窝数据”。 </p>
<p>在模拟器上没有隐私和“使用蜂窝数据”出现。这整个问题是因为我在模拟器上吗?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>如果您使用“registerForRemoteNotifications”,此设置将自动存在且不能省略。如果要使用通知,则不允许禁用用户通知设置。</p></p>
<p style="font-size: 20px;">关于iOS - 设置页面如何仅删除通知,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/30486167/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/30486167/
</a>
</p>
页:
[1]