오늘 fastlane으로 beta(Test Flight) lane과 release(App Store) lane을 만들면서 Test Flight를 몇 번 띄워보았다.
fastlane 중간 과정에서 이 과정이 오래 걸리면 이메일을 확인하라고 나왔다.
Dear Developer,
We identified one or more issues with a recent delivery for your app. Your delivery was successful, but you may wish to correct the following issues in your next delivery:
ITMS-90894: Missing Info.plist value - Apps with the com.apple.developer.usernotifications.communication entitlement must specify either 'INSendMessageIntent' or 'INStartCallIntent' in the value of the NSUserActivityTypes Info.plist key.
After you’ve corrected the issues, you can upload a new binary to App Store Connect.
Best regards,
The App Store Team
위와 같은 내용이었는데, Info.plist에 NSUserActivityTypes에 array로 INSendMessageIntent 또는 INStartCallIntent 을 추가해주면 된다.
'1 - iOS' 카테고리의 다른 글
[iOS/Swift] Jenkins 설정하기 (0) | 2022.07.25 |
---|---|
[iOS/Swift] fastlane을 이용하여 Test Flight upload 하기 (0) | 2022.07.22 |
[iOS/Swift] fastlane 사용하여 테스트용 배포하기 (0) | 2022.07.20 |
iOS 개발자를 위한 (0) | 2022.07.05 |
[iOS/Swift] CaseIterable을 이용한 랜덤 값 뽑기 (0) | 2022.06.10 |