본문 바로가기
iOS

IOS 15 대응

by _dreamgirl 2022. 2. 16.
반응형

 

1. XCode 13 이상 버전 업데이트
- 기본적으로 애플스토어에 등록된 앱은 매년 4월 전으로 새로운 XCode 버전에서 빌드하여 앱 제출해야함
현재는 XCode 13부터 IOS 15에 지원한다.

https://developer.apple.com/documentation/xcode-release-notes/xcode-13-release-notes

 

Apple Developer Documentation

 

developer.apple.com


2. Manage Version and Build Number

  • When uploading an app to App Store Connect, the distribution assistant in Xcode detects whether your app has a valid build number (CFBundleVersion). If your app has an invalid number (like one that was used previously, or precedes your current build number), the distribution assistant provides an option to automatically increment it to a valid number. In addition, the distribution assistant ensures that the build numbers of all embedded content in your app (such as app extensions, App Clips, or watchOS apps) are in sync with your app. Note that this doesn’t modify your source code or your archive; Xcode updates the build number in a staged copy of your app before packaging and uploading it to App Store Connect. (59826409)
  • 앱을 앱 스토어 커넥트에 업로드할 때 Xcode의 배포 도우미는 앱에 유효한 빌드 번호(CFBundleVersion)가 있는지 여부를 감지합니다. 앱에 잘못된 번호(예: 이전에 사용되었거나 현재 빌드 번호 앞에 있음)가 있는 경우 배포 길잡이는 해당 번호를 유효한 번호로 자동으로 늘릴 수 있는 옵션을 제공합니다. 또한 배포 길잡이는 앱에 포함된 모든 콘텐츠(예: 앱 확장, 앱 클립 또는 시청)의 빌드 번호를 확인합니다.OS 앱)이 앱과 동기화되어 있습니다. Xcode는 앱의 단계별 복사본에 빌드 번호를 업데이트한 후 앱 스토어 커넥트에 업로드합니다. (59826409)
  • 앱을 배포할 때 옵션이 추가되었다. 아마도 기존 빌드 버전이 잘못된 번호로 인식이 된 듯하다.
  • 빌드번호를 숫자로 명시하기로 변경하였음.

 

3. 위치 및 얼굴 인식 권한 추가

앱을 새로 올리면서 리젝이되어 해당 권한이 추가되어야 했다.

반응형

댓글