본문 바로가기
OSX 맥/Xcode

iOS 앱 권한이양 후 조직원(People)로 추가하여 버전업그레이드 방법

by 자바초보자 2016. 5. 3.
728x90


iOS 앱 권한이양 후 조직원(People)로 추가하여 버전업그레이드 방법 


- https://developer.apple.com/ 접속 후 master 계정 로그인

- Master 계정에서 People 메뉴 -> Invite People 버튼 클릭

- 초대하고자 하는 계정 주소 입력 후 전송



- https://itunesconnect.apple.com 접속 후 

- 사용자및역할 메뉴에서 + 버튼클릭 후 계정 초대 



초대받은 계정의 이메일 확인 (초대장 확인)

링크를 따라가서 수락 절차 진행




== 맥 인증서 요청값 생성 ===========

키체인접근 메뉴 실행

상단 키체인접근 > 인증서 지원 > 인증기관에서 인증서요청 메뉴 선택 후

디스크에 저장됨 선택 후 계속

- CertificateSigningRequest.certSigningRequest 생성



https://developer.apple.com/

마스터 계정 로그인

Certificates, Identifiers & Profiles 메뉴 선택


Certificates 메뉴에서 + 버튼 클릭


1. iOS App Development 선택 후 계속 -> 

Upload CSR file -> 생성한 CertificateSigningRequest.certSigningRequest 선택후 인증서 생성 및 다운로드

=> ios_development.cer 생성


2. App Store and Ad Hoc

Upload CSR file -> 생성한 CertificateSigningRequest.certSigningRequest 선택후 인증서 생성 및 다운로드

=>ios_distribution.cer 생성



다운로드받은 인증서 더블클릭하여 키체인에 등록함.


* 유효하지않는 인증서라고 나올경우? 


Intermediate Certificates

To use your certificates, you must have the intermediate signing certificate in your system keychain. This is automatically installed by Xcode. However, if you need to reinstall the intermediate signing certificate click the link below:

다운로드하여 더블클릭 설치함.



Xcode 실행 

현 심사를 통과하기 위해서는  Xcode 6.1 이상이여하함.


 App Build Settings > Code Signning 

새로 등록한 인증서로 변경하여 작업



컴파일시 iOS Device 선택 후  Product > Archive 선택 





Provisioning 요구하는경우

https://developer.apple.com/ 에서Provisioning  메뉴에서 다운로드하여 설치함




728x90