是否可以将 Xamarin ios App 连接到 swift watchOS Extension
Is it possible to connect Xamarin ios App to swift watchOS Extension
我已经有一个在 swift 下开发的 WatchOSExtension,是否可以将它连接到新开发的 xamarin ios 项目?
不,无法将 Swift 扩展与 Xamarin 应用程序一起使用 - 这也适用于任何形式的 iOS 扩展。
您将需要使用 Xamarin 重做您的扩展。 watchOS 的文档可以在这里找到:https://developer.xamarin.com/guides/ios/watch/getting-started/
我认为 watch 扩展需要编译到应用程序包中,所以我认为这是不可能的(将 swift 代码编译成 c#,我可能是错的)。他们还需要相互引用,请参阅 here。
就像在说"I have found some swift code can I just put this into my xamarin app and it will work?"
我已经有一个在 swift 下开发的 WatchOSExtension,是否可以将它连接到新开发的 xamarin ios 项目?
不,无法将 Swift 扩展与 Xamarin 应用程序一起使用 - 这也适用于任何形式的 iOS 扩展。
您将需要使用 Xamarin 重做您的扩展。 watchOS 的文档可以在这里找到:https://developer.xamarin.com/guides/ios/watch/getting-started/
我认为 watch 扩展需要编译到应用程序包中,所以我认为这是不可能的(将 swift 代码编译成 c#,我可能是错的)。他们还需要相互引用,请参阅 here。
就像在说"I have found some swift code can I just put this into my xamarin app and it will work?"