728x90

(ios에서) 앱을 껐다 다시 켜면

react-native-sound의 실행이

정상적으로 이뤄지지 않는 경우가 발생했다.

 

나의 경우에는

react-native-audio와 sound 두개를 모두 사용하는데

두개를 함께 쓰는 환경에서는

playback 셋팅을 해주지 않으면 안된다고한다.

 

https://github.com/zmxv/react-native-sound/issues/42

 

Sound playing via Receiver instead of phone speaker in IOS · Issue #42 · zmxv/react-native-sound

I have no problems with playing/manipulating the sound file in IOS, but the sound is coming from the receiver so it's not practical. I am using the latest version of this module, testing on Iph...

github.com


정말 어렵게 위의 이슈를 발견했다.

 

Sound.setCategory('Playback')

 

요것 한줄이면 이슈 해결된다.

 

playback 기능을 정상적으로 사용하기 위해서는

이렇게 xcode -> signing & capabilities에서

audio background mode를 활성화 시켜주어야한다.

 

728x90
반응형