解开通知权限UI警报操作文本

时间:2019-06-21 02:14:43

标签: ios swift permissions unusernotificationcenter uialertaction

我的应用使用通知,因此需要征求发布通知的权限。

enter image description here

如上所述,通知权限警报中的选项之一为粗体,我的目标是将该文本取消粗体。

我知道这应该可以实现,因为其他权限警报(例如位置)具有未加粗的操作文本选项,例如下面的“地图”应用程序权限:

enter image description here

不幸的是,由于调用方法UNUserNotificationCenter.current()requestAuthorization会通过UNUserNotificationCenter.current().requestAuthorization(options:[.badge, .alert, .sound]) { (granted, error) in // Enable or disable features based on authorization. } 构建并显示UI警报,因此我没有实现这一目标的方法。

我的代码如下:

python manage.py test

1 个答案:

答案 0 :(得分:0)

您不能更改显示的权限警报的文本,因为它会被系统显示,并且没有公共api可以访问/编辑它