Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App store application package name

Tags:

app-store

If I have an application ID for an app on the iOS App Store, how can I find the package name?

For example, if I know the application ID is 457446957, how can I find out what app this is (Jetpack Joyride, in this case):

https://itunes.apple.com/us/app/jetpack-joyride/id457446957?mt=8&isWebExpV2=true&dataOnly=true

like image 348
J. Doe Avatar asked Sep 08 '25 01:09

J. Doe


1 Answers

Return all information about application(include package name)

https://itunes.apple.com/lookup?id=

like image 166
J. Doe Avatar answered Sep 11 '25 02:09

J. Doe