- 다빈치 리졸브
- Front-end developer
- postman collection
- solidity
- 프런트엔드
- 우수한 프런트 개발자
- Android
- oracle
- LSL_Script
- Java
- postman pre-request
- postman automations
- web developer
- postman session
- postman tests
- postman html parse
- Interaction developer
- emplace_back
- UI/UX Engineer
- c#
- postman collection variables
- 좋은 개발자
- Intellij
- MFC
- postman
- postman excel
- postman csv
- C++
- Unity
- Android/iOS Developer
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
- Today
- Total
david's daily developer note
[Unity] 23-04-29 구글 스토어 APP 출시 과정 정리 본문
2023-04-24 기준 신규 앱 등록의 과정 정리
유니티 버전 2021.3
안드로이드 버전 12 (API LEVEL 13)
1. project settings -> player -> default icon -> select
2. project settings -> player -> resolution and presentation -> orientation
3. project settings -> player -> splash image -> logos
유니티 스플레시가 뜰때, 앱로고와 함께 뜨도록 하고 싶은 경우만 설정
4. project settings -> player -> other settings -> identification
1. Version
2. Bundle Version Code
3. Target API Version (API Level 31)
5. project settings -> player -> other settings -> configuration (출시 설정)
1. Scripting Backend -> IL2CPP
(description : https://docs.unity3d.com/kr/2021.3/Manual/IL2CPP.html)
2. Target Architecture
ARMv7, ARM64 (2019/8월 이후 64비트 필수)
6. project settings -> player -> publishing settings -> Keystore Manager (키스토어 생성)
1. create new -> in dedicated location
2. save "user.keystore" file -> save password
3. alias -> save password
4. validity -> 100 year
5. others..
7. build settings -> build app bundle (Google Play) -> check
8. build settings -> build
7. google play console (준비물)
1. App Icon (x1)
Image Size : 512 x 512, PNG, JPEG, Max File Size : 1 MB
2. Graphic Image (x1)
Image Size : 1024 x 500, PNG, JPEG, Max File Size : 15 MB
3. Phone Screen-Shot (2~8)
Max Image Size : 320px ~ 3840px, PNG, JPEG, Max File Size 8 MB, 6:9, 9:16
4. 7inch 태블릿, 10inch 태블릿 (3번 이미지 재사용)
8. 개인정보처리방침 생성
https://www.privacy.go.kr/front/per/inf/perInfStep01.do
'[Develop] Unity' 카테고리의 다른 글
[Unity] Unity Hub 3.8.0 Install "Validation Failed" (0) | 2024.07.13 |
---|---|
[Unity] 구글 플레이 등록할 스크린샷 만들기 (0) | 2023.05.06 |
[Unity] 구글 AdMob 결제 수단 추가하기 (0) | 2022.11.21 |
[Unity] 유니티2021.3 업그레이드 이후 안드로이드12 비정상 종료 (0) | 2022.10.25 |
[Unity] 구글 플레이 경고 제거 "아직 디버그 기호가 업로드되지 않았습니다." (0) | 2022.10.23 |