40分 |
如果是本地通知的话,你实例化一个UILocalNotification的时候,不给它设置声音和震动就好了。
远程通知的话,你需要把用户的选择同步到服务器,根据https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html#//apple_ref/doc/uid/TP40008194-CH100-SW1文档的描述, 如果服务器不提供sound key的话,就没有声音,也不会震动,类似于这样的json: |
我找到了soundname 设置为了空 可以让它没有声音 那么震动该怎么办呢?我没有找到有关震动的属性~~ |
|
震动也是一个souond:kSystemSoundID_Vibrate |