【问题标题】:iOS Google App Indexing not workingiOS Google App Indexing 不起作用
【发布时间】:2015-06-05 05:49:06
【问题描述】:

我目前正致力于将 Google App Indexing 添加到 iOS 应用程序。 (https://developers.google.com/app-indexing/ios/app?utm_campaign=app-indexing-ios-515&utm_source=gdbc&utm_medium=blog)

但它仅适用于一种设备 - iPhone 4 (iOS 7)。 在其他设备上 [GSDDeepLink handleDeepLink:url] 对相同的 url 不执行任何操作。

有什么问题吗?对于 GSDDeepLink,iOS 7 和 iOS 8 有什么区别?

谢谢。

【问题讨论】:

    标签: ios objective-c iphone xcode url-scheme


    【解决方案1】:

    请不要忘记它仍然是“有限发布”,可能并非所有内容都记录得很好。在“应用索引简介”页面中有“技术要求”部分,他们写道:

    安卓:

    在 minsdkVersion 不高于 17 的应用上开发。 在使用 Google 应用 2.8+ 版和 Chrome for Android 4.1+ 进行搜索时可用。 可供登录用户使用。

    iOS:

    使用 iOS8 的基础 SDK 开发。 // 你的问题的答案可能吗? 可用于使用 Google 应用 5.3+ 版和 Chrome for iOS 进行的搜索。 可供登录用户使用。

    这意味着在 iOS7 中不起作用。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-07-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-06-02
      相关资源
      最近更新 更多