Sound issues fixes for iOS 10 Push Notifications

眉间皱痕 提交于 2019-12-02 21:09:32

问题


I’ve implemented push notifications for our app.

on iOS 9, the sound words fine. on iOS 10, it’s very unpredictable. Fresh install from Xcode on iOS 10.0.2 would bring up my custom sound. reinstall would bring up default sound. I don’t know exactly when but at times I also get no sound.

reading from here and many others my conclusion is that it works after a hard reboot. 2 questions:

  • Has Apple completely fixed this issue in any version? If so what version?
  • After a hard reboot, would the problem completely go away? Or you need to do it again? if so when?

回答1:


Has Apple completely fixed this issue in any version? If so what version?

Based on JAL's comment Apple has fixed in iOS 10.2.

After a hard reboot, would the problem completely go away? Or you need to do it again? if so when?

Based on leontx's comment, For those users who are using iOS 10.0.x or 10.1.x they would only need to do a single hard reset.



来源:https://stackoverflow.com/questions/42495439/sound-issues-fixes-for-ios-10-push-notifications

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!