apple / app-store-server-library-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

JinGangRed opened this issue · comments

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?

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