Get iOS iTunes App Store ID of an app itself? [closed] Get iOS iTunes App Store ID of an app itself? [closed] ios ios

Get iOS iTunes App Store ID of an app itself? [closed]


You way use iTunes Search API to look up your and other apps on the App Store.

Docs: http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html

Example: http://itunes.apple.com/search?media=software&country=us&term=raining%20weather

iTunes may return more then one result, but you can filter results by bundleId.trackViewUrl will contain iTunes URL to your app. trackId will contain app's ID.


Until your app is approved and published for the first time you cannot get the app store link. I would recommend using bit.ly shorturl with a random link in your app. Once the app is approved you can change the bit.ly destination to the app store link.