Изменения документа Xamarin.Forms
Редактировал(а) Alexandr Fokin 2022/12/29 23:19
От версии 15.1
отредактировано Alexandr Fokin
на 2021/12/22 21:31
на 2021/12/22 21:31
Изменить комментарий:
К данной версии нет комментариев
К версии 15.5
отредактировано Alexandr Fokin
на 2021/12/22 21:34
на 2021/12/22 21:34
Изменить комментарий:
Удаленный объект
Сводка
-
Объекты (1 изменено, 0 добавлено, 2 удалено)
Подробности
- XWiki.XWikiComments[1]
-
- Комментарий
-
... ... @@ -1,4 +1,6 @@ 1 -Добавить разрешения на http для Android 1 +Добавить разрешения на http 2 + 3 +Android 2 2 добавить 3 3 [assembly: Application(UsesCleartextTraffic =true)] 4 4 в ... ... @@ -5,5 +5,14 @@ 5 5 Properties/AssemblyInfo.cs 6 6 7 7 8 -https://forums.xamarin.com/discussion/164771/cleartext-http-traffic-not-permitted 10 +IOS 11 +Добавить 12 +<key>NSAppTransportSecurity</key> 13 +<dict> 14 + <key>NSAllowsArbitraryLoads</key> 15 + <true/> 16 +</dict> 9 9 18 +The resource could not be loaded because the App Transport Security policy requires the use of a secure connection 19 +https://stackoverflow.com/questions/32631184/the-resource-could-not-be-loaded-because-the-app-transport-security-policy-requi 20 +
- XWiki.XWikiComments[2]
-
- Автор
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.cccc1808 - Комментарий
-
... ... @@ -1,4 +1,0 @@ 1 -Вопрос организации фоновых задач. (Background worker) 2 - 3 -https://xamdev.ru/background-task-xamarin/ 4 -https://winstongubantes.blogspot.com/2018/09/backgrounding-with-xamarinforms-easy-way.html - Дата
-
... ... @@ -1,1 +1,0 @@ 1 -2020-07-19 01:17:36.323
- XWiki.XWikiComments[3]
-
- Автор
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.cccc1808 - Комментарий
-
... ... @@ -1,10 +1,0 @@ 1 -Добавить разрешения на http для IOS 2 - 3 -Добавить 4 -<key>NSAppTransportSecurity</key> 5 -<dict> 6 - <key>NSAllowsArbitraryLoads</key> 7 - <true/> 8 -</dict> 9 - 10 -https://stackoverflow.com/questions/32631184/the-resource-could-not-be-loaded-because-the-app-transport-security-policy-requi - Дата
-
... ... @@ -1,1 +1,0 @@ 1 -2020-07-20 09:22:39.947