Reputation: 6741
FAIR WARNING: I am a newbie to iOS and this may very well be a basic question.
I manage a PC desktop app that has a fairly comprehensive library written in C#. I want some of the library functionality to be available to a 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've done droid development and the answer there was to create some web services that use my C# library and then have the droid consume those services. I'm assuming that same approach would work with iOS (right???) but I'm wondering if there are other options out there?
Upvotes: 6
Views: 3822
Reputation: 1063944
It depends what you mean to do:
Upvotes: 10