Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

애플 메뉴얼 대안 1 #19

Open
bjrambo opened this issue Jan 29, 2025 · 0 comments
Open

애플 메뉴얼 대안 1 #19

bjrambo opened this issue Jan 29, 2025 · 0 comments

Comments

@bjrambo
Copy link
Member

bjrambo commented Jan 29, 2025

Apple Developer에서 App ID, Services ID, Key 설정하기

애플 개발자센터 https://developer.apple.com/ 에 접속하여 개발자 계정으로 로그인해 주세요.


1) App ID 설정하기

  1. 상단 메뉴에서 Account 버튼 클릭
  2. Program Resources 영역의 Certificates, Identifiers & ProfilesIdentifiers 진입
  3. Identifiers 옆에 있는 + 아이콘 클릭
  4. Register a new identifier 화면에서 App IDs를 선택
    • Continue 버튼 클릭
  5. Select a type에서 App을 선택
    • Continue 버튼 클릭
  6. Register an App ID 화면에서 아래 정보 입력 후 Continue 버튼 클릭
    • App ID Prefix: 여러 개 있다면 사용할 Team ID 선택
    • Description: App ID 설명 입력
    • Bundle ID: explicit 선택 후 App ID 구분값 입력
      • 예) com.사이트명.applelogin
    • Capabilities: Sign In with Apple 체크
  7. App ID Prefix의 Team ID메모
  8. Register 버튼 클릭

2) Services ID 설정하기

  1. 다시 상단 메뉴에서 Account 버튼 클릭
  2. Program Resources 영역의 Certificates, Identifiers & ProfilesIdentifiers 진입
  3. Identifiers 옆에 있는 + 아이콘 클릭
  4. Register a new identifier 화면에서 Services IDs 선택
    • Continue 버튼 클릭
  5. Register a Services ID 화면에서 정보 입력 후 Continue 버튼 클릭
    • Description: Services ID 설명
    • Identifiers: Services ID 구분값
      • Bundle ID와는 다르게 입력해야 함
      • 예) com.사이트명.applelogin.service
  6. Register 버튼 클릭
  7. Identifiers 목록에서 방금 생성한 Services ID 클릭
  8. Sign In with Apple 체크 후 Configure 버튼 클릭
  9. Web Authentication Configuration 화면에서 정보 입력 후 Next 버튼 클릭
    • Primary App ID: 위에서 생성한 App ID 선택
    • Domains and Subdomains: 프로토콜(http://, https://) 제외, 도메인만 입력
      • 여러 개를 입력할 경우 콤마(,)로 구분
    • Return URLs: https:// 프로토콜을 포함하여 반드시 입력
      • 여러 개를 입력할 경우 콤마(,)로 구분
  10. 입력 내용을 확인 후 Done 버튼 클릭
  11. 화면에 보이는 Identifier 값을 메모
  12. ContinueSave 버튼 클릭

3) Key 설정하기

  1. 상단 메뉴에서 Account 버튼 클릭
  2. Program Resources 영역의 Certificates, Identifiers & ProfilesKeys 진입
  3. Keys 옆에 있는 + 아이콘 클릭
  4. Register a new Key 화면에서 Key Name 입력
    • 예) SignInKey (중복되지 않는 고유 이름)
    • Sign In with Apple 체크
    • Configure 버튼 클릭
  5. Configure Key 화면에서 Primary App ID 항목에 위에서 설정한 App ID 선택
    • Save 버튼 클릭
  6. 정보 확인 후 Continue 버튼 클릭
  7. Register 버튼 클릭
  8. Download Your Key 화면에서 Download 버튼 클릭
    • 확장자 .p8인 텍스트 파일로 다운로드 (1회만 가능)
    • Key 파일은 잘 보관
  9. 화면에 보이는 Key ID 값을 메모
  10. Done 버튼 클릭

정리

  • App IDServices ID, 그리고 Key(p8 파일) 세 가지를 모두 설정해야 Sign In with Apple 기능을 정상 사용 가능합니다.
  • Team ID, Services ID의 Identifier, Key ID, p8 파일은 잃어버리지 않도록 안전하게 보관하세요.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant