Hi, guys --
In Android it's possible to find a program using market://details?id=" & PackageName
But what about IOS ?
I can find links in format http://itunes.apple.com/[country]/app/[App–Name]/id[App Id or Store Id]
But I am afraid that id is not fixed.
Theoretically should be simple itms-apps links, but I was not able to find them.
Any ideas ?
I need links to install / update Whatsapp, Viber, Skype, Messenger, Telegram and my own program.
PS. I found a discussion at stackoverflow about https://itunes.apple.com/lookup\?
bundleId=\(identifier) Probably works. But hard to believe that there is no similar way like in Android.
In Android it's possible to find a program using market://details?id=" & PackageName
But what about IOS ?
I can find links in format http://itunes.apple.com/[country]/app/[App–Name]/id[App Id or Store Id]
But I am afraid that id is not fixed.
Theoretically should be simple itms-apps links, but I was not able to find them.
Any ideas ?
I need links to install / update Whatsapp, Viber, Skype, Messenger, Telegram and my own program.
PS. I found a discussion at stackoverflow about https://itunes.apple.com/lookup\?
bundleId=\(identifier) Probably works. But hard to believe that there is no similar way like in Android.
Last edited: