Closed JinGangRed closed 1 year 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?
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
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:
Any suggestion?