[問題] 關閉remote notification sounds

作者: pseudocode   2014-09-18 11:44:53
各位大大
想請教是否有辦法 在app中讓使用者能夠去開關notificaiton的聲音
主要是讓該app在背景時收到notification能夠以使用者的設定去
決定要不要有音效的產生。
嘗試過的情況
1. 我如果設定以下的code,在背景時還是會有音效產生
[[UIApplication sharedApplication] registerForRemoteNotificationTypes:
UIRemoteNotificationTypeAlert|UIRemoteNotificationTypeBadge];
2. 多加UIRemoteNotificationTypeSound,在setting中的Notification Center 該
app會多一欄Sounds可以swith,關掉就後收到notification就不會有聲音了
但還是希望讓使用者可以不用到setting中,直接在app裡可以開關背景時收到notification
的音效
謝謝
作者: uranusjr (←這人是超級笨蛋)   2014-09-18 11:50:00
無法
作者: kiii210 (HelloWorld!)   2014-09-18 13:20:00
sound不要帶不就不會有聲音了?就做一個開關讓使用者switch之後回傳到server發push的時候簡單判斷一下看要不要帶sound參數?
作者: shinrenpan (iOS5)   2014-09-18 13:38:00
關鍵字 silent notification ios
作者: pseudocode   2014-09-18 16:46:00
請問有不用透過server來設定的方式嗎? 謝謝
作者: drag (京都念慈庵,賈詡念費翔)   2014-09-19 17:26:00
方法1:iOS8似乎不能用了,今天有遇到

Links booklink

Contact Us: admin [ a t ] ucptt.com