本文介绍了如何在Dev环境中测试Smart App Banner Urls的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道是否可以在iOS应用的开发版本上测试iOS 6的智能应用横幅的app-argument URL参数。如果从App Store下载应用程序,则只显示横幅中的打开选项。

I'm wondering if it's possible to test iOS 6's smart app banners' app-argument URL parameter on dev builds of an iOS app. It appears the Open option in the banner only appears if the application is downloaded from the App Store.

推荐答案

对我有用的是从appstore下载我的应用程序,然后使用XCode的构建覆盖它。这工作,并允许我使用我当前的构建调试智能横幅功能。这不适用于模拟器,您需要使用设备。

What worked for me was to download my application from the appstore, and then overwrite it using a build from XCode. This worked and allowed me to debug the smart banner feature using my current build. This won't work from the simulator, you need to use a device.

为了清楚起见,您必须覆盖它。您无法删除appstore版本,然后从XCode构建。

Just to be clear, you must overwrite it. You can't delete the appstore version, and then build from XCode.

这篇关于如何在Dev环境中测试Smart App Banner Urls的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-31 03:25