티스토리 뷰
728x90
반응형
- Resources 폴더에 xml 폴더 생성
- network_security_config.xml 파일 생성
- xml에서 http 통신 허용할 사이트, IP작성
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<!-- <domain includeSubdomains="true">10.0.2.2</domain> <!-- Debug port -->-->
<domain includeSubdomains="true">여기 IP 또는 사이트</domain>
</domain-config>
</network-security-config>
- Properties 폴더 AndroidManifest.xml 에서 networkSecurityConfig 추가
<application android:label="#####.Android" android:networkSecurityConfig="@xml/network_security_config" android:theme="@style/MainTheme">
</application>
반응형
'Xamarin' 카테고리의 다른 글
미친짓을 3주간 했구나. (0) | 2021.01.05 |
---|---|
DatePicker Format String = 2020-12-29(화) (0) | 2020.12.29 |
Microchart SkiaSharp Label 한글Font적용 (1) | 2020.11.28 |
JSON to DataTable (0) | 2020.09.18 |
Android, iOS Device System Setting Open (0) | 2020.06.25 |
댓글
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- WPF Textbox
- Windows IIS FTP 디렉토리 목록 오류
- c# Encrypt / Decrypt
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- 연산자 뒤에 피연산자가 없습니다.
- Xamarin.Ios Firebase Phone SMS OTP Send
- Xamarin SMS OTP Send
- Linux SSH Multi Computer Join
- WPF Datagrid Cell Value Change
- Xamarin.Ios Firebase Phone Auth
- FileStream Add Byte
- Xamarin.Ios Firebase Phone User Add
- ClickOnce 인증서 인증기간 변경
- Xamarin reCAPTCHA
- GetCellContent CheckBox Value
- ssl_client_socket_impl.cc
- Xamarin Firebase Phone Auth
- 서버 수준의 URN 필터
- 암호 마스터키
- Label Text LineBreak in Xaml
- Xamarin.Forms
- WPF Scrollviewer in ScrollViwer
- Xamarin Firebase Phone User Add
- C# LINQ Left join
- Microcharts
- SkiaSharp
- Entry '' has empty native path
- Embeded 한글Font적용
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함