开发者

ITunes app URl in SMS content

开发者 https://www.devze.com 2022-12-22 14:07 出处:网络
In my iPhone application, the user can send the 开发者_如何学编程itunes url of the application to other users.

In my iPhone application, the user can send the 开发者_如何学编程itunes url of the application to other users.

Is there any way to include the URL in the application because as far as I know, the URL is available only after the application goes live.

May be dumb a question. Is it possible?


Sure, you can always redirect the user to a specially crafted URL: http://itunes.com/app/app-name-here.

For example, if I wanted to redirect the user to the store for the app "Tumbledrop", I would redirect to http://itunes.com/app/Tumbledrop.

Alternatively, if this wont work, you can always point the user to a regular HTML page on a web server and put redirect (possibly through JavaScript) on it once you know the full URL in the iTunes app store, although this approach might be slightly slower as it would involve opening Safari first.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号