Search code examples
iosobjective-ciphoneapp-store-connectitunes

iOS: Is it possible to get iTunes app link from iOS application programmatically?


Is there any way of getting own iTunes app link programmatically from application itself. I am aware of getting app identifier, but unsure of app link. If yes then how can I ?


Solution

  • You may use this:

    https://itunes.apple.com/lookup?id=<appid>
    
    <appid> is id of app. Result of this is JSON with info about the app.