Customizing the iOS permission dialog for push notifications

前端 未结 4 461
天涯浪人
天涯浪人 2020-12-15 16:03

When an iOS app attempts to register for push notifications for the first time, the system pops up a permissions dialog asking the user for permission to receive push notifi

相关标签:
4条回答
  • 2020-12-15 16:16

    Not possible, since you dont have any control on it whatsoever

    0 讨论(0)
  • 2020-12-15 16:21

    No you cant change system in built message.because you dont have any control to it.

    0 讨论(0)
  • 2020-12-15 16:26

    One workaround that I have seen involves an app bringing up its own custom dialog explaining why it needs a permission. Then immediately afterwards the app requests the permission, bringing up the system dialog.

    This may be suitable for convincing a user to accept the permission request in order to gain access to a feature, or to reject the request with the knowledge that the feature will not be available.

    0 讨论(0)
  • 2020-12-15 16:35

    No, this is a system dialog which cannot be customized.

    0 讨论(0)
提交回复
热议问题