【发布时间】:2013-10-18 20:48:38
【问题描述】:
如何使用 Xamarin.Mac 设置和调试 URL 方案?
我将以下内容添加到我的Info.plist:
然后我构建了一个安装程序包并安装了该应用程序。但如果我在浏览器中打开mytest:// 或运行open mytest:// 命令行,都不会启动我的应用程序。
另外,有没有办法在运行mytest:// 后在 Xamarin Studio 中附加调试器?在 Windows 上,我会使用 Debugger.Break 和 Debugger.Attach,但这些方法似乎没有在 Mono 中实现。
【问题讨论】:
标签: c# macos xamarin monomac xamarin.mac