Skip to content

Commit 0d2cfda

Browse files
committed
fix: TestFlight 업로드 실패 해결 - UIBackgroundModes processing 제거 #7
Apple App Store Connect 검증 에러 해결: - BGTaskSchedulerPermittedIdentifiers 필수 항목 에러 발생 - processing 모드는 앱에서 사용하지 않으므로 제거 - fetch, remote-notification 모드는 Firebase Messaging용으로 유지 버전: 1.0.13+14 (빌드 번호 증가)
1 parent 094f303 commit 0d2cfda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ios/Runner/Info.plist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
<array>
6363
<string>fetch</string>
6464
<string>remote-notification</string>
65-
<string>processing</string>
6665
</array>
6766
<key>UILaunchStoryboardName</key>
6867
<string>LaunchScreen</string>

0 commit comments

Comments
 (0)