【问题标题】:Navigate to LinkedIn-Learning iOS app from an iOS app using URL Scheme使用 URL Scheme 从 iOS 应用导航到 LinkedIn-Learning iOS 应用
【发布时间】:2019-09-16 12:03:36
【问题描述】:

从 iOS 应用点击 LinkedIn-Learning URL 的链接时,如果 iPhone 上安装了 LinkedIn-Learning iOS 应用,它应该会打开。

【问题讨论】:

  • 你有什么问题?
  • 用于打开 LinkedIn-Learning iOS 应用程序的 URL 方案是什么?我尝试在 Info.plist 中的 LSApplicationQueriesSchemes 下使用“linkedin-learning”
  • 它可能没有。不过你可以试试stackoverflow.com/questions/25672362/…
  • 谢谢,会尝试并通知您。
  • 您可以尝试下载.ipa文件并在info.plist中搜索,URL scheme对应的key为CFBundleURLSchemes,有的话可以找到。

标签: ios xamarin.ios linkedin


【解决方案1】:

找到iOS应用程序URL scheme的正确方法是下载.ipad文件并搜索到info.plistURL scheme对应的key为CFBundleURLSchemes。有的话可以找。

那你就可以用这个URL scheme打开对应的app了。

【讨论】:

    【解决方案2】:

    要查找任何 iOS 应用程序中提到的 URL 方案,只需使用“Apple configurator 2”下载 .ipa 文件。下载 .ipa 文件后,我们应该从中提取 Info.plist 文件,然后查找键名“URL types” please check here for the image for LinkedIn-Learning app's Info.plist

    【讨论】:

      猜你喜欢
      • 2015-01-05
      • 2015-11-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-10-28
      相关资源
      最近更新 更多