带有振动的 UILocalNotification

Posted

技术标签:

【中文标题】带有振动的 UILocalNotification【英文标题】:UILocalNotification with vibration 【发布时间】:2016-04-11 12:11:45 【问题描述】:

有什么办法可以在通知被触发的时候,加上本地通知的震动效果。

let AlarmNotification: UILocalNotification = UILocalNotification()
    AlarmNotification.alertBody = title
    AlarmNotification.alertAction = "Open App"
    AlarmNotification.category = "AlarmCategory"

    AlarmNotification.soundName = soundName + ".mp3"
    AlarmNotification.timeZone = NSTimeZone.defaultTimeZone()
UIApplication.sharedApplication().scheduleLocalNotification(AlarmNotification)

【问题讨论】:

【参考方案1】:

阅读指南,您只能将声音设置为警报

系统显示警报消息、标记应用程序并播放 声音——通知中指定的任何内容。

链接:https://developer.apple.com/library/ios/documentation/iPhone/Reference/UILocalNotification_Class/

【讨论】:

以上是关于带有振动的 UILocalNotification的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 UILocalNotification 设置振动并且声音不会仅振动 iphone

带有 NSDate 的 UILocalNotification

带有 Residemenu 的 UILocalNotification

如何设置带有声音/振动和按钮徽标更改的通知?

iOS 带有振动的自定义键盘

iphone锁定时带有声音和振动的通知