Is it possible to create a cross-platform shared library with MonoDroid and MonoTouch that can be used by non-Mono developers?

前端 未结 2 1766
臣服心动
臣服心动 2021-02-15 15:37

We have a proprietary piece of hardware which we are looking to release as a phone peripheral.

We have started writing a cross-platform mobile app that interfaces with t

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-15 15:59

    The answer is no for both cases, it is not possible to create managed libraries that non-managed apps can use, neither on MonoTouch nor or Mono for Android.

    This is because the managed libraries depend heavily on the managed runtime, they're not standalone libraries.

提交回复
热议问题