# 안드로이드 + 구글 플레이 게임즈 구글 플레이 콘솔 -> 앱등록 구글 플레이 콘솔 -> 게임 서비스 -> 게임 등록 유니티에 패키지 임포트 게임서비스에서 등록한 업적, 리더보드등의 리소스 복사해서 설정에 붙여넣기. Web App ClientContinue reading
워드프레스에서 팝업 사용하기
유료 https://codecanyon.net/item/layered-popups-for-wordpress/5978263?ref=AndrewDishes https://supsystic.com/plugins/popup-plugin/ 무료 Anything Popup ..
Google Play Games와 Admob 연동시 빌드 충돌 문제
/Plugins/Android 의 aar들 모두 삭제 resolver -> resolve google play games unity package reimport
맥 OSX 클린 인스톨을 위한 USB 만들기
sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia –volume /Volumes/OSX/ –applicationpath /Applications/Install\ macOS\ High\ Sierra.app/ –nointeraction
Let’s Encrypt를 통해 웹사이트 SSL(https) 적용하기
예전부터 Let’s Encrypt 를 통해 웹사이트용 무료 SSL 인증서를 발급 받을수 있다는것은 알고 이었습니다. 하지만 3개월 마다 갱신을 해야한다는 점과 멀티 도메인 인증서가 아닌것으로 알고 있어서 불편하다는 생각에 사용을 꺼렸는데 이번에 확인해보니, 3개월 마다 갱신해야Continue reading
Google Play Games 패키지 임포트 후 빌드시 AndroidManifest.xml:36: error: Error: No resource found that matches the given name (at ‘value’ with value ‘@integer/google_play_services_version’) 문제
# Google Play Games for Unity Download https://github.com/playgameservices/play-games-plugin-for-unity # Google 로그인을 적용하기 위해 Google Play Games 패키지 설치후 빌드시 아래와 같은 오류가 발생합니다. AndroidManifest.xml:36: error: Error: No resource found that matches the given name (atContinue reading
xcode archive, application uploader authentificate stuck, 아이튠즈 커넥트 업로드 문제
xcode 에서 archive 기능을 통해 앱스토어에 앱 빌드 파일을 등록하려고 하는데 계속 인증 부분에서 멈추는 문제가 발생했습니다. authentification 이었나 하는 부분에서 계속 멈춰있고, 인터넷을 차장보니 창을 최소화했다가 다시 올리면 풀린다는 글을 봤습니다. 진짜로 창을 최소화했다가Continue reading