Create a persistent notification in iOS

前端 未结 2 1615
生来不讨喜
生来不讨喜 2021-01-14 15:15

Is there any way to create a notification that cannot be dismissed in iOS? It can even be a workaround (e.g. listening for the notification to be cleared and showing up a ne

2条回答
  •  失恋的感觉
    2021-01-14 15:39

    No. You could schedule a bunch of notifications but that's different. There is no way to listen to when the notification is dismissed, keep it on the screen, or do anything that changes it's performance as it's all handled outside of your app.

提交回复
热议问题