UIWidgets / ConnectAppCN1

A Unity Connect community app made with Unity UIWidgets.
235 stars 74 forks source link

iOS: The name 'HttpUtility' does not exist in the current context #567

Closed mobilEKG closed 3 years ago

mobilEKG commented 3 years ago

When set target to iOS, get the following errors:

Assets/ConnectApp/Plugins/WechatPlugin.cs(94,35): error CS0103: The name 'HttpUtility' does not exist in the current context
Assets/ConnectApp/Plugins/QRScanPlugin.cs(92,49): error CS0103: The name 'HttpUtility' does not exist in the current context
Assets/ConnectApp/Plugins/JPushPlugin.cs(205,31): error CS0103: The name 'HttpUtility' does not exist in the current context
mobilEKG commented 3 years ago

It's because I need to use .Net 4.0. This hint helps me out: https://forum.unity.com/threads/the-name-httputility-does-not-exist-in-the-current-context.732281/#post-6217197