Google Play에서 다운로드 App Store에서 다운로드

Unity

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.Networki..

정보처리마법사 2024. 1. 17. 22:06
반응형

 

 

 

 

 

요괴소녀 키우기: 방치형 클리커 비주얼노벨 - Google Play 앱

방치형 클리커로 요괴 소녀를 성장시키세요! 비주얼 노벨 요소가 가미된 심플하고 가볍게 즐길 수 있는 캐주얼 게임

play.google.com

 

 

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)

 

 

 

 

 

이모티콘・01・고양이 마멋 친구들 - Google Play 앱

이모티콘・01・고양이 마멋 친구들: 무료 이모티콘, 회원가입 없이! 카톡, SNS로 감정 표현이 쉬워져요. 귀여움 가득, 대화창을 더 풍성하게!

play.google.com

 

 

Insecure connection not allowed 오류는 보안되지 않은 연결(HTTP등)을 사용하려고 할 때 발생한다.  최근 Unity버전들은 기본적으로 보안되지 않은 연결을 허용하지 않는다.

 

해결방법으로는 여러가지가 있는데 그중 최선의 방법은 아니지만 가장 간단한 방법은 아래와 같이 HTTP연결을 허용하는 것이다. Api Compatibility Level을 .NET Standard 2.1 -> .NET Framework(4.0) 으로 바꿔주고, Allow downloads over HTTP 를 Always allowed로 바꿔준다.

 

 

반응형

 

 

 

에러가 사라졌다.

 

 

 

 

요괴소녀 키우기: 방치형 클리커 비주얼노벨 - Google Play 앱

방치형 클리커로 요괴 소녀를 성장시키세요! 비주얼 노벨 요소가 가미된 심플하고 가볍게 즐길 수 있는 캐주얼 게임

play.google.com

 

 

반응형
Google Play에서 다운로드 App Store에서 다운로드