iOS 앱 배포 - 앱 개발 및 배포 테스트를 위한 장치 등록하기(Devices)장치(Devices)를 추가하여 앱을 배포하기 이전에 장치에 앱을 설치하고 개발 및 배포 테스트할수있습니다.1)애플 개발자(Apple Developer) 사이트에서 계정 로그인하고 Account 페이지에서 인증서, ID 및 프로파일(Certificates, IDs & Profiles)의 장치(Devices)를 선택합니다. https://developer.apple.com/account/ 2)+ 버튼을 클릭해서 새로운 장치를 추가합니다. 3)플랫폼(platform)을 선택하고 장치 이름과 장치 ID(UDID)를 입력하고 등록합니다. 4)입력한 장치 정보를 확인하고 등록합니다(Register) 장치를 등록하면 이후에 이 장치의 ..
iOS 앱 배포 - Provisioning Profiles(프로비저닝 프로필) 생성하기1)애플 개발자(Apple Developer) 사이트에서 계정 로그인하고 Account 페이지에서 인증서, ID 및 프로파일(Certificates, IDs & Profiles)의 프로파일(Profiles)를 선택합니다. https://developer.apple.com/account/ 2)프로비저닝 프로파일(provisioning profiles)는 장치에 앱을 설치할수있도록 합니다. 프로파일은 인증서 서명(Sigining Certificates), 장치 식별자(device Identifiers), 앱 ID를 포함합니다. generate a profile를 선택하고 프로파일 만들기를 시작합니다. 3)앱스토어 커넥트..
iOS 앱 배포 - 앱 ID 및 Identifiers(식별자) 등록하기(Bundle ID)1)애플 개발자(Apple Developer) 사이트에서 계정 로그인하고 Account 페이지로 이동합니다. https://developer.apple.com/account/프로그램 리소스(Program resources)에서 인증서, ID 및 프로파일(Certificates, IDs & Profiles)의 식별자(Identifiers)를 선택합니다. 2)register an App ID를 선택합니다. 앱 ID를 등록하여 앱이 사용 가능한 서비스에 액세스하고 프로비저닝 프로필에서 앱을 식별할 수 있도록 합니다. 3)App IDs를 선택합니다. 4)유형 선택(select a type)에서 앱(App)을 선택합니다..
iOS 앱 배포 - CSR 및 Certificates(인증서) 생성하기새로운 인증서(Certificates) 만들기 1)애플 개발자(Apple Developer) 사이트에서 계정 로그인하고 Account 페이지로 이동합니다. https://developer.apple.com/account/ 2)프로그램 리소스(Program resources)에서 인증서, ID 및 프로파일(Certificates, IDs & Profiles)의 인증서(Certificates)를 선택합니다. 3)create a certificate를 선택하고 새로운 인증서 만들기를 시작합니다. 4)앱스토어 커넥트(App Store Connect)에 iOS 앱을 제출 및 배포하려면 iOS Distribution (App Store Conne..
유니티(Unity) 프로젝트 iOS 플래폼 변환 및 빌드에서 참고할 사항들빌드 플랫폼 변환Build Settings에서 iOS 플랫폼을 선택하고 Switch platform 프로젝트 설정(Project Settings) - Player 설정Company Name, Product Name, Version, 번들 ID(Bundle Identifier), Version, Build Splash Image Orientation Scripting Backend - IL2CPP(ARM64), Api Compatibility Level - .NET Framework Target Device, Target SDK, Target minimum iOS Version 오디오, 마이크, 스피커 설정 프로젝트 설정(Proje..
App Store Connect에서 iOS 앱 배포 과정 요약애플 개발자 등록(애플 개발자 프로그램 구매)애플 개발자 프로그램 등록하기(Apple Developer Program 가입)기존의 애플 아이디로 등록, 개발자 프로그램 1년 단위 갱신(129000원), 평균 하루소요. 결제 처리 및 등록이 완료되면 애플 개발자사이트이용 https://developer.apple.com/ Apple DeveloperThere’s never been a better time to develop for Apple platforms.developer.apple.com 인증서(Certificate), 식별자 생성(Identifiers), 프로비저닝 프로파일(provisioning profile)인증서(Certific..
Xcode에서 iOS 장치 연결 및 앱 빌드할때 (개발자 모드 활성화, 프로필 신뢰) 문제개발자 모드 활성화 문제(개발자 모드가 비활성화되어있음)Could not launch The operations couldnt be completed. unable to launch because it has an invalid code signature, inadequate entitlements or its profile has not been explicitly trusted by the user 원인 - 잘못된 코드 서명 또는 유효하지 않은 인증서 사용, 디바이스에서 앱의 프로파일이 신뢰되지 않음해결 - 장치에서 설치한 앱의 프로파일 신뢰 설정 아이폰(iOS 장치)에서 개발자 앱 신뢰하기(기업용 개발 및 프..