Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Apple API to get info about an app #3

Open
gcerquant opened this issue Feb 10, 2012 · 0 comments
Open

Use Apple API to get info about an app #3

gcerquant opened this issue Feb 10, 2012 · 0 comments

Comments

@gcerquant
Copy link
Owner

Currently, the version number is parsed from iTunes public web page.
Apple provides an API that returns everything in JSON format.
Let's use this API.

Search example by id:
http://ax.itunes.apple.com/WebObjects/MZStoreServices.woa/wa/wsLookup?id=359435914

Search example by bundleId:
http://ax.itunes.apple.com/WebObjects/MZStoreServices.woa/wa/wsLookup?bundleId=com.macmation.tictacboo

This allows us to simplify the setup process, as we don't need to ask the developer the AppleId: we can get it in the JSON return, under the key trackId.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant