如何通过 MFMessageViewController 发送自定义应用程序 url 方案

发布于 2024-12-13 00:03:41 字数 118 浏览 0 评论 0原文

当我创建 MFmessageViewController 时,我想将文本正文设置为我的应用程序的自定义 url 方案,以便文本的接收者可以从文本打开应用程序。我无法让文本显示为 URL,只能显示为字符串?有谁知道该怎么做?

When I create a MFmessageViewController, I want to set the body of the text as the custom url scheme of my app, so the recipient of the text can open the app from the text. I can't get the text to appear as a URL though, only a string? Does anyone know how to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

橘寄 2024-12-20 00:03:42
 NSString *bodyString = @"<a href='http://www.site.co.in/pathtolink'>Touch Me</a>\n";

将bodyString设置为Email Body,希望对您有帮助。

 NSString *bodyString = @"<a href='http://www.site.co.in/pathtolink'>Touch Me</a>\n";

Set the bodyString as Email Body, hope it would help you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文