본문 바로가기

GooglePlayConsole

[GooglePlayConsole] 2021.08 업데이트 준비하기

https://android-developers.googleblog.com/2020/11/new-android-app-bundle-and-target-api.html

 

New Android App Bundle and target API level requirements in 2021

Posted by Hoi Lam , Developer Relations Engineer, Android Platform In 2021, we are continuing with our annual target API level up...

android-developers.googleblog.com

2021.08 업로드 요구사항 3가지

1. 새로운 Android App Bundle 포멧을 사용할 것

2. 150MB가 넘을 시에  Play Asset Delivery 또는 Play Feature Delivery를 이용할 것

3. API Level Target을 30으로 할 것

 

현재 업로드하려는 앱이 30MB정도가 되서 2는 해당이 안되지만 1, 3은 해당이 되어 수정하였는데 생각보단 간단하였다.

1.의 경우 File->Build Setting에서 Build App Bundle을 체크한 후에 빌드를 하면 된다.

 

3.의 경우 Edit->Project Settings->Player오른쪽 페이지에서 Other Settings드롭다운 내용에서 Target API Level을 변경해주면 된다. (설치된 SDK가 아닌 경우 유니티와 백그라운드의 유니티허브까지 모두 끈 채 관리자실행으로 실행시키면 적용된다.)

aab는 apk처럼 바로 설치할 수 있는 것이 아니고 구글 플레이 경로를 통해서만 설치할 수 있다.