iOS support? #15
Labels
No labels
bug
enhancement
high priority
low priority
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
andyburke/UnityHTTP#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Will there be any iOS support? Right now it fails compiling.
Looks like this might have to do with some compilation settings and/or an older ionic.zlib.dll file?: http://www.arongranberg.com/forums/topic/ios-problem/#post-2295
I'd welcome any pull requests to fix the issue/make this less likely.
I had this same error. The solution i found was to change the "API compatibility level" to .NET 2.0 instead of .NET 2.0 subset.
Automated solution is to set ApiCompatibilityLevel in an Editor script. Otherwise just remember to set it
It is possible to use the plugin with the project in .NET subset?
I'm using sqlite and accurate database that is in .NET subset
In my experience, no.
However, it may be better to connect to the database via a web service... depending on the project.
I found the problem. I'm using a plugin for sqlite database, he has no problem when I try to update, but it crash my application.
I changed the "Api Compatibility Level " to ".NET 2.0" to ".NET 2.0 Subset" and updated the plugin's settings.
Thank you for all support !
@Hsantos you just saved my day! i spent hours on it! thank you.
Thank's @sagivo ,
I'm glad :)