Is it possible to connect Xamarin ios App to swift watchOS Extension

前端 未结 2 702
感动是毒
感动是毒 2021-01-23 10:51

I already have a WatchOSExtension developed under swift, is it possible to connect it to a newely developed xamarin ios project?

2条回答
  •  无人共我
    2021-01-23 11:46

    No, it is not possible to use a Swift extension with a Xamarin app - this also applies to any form of iOS extension.

    You will need to redo your extension with Xamarin. Documentation for watchOS can be found here: https://developer.xamarin.com/guides/ios/watch/getting-started/

提交回复
热议问题