Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 2017.1.X, 2017.2.X
Votes
0
Found in
2017.1.0f3
Issue ID
938702
Regression
No
[.NET 4.6][iOS] Build throws NotSupportedException when creating a WebRequest via System.Net.WebRequest.Create()
To reproduce:
1. Open project attached by QA
2. In player settings set Scripting Runtime to experimental .Net 4.6
3. Build for iOS (adding "a" scene) and run it
4. After build runs on iOS device check console in the Xcode
Expected: No errors/exceptions should appear in the console.
Actual: NotSupportedException: The URI prefix is not recognized.
at System.Net.WebRequest.Create (System.Uri requestUri, System.Boolean useUriBase) [0x00000] in <00000000000000000000000000000000>:0 exception is thrown.
Reproduced with: 2017.1.0p2, 2017.2.0b5, 2017.3.0a2
Backported to 2017.1.1p2, 2017.2.0b11
Fixed in: 2017.3.0b1
Comments (1)
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
- [WebGL][Android] Corrupt header when connecting via IP
- Editor and Android Player hangs/freezes when repeatedly Loading/Unloading AssetBundle in Vulkan
- Selecting a Material for HDRP Decal Projector in the Inspector window spams errors in the Console
- Expanded Asset Preview Box moves/hides when creating new Asset in Project window
- Player crashes on Meta Quest with "/apex/com.android/runtime/lib64/bionic/libc.so" when using OpenXR Plugin in a specific project
rrtt_2323
Feb 07, 2018 09:15
Me too.
OSX run exception.
Android, Windows10 is fine.