如何使系统声音默认振动产生更长的振动

发布于 2024-08-17 13:49:14 字数 24 浏览 6 评论 0原文

我想产生振动,但不是正常长度的振动

I want to create a vibration but not of the normal length

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

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

发布评论

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

评论(1

怂人 2024-08-24 13:49:14

用官方的SDK是做不到的。触发振动的唯一方法是调用以下函数,不幸的是,该函数不接受任何其他参数。

AudioServicesPlayAlertSound(kSystemSoundID_Vibrate) 

也许有一种方法可以为越狱的 iPhone 做到这一点,但据我所知还没有。

It can't be done with the official SDK. The only way to trigger vibration is using a call to the following function, which unfortunately does not take any other parameters.

AudioServicesPlayAlertSound(kSystemSoundID_Vibrate) 

Maybe there's a way to do it for jailbroken iPhones, but no that I'm aware of.

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