我遵循https://learn.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/local-notifications中有关本地通知的文档。我实现了它并且工作得很好。现在我的场景是:用户输入Start Date
,Repetition time
和Number of Repetitions
。我可能需要一些后台服务来调用此推送通知?有什么建议可以在设备中安排此操作吗?
更新
我从此链接添加了共享服务:https://www.c-sharpcorner.com/article/how-to-send-local-notification-with-repeat-interval-in-xamarin-forms/
现在我不'不知道如何停止Alarm Manager
, UILocalNotification
当我发送示例用户输入的发送 20 条通知时,20 条通知后必须停止。
我已经完成了我的应用程序。当我在 IOS 上安装并且主题为深色时,条目、选择器等背景颜色为黑色。如何禁用影响应用程序的主题更改?