고도의 모바일 광고 http 에러
android:usesCleartextTraffic="true"
<application
android:label="@string/godot_project_name_string"
android:allowBackup="false"
android:icon="@mipmap/icon"
android:appCategory="game"
android:isGame="true"
android:hasFragileUserData="false"
android:requestLegacyExternalStorage="false"
android:extractNativeLibs="true"
tools:replace="android:extractNativeLibs"
tools:ignore="GoogleAppIndexingWarning"
android:usesCleartextTraffic="true"
>
고도의 안드로이드 매니페스트의 하단에 텍스트 트래픽 true해줌.
댓글
댓글 쓰기