Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Observable
- uiscrollview
- UICollectionView
- 애니메이션
- 스위프트
- SWIFT
- map
- swift documentation
- swiftUI
- combine
- HIG
- ribs
- Refactoring
- Protocol
- MVVM
- collectionview
- clean architecture
- Clean Code
- uitableview
- Xcode
- tableView
- 클린 코드
- 리펙터링
- RxCocoa
- 리팩토링
- ios
- Human interface guide
- 리펙토링
- UITextView
- rxswift
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS 앱 배포 준비] App ID (Identifiers) 등록 본문
배포 준비 핵심
-개념: ios-development.tistory.com/246
Xcode에서 Bundle ID 확인
* Bundle ID형식: com.company.appname
Apple developer에서 App ID 등록
- Identifiers 선택 후 +버튼 선택
- Countinue선택
- App 선택 후 Continue
- 앱 상세 기능 체크
- Push Notification
- 결제
- Description에는 앱의 이름 기술
- Bundle ID에는 Xcode에서 target -> General -> "Bundle Identifier"부분 확인 (convention: com.company.appname)
- Continue시 App ID Prefix (Team ID)가 생김
- 애플에서는 앱을 구분할 때, Bundle ID하나만이 아닌, "Team ID" + "Bundle ID"로 구분
- Register를 누르면, 아래처럼 생성된 것 확인
'iOS 앱 배포와 출시' 카테고리의 다른 글
[iOS 앱 배포 준비] Provisioning Profiles 등록 (0) | 2020.11.29 |
---|---|
[iOS 앱 배포 준비] Device 등록, UDID (6) | 2020.11.29 |
[iOS 앱 배포 준비] CSR(Certificate Signing Request) 생성, Certificates 등록, 인증서 등록 (5) | 2020.11.29 |
[iOS 앱 배포 준비] 애플에 배포하기 위한 4가지 개념 (0) | 2020.11.29 |
[iOS - swift] 애플 계정 생성하기 (0) | 2020.11.21 |
Comments