当 iPhone 关闭时,继续发出本地通知的声音/振动警报,就像在时钟应用程序中完成的那样

发布于 2024-10-31 05:36:12 字数 124 浏览 0 评论 0原文

我想知道当我的应用程序是后台和/或 iPhone 关闭时,如何生成类似于苹果时钟闹钟(iPhone 附带)的本地通知警报。目前,我得到了一次振动和一次铃声播放。这还不够,必须循环运行直到得到用户响应。那么苹果是如何做到的呢?特恩克斯。

I wish to know how to generate local notification alerts similar to apple's clock alarm (that comes with the iPhone) while my application is the the background and/or the iPhone is closed. Currently I gets a single vibration and a single play of my ringtone. This is not sufficient and must run in loop till having user response. So how the did it in Apple? TNX.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

请别遗忘我 2024-11-07 05:36:12

他们使用了像你我这样的普通开发人员无法访问的私有 API。你能得到的最好的结果就是一响一震,除非你不打算在 App Store 中分发。

They used private APIs that are not accessible to normal developers like you and I. The best you're going to get is that one ring and one vibration, unless you're not going for distribution in the App Store.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文