首次运行应用程序的操作取决于安装应用程序的方式(iOS)

编程入门 行业动态 更新时间:2024-10-27 02:25:54
本文介绍了首次运行应用程序的操作取决于安装应用程序的方式(iOS)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我们有一个本地iOS应用程序,用户将只能从Appstore中进行安装.我们希望在应用程序中显示的第一内容发生变化,这取决于用户是通过在Appstore中搜索还是自己找到了该应用程序,还是取决于他们是否通过浏览器从我们的网站链接到Appstore页面.

We have a native iOS App that users will install exclusively from Appstore. We want the first content displayed in the app to change depending on whether the user found the app by themselves by searching in Appstore or if they followed a link from our website to the Appstore page from a browser.

这可能吗?

如何?

另请参阅有关 Android .

推荐答案

随着iOS8的发布,Apple引入了新的安装归因功能.遗憾的是,这尚不允许应用程序知道在应用程序商店的页面视图中传递的查询参数的值,从而导致该应用程序的安装(例如在Google Play安装引荐来源网址中),但据推测这种情况会在未来.

With the launch of iOS8 Apple introduced a new install attribution feature. Unfortunately this does not yet allow for an App to know the value of the query parameter passed in the page view of the appstore that lead to the installation of the app like in Google Play Install Referrer, but it is speculated that this will happen in the future.

同时,尽管存在一些缺陷,但能够解决该问题的最接近的方法称为带有URL参数的指纹重定向",并且可以找到一篇文章解释该方法与技术示例实现的链接的工作方式此处.

In the meantime, the closest thing that will solve this problem albeit with some imperfections is called "Fingerprinted Redirect with URL Parameters" and an article explaining how this works with links to technical example implementation can be found here.

更多推荐

首次运行应用程序的操作取决于安装应用程序的方式(iOS)

本文发布于:2023-11-04 10:27:32,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1557679.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:应用程序   首次   操作   方式   iOS

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!