Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mobilEKG opened this issue Feb 27, 2021 · 1 comment
Closed

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

mobilEKG opened this issue Feb 27, 2021 · 1 comment

Comments

@mobilEKG
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant