Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 11 Next capture
2021 2022 2023
1 capture
11 Jun 22 - 11 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by Katsura_ · Aug 01, 2015 at 06:56 AM · il2cppwebservice

webservices with il2cpp

Hi,

We have been experiencing issues in the communications between unity client (5.1.2 upgraded from 5.0) and server only with il2cpp activated (with Mono runs fine).

Is necessary to configure something different than: http://wiki.unity3d.com/index.php?title=Webservices_In_Unity#Setting_up_the_project

Do we need to update these dlls within the project? System.Web.dll System.Web.Services.dll

Best regards and thanks in advance!!

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

2 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by Katsura_ · Aug 03, 2015 at 11:32 AM

Solved, I posted here what I found:

Project generation from Unity will strip unused symbols from classes even if the option is marked as "Stripping Level: Disabled" (when IL2CPP is uesd). This will make iOS unable to use communication libraries (System.Web.dll and system.Web.Services.dll) since they are using reflection. It is needed to specify classes that should't be stripped. This is done with link.xml file.

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image BeauWorlds · Aug 23, 2016 at 02:00 PM 0
Share

Hi $$anonymous$$atsura, would it be possible for you to share your link.xml file? I've attempted creating one preserving all the needed assemblies but with no success, here's how $$anonymous$$e looks:

    <assembly fullname="System.Web.Services" preserve="all"></assembly>
    <assembly fullname="System.Web" preserve="all"></assembly>
    <assembly fullname="System.Service$$anonymous$$odel" preserve="all"></assembly>


Thanks in advance!

avatar image
0

Answer by Katsura_ · Aug 03, 2015 at 11:33 AM

Solved, posting here my conclusion:

Project generation from Unity will strip unused symbols from classes even if the option is marked as "Stripping Level: Disabled" (when IL2CPP is uesd). This will make iOS unable to use communication libraries (System.Web.dll and system.Web.Services.dll) since they are using reflection. It is needed to specify classes that should't be stripped. This is done with link.xml file.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

3 People are following this question.

avatar image avatar image avatar image

Related Questions

UWP (hololens) SOAP Web Service 0 Answers

Web service not working in Web Player build 1 Answer

Handle Blank Response From Web Server 0 Answers

Web Bluetooth and Unity with Webgl,Web Bluetooth and Unity WebGl? 1 Answer

PUN Socket error 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges