ReactNative

[ React Native ] IOS The Info.plist key 'BGTaskSchedulerPermittedIdentifiers' must contain a list of identifiers used to submit and handle tasks when 'UIBackgroundModes' has a value of 'processing'.

좋은개발자가되고싶다 2023. 7. 25. 10:00
728x90
반응형

archive 후 testFlight로 업로드를 하는데 평소에 나지 않던 에러가 발생했다.

 

The Info.plist key 'BGTaskSchedulerPermittedIdentifiers' must contain a list of identifiers used to submit and handle tasks when 'UIBackgroundModes' has a value of 'processing'.

 

BGTaskSchedulerPermittedIdentifiers 가 필요하다는 내용이었다.

 

info.plist 에

 

해당 key 값 추가해서 해결

728x90
반응형