简体   繁体   English

如何在Facebook Post中包含指向应用程序的链接?

[英]How to include link to app in Facebook Post?

I have an IOS app that posts a link to facebook. 我有一个IOS应用程序,发布了指向Facebook的链接。

Is it possible to have that link point to the app store? 是否可以使该链接指向应用商店?

So basically I have a player playing my game, they post their highscore. 所以基本上我有一个玩家在玩我的游戏,他们发布了自己的高分。 Their friend sees this post on their friends wall, the click it, takes them to download the app. 他们的朋友会在他们的朋友墙上看到该帖子,点击它,便会带他们下载该应用程序。

The trouble is, how can I get the link to point to the app store if the app isn't published and has no ID when I'm coding the actual app? 问题是,如果在编写实际应用程序时未发布该应用程序且该应用程序没有ID,该如何获得指向该应用程序商店的链接?

然后完成应用程序并将其发布,然后更新链接。

Before uploading the app, obviously you will add it to the iTunesconnect. 在上传应用程序之前,显然,您会将其添加到iTunesconnect。 In iTunesConnect, you will get the app ID for your app when you will add it. 在iTunesConnect中,添加应用程序时将获得该应用程序的应用程序ID。

Use the following format to link it to your app : 使用以下格式将其链接到您的应用程序:

http://itunes.apple.com/app/id[app_apple_id] http://itunes.apple.com/app/id[app_apple_id]

[app_apple_id] : Replace this (along with square brackets) with the app ID, that you will get after adding the app to iTunesConnect. [app_apple_id]:将此(连同方括号一起)替换为将应用程序添加到iTunesConnect后将获得的应用程序ID。

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

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