简体   繁体   English

iOS Apple App Store下载链接中的转义参数

[英]Escaping parameters in iOS Apple App Store Download Link

Is it possible to escape parameters in an app store download link? 是否可以在应用商店下载链接中转义参数? If so, how? 如果是这样,怎么办?

My intended usage: My application lets existing users invite their friends to join. 我的预期用途:我的应用程序可让现有用户邀请其朋友加入。 When they invite a friend, they provide some information about the friend (name, email) and a download link is sent to the friend's email. 当他们邀请朋友时,他们会提供有关朋友的一些信息(姓名,电子邮件),并且下载链接会发送到朋友的电子邮件中。

When this invited friend clicks the link, and downloads the app for the first item, I would like to be able to detect that the user has downloaded the app from an invite, and have him skip the regular onboarding flow and go to a different onboarding screen where his information (name, email) is already prefilled. 当此受邀朋友单击链接并下载第一项的应用程序时,我希望能够检测到用户已从邀请中下载了该应用程序,并让他跳过了常规的入门流程并转到其他入门课程屏幕上已预先填写了他的信息(姓名,电子邮件)。

If I could escape a string into the app store download link, I would be able to do this. 如果我可以将字符串转义到应用商店下载链接中,则可以执行此操作。

Thanks! 谢谢!

As far as I know this is not possible. 据我所知这是不可能的。 You can add parameters to a download link but it is essentially to track advertising / campaign performance. 您可以在下载链接中添加参数,但这实际上是为了跟踪广告/广告系列的效果。 Those params will no be passed to the app at installation / first launch. 这些参数不会在安装/首次启动时传递给应用程序。

Nicolas 尼古拉斯

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM