问题描述
我注意到在最新的愤怒的小鸟更新中,他们添加了一项功能,可以在应用程序内部为您的应用提供礼物。
I noticed that on the latest angry birds update they added a feature to gift your app from inside the app.
到目前为止,我知道您可以赠送付费应用来自iTunes本身。有没有人知道我应该用什么链接从应用程序本身访问这个机制?
Up till now I knew you can gift paid apps from the iTunes itself. Does anybody know what link should I use to access this mechanism from inside the app itself?
谢谢!
推荐答案
如果您看到单击该按钮时会发生什么,您可以看到它最初向www.angrybirds.com上的重定向脚本发出请求:
If you watch what happens when you click that button, you can see that it initially makes a request to a redirect script on www.angrybirds.com:
从那里,您将被重定向到以下形式的安全网址:
From there you are redirected to a secure url of the form:
343200656是愤怒的小鸟的AppleID。
343200656 is the AppleID for Angry Birds.
这篇关于“礼品应用程序”从应用程序内部的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!