apple / app-store-server-library-python

MIT License
146 stars 31 forks source link

How to get the app version by Lookup API for the app available only to specific businesses #36

Closed JinGangRed closed 11 months ago

JinGangRed commented 12 months ago

As the Title, I had an app which is available only to specific businesses or organizations, how can we get the app version on the App store by the Lookup API for the APP?

I used the link for trying: (https://itunes.apple.com/lookup?bundleId=<my app bundle id>), but I got the below response:

{
 "resultCount":0,
 "results": []
}

Any suggestion?

alexanderjordanbaker commented 11 months ago

That is not an endpoint that is part of the App Store Server API. https://developer.apple.com/documentation/appstoreserverapi This library only deals with endpoints that are part of the App Store Server API