Hi,
Our iOS App have a XCUITest. XCUITest connects to a server located in the local network. We observing that when we use iOS14 iPhone device the XCUITest in question can't access the server.
The error we see is consistent with error you would see when user did not granted or denied local network access permission. The error is "internet is offline". In Settings iOS App->Privacy->Local Network displays empty view, no Apps are listed here after we run the XCUITest. I would expect TestRunner App should appear here but it does not.
Connection works fine when we use iOS12 or iOS13 iPhone.
Do you have ideas how to fix or workaround the issue?
Thanks.
Our iOS App have a XCUITest. XCUITest connects to a server located in the local network. We observing that when we use iOS14 iPhone device the XCUITest in question can't access the server.
The error we see is consistent with error you would see when user did not granted or denied local network access permission. The error is "internet is offline". In Settings iOS App->Privacy->Local Network displays empty view, no Apps are listed here after we run the XCUITest. I would expect TestRunner App should appear here but it does not.
Connection works fine when we use iOS12 or iOS13 iPhone.
Do you have ideas how to fix or workaround the issue?
Thanks.