728x90
빌드한 안드로이드 앱을 PlayStore에 올리기 위해서는 구글 플레이 콘솔( Google Play Console )에서 관리를 해주어야 한다 https://play.google.com/console/about/ Google Play Console | Google Play Console 앱과 게임이 성장할 수 있도록 사용자에게 도달하고 사용자 참여를 유도하는 데 도움이 될 도구, 프로그램, 통계를 이용하세요. play.google.com Google Play Console 계정 만들기 개발자 등록비는 25달러 이고 구글 측에 납부하는 수수료이다 한번 결제시 평생 이용 할 수 있음 구매하고 약관 까지 진행되면 Google Play Console 화면으로 들어온다 앱을 게시라혀면 개발자 계정 설정을 완료 해..
"Android AppBundle 이 서명되지않았습니다" 해결하기 구글 플레이 콘솔에 빌드한 .aab 파일을 올렸는데 다음과 같이 [ Android AppBundle 이 서명되지않았습니다 ] 라고 나오면서 앱이 등록 되지 않는다면 1 ) 유니티 안에서 Keystore 을 생성해 주었는지 확인을 하자 [유니티Unity3D]Keystore(키스토어) 생성하기 Keystore(키스토어) 생성하기 유니티를 빌드 하기 위해서는 반드시 Keystore를 생성해주어야하는데 생성하는데 복잡하지 않아서 정리 해보려고 한다. File->Build Settings으로 들어가서 Build Settings 에서 P j2su0218.tistory.com 2) Java Keystore 의 키 내보내기 및 업로드 1️⃣ 암호화 공개..
Job failed with exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Insecure connection not allowed at (wrapper managed-to-native) UnityEngine.Networking.UnityWebRequest.BeginWebRequest(UnityEngine.Networking.UnityWebRequest) Player Setting > Player > Other Setting > Allow Downloads over HTTP를 Al..
Android SDK 업데이트 하기 Android 빌드를 하다보면 Target API level 을 선택해서 빌드를 해야하는데 사용중인 Unity 버전에서 선택한 Target 이 없는 경우, 다음과 같이 Android SDK is missing required platform API 라는 문제가 발생하는 경우가 있다 이 문제는 현재 Unity 환경에서 API level 34를 타겟팅하기 위한 SDK 버전이 없다는 뜻이다 다음과 같이 Update Android SDK 랑 Use Highest Intalled Update Android SDK 를 선택하면 다음과 같이 PowerShell 이 열리면서 설치를 하지만 aab 빌드를 하면 위와 같은 버그가 생기면서 빌드가 되지 않는다 Update Android S..
Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details > Configure project :launcher WARNING: The option setting 'android.enableR8=false' is deprecated. It will be removed in version 5.0 of the Android Gradle plugin. You will no longer be able to disable R8 Gradle 데몬을 시작하면 호환되지 않는 데몬 1개를 재사용할 수 없습니다. 자세한 내용은 --status를 사용하세요. > 프로젝트 구성 :런처 경고: 'android.enabl..
Play In-App Update (인앱 업데이트) 방법 패키지 다운받기 https://developers.google.com/unity/packages?hl=ko#play_in-app_update Unity용 Google 패키지 살펴보기 | Google for Developers 이 페이지는 Cloud Translation API를 통해 번역되었습니다. Switch to English Unity용 Google 패키지 살펴보기 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요. Unity용 Google developers.google.com 업데이트의 종류는 두 가지가 있는데 유연한 업데이트와 즉시 업데이트가 있다 1. 유연한 업데이트 원활한 상태 모니터링 기능과 함께 백그라운..