[IMPROVEMENT]: Allow clear traffic for IOS and Android
Closed this issue · 0 comments
osvegn commented
Description
Allow android and IOS clear traffic to be able to communicate with the server
To do
Android :
Remove android:networkSecurityConfig="@xml/network_security_config
in androidmanifest.xml file
IOS :
Find <key>NSAppTransportSecurity</key> <dict>
and add <key>NSAllowsArbitraryLoads</key> <true/>
just after.
Priority
Low
Project parts
- Server
- Application
- Web
- Automation
Additional context
No response