Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.2.0b9
Issue ID
1290695
Regression
No
[iOS] Pop-up message "Would like to find and connect to devices on your local network" appears when app is launched on iOS 14
Steps to reproduce:
1) Download attached project and open in Unity
2) Build and Run project on a device
Observe a pop-up message at the beginning of the launch:
"Would like to find and connect to devices on your local network"
Expected result: No pop-up message at the beginning of the app launch.
This happens on a new empty project, nothing related to networking was used in code nor settings.
Reproduced with:
2020.2.0b9, 2021.1.0a3
Devices under testing:
Reproduced with:
iPad Air4, SoC: 14, iOS: 14.0
iPhone 12Pro, SoC: 14, iOS: 14.1
Not reproduced with:
VLNQA00292, iPad Air3, SoC: A12, iOS: 13.2.3
Note: happens on iOS 14 devices
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Memory leak warnings are constantly thrown when Generating Font Atlas in Font Asset Creator with 4096x8192 Atlas Resolution
- “Glyph rendering has been aborted due to sampling point size” Log is printed and Font Atlas is not generated when Atlas Resolution is 8192x8192, and the Render Mode is SDF
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Resolution Note (2021.1.X):
Development builds of the Player contain the PlayerConnection class that allows remote debugging and other things across the local network. This is expected behaviour, and PlayerConnection is not used on release builds.