How can i give app store link in my apps before approving another apps

后端 未结 13 638
自闭症患者
自闭症患者 2020-12-07 22:19

I have two version of apps with lite and paid. I have another apps also but no one is approved yet. I want to give my all the apps link in my life version and all the apps a

相关标签:
13条回答
  • 2020-12-07 22:35

    Another thing you can do is itms://itunes.com/apps/AppName if the SDK will let you, because that is what http://itunes.com/apps/AppName would redirect you to so it will open the iTunes / App Store app.

    0 讨论(0)
  • 2020-12-07 22:35

    Easy way now is to do the following:

    1. Login to your iTunes Connect
    2. Click My Apps then select your app
    3. On the page that you are in (App information), scroll to the bottom and you should see a "View on App Store" Hyperlink like below. Right click and Copy Link Address and you are good to go :)

    0 讨论(0)
  • 2020-12-07 22:36

    As soon as you submit your app it will have an app id viewable on iTunes Connect, use that id in your links and make a note for the reviewer that the link will work once other app is approved. This has worked for me. Also you can submit your app and choose to upload the binary later.

    0 讨论(0)
  • 2020-12-07 22:42

    This is the way I used for PocketCAS and PocketCAS pro:

    I added to PocketCAS a link to somewhere on my website, e.g. http://pocketcas.com/iphone/buy, which will, as soon as PocketCAS pro has been approved, point to the corresponding App Store link. This also has the advantage that I could easily replace the App Store link by a custom "Why you should buy this" page if I feel that to be more appropriate.

    0 讨论(0)
  • 2020-12-07 22:44

    I use this pattern: https://itunes.apple.com/app/id<app_apple_id>.
    I think it's more reliable way than using app name.

    0 讨论(0)
  • 2020-12-07 22:45

    For iOS 7+

    itms-apps://itunes.apple.com/app/id<APP ID>
    

    It will open the app directly in the App Store

    0 讨论(0)
提交回复
热议问题