BRIGHT WARNING: I am new to iOS and this may be a major issue.
I run a desktop PC application that has a fairly complete library written in C #. I want some of the library features to be available for the new iOS project that I am undertaking. So - what are some of the architectural possibilities for using my existing C # library with an iOS project?
I developed the development of droids, and the answer was created to create some web services that use my C # library, and then the droid consumes these services. I assume that the same approach will work with iOS (right ???), but I wonder if there are other options there?
source share