各位大大
想請教是否有辦法 在app中讓使用者能夠去開關notificaiton的聲音
主要是讓該app在背景時收到notification能夠以使用者的設定去
決定要不要有音效的產生。
嘗試過的情況
1. 我如果設定以下的code,在背景時還是會有音效產生
[[UIApplication sharedApplication] registerForRemoteNotificationTypes:
UIRemoteNotificationTypeAlert|UIRemoteNotificationTypeBadge];
2. 多加UIRemoteNotificationTypeSound,在setting中的Notification Center 該
app會多一欄Sounds可以swith,關掉就後收到notification就不會有聲音了
但還是希望讓使用者可以不用到setting中,直接在app裡可以開關背景時收到notification
的音效
謝謝