Closed dithyapr closed 6 years ago
Okay, after doing a lot of research, for anyone who wants to Build this project for iOS heres the trick:
Download Newtonsoft dll latest release from SaladLab. Thanks to them :D
Open Newtonsoft.Json Folder and Compile the Newtonsoft.Json.csproj. (You can find the dll inside the bin)
In your unity asset, delete the Newtonsoft.Json.dll and replace with dll from bin.
Make an xml file and insert it into ur unity asset. link.xml
In unity player settings, dont forget to change your scripting backend to IL2CPP and API Compability to .NET 2.0
Cheers. :D
(Once again, thanks to floatinghotpot and SaladLab).
Good Morning sir, im very happy to use ur project and it works perfectly. But when i was trying to build it to iOS, it receive nothing from the url. Is there any solution? Thank you. (I already change the API Compability to .NET 2.0)