Posts

Post not yet marked as solved
5 Replies
7k Views
I has api keys, but when i request appstore connect api, it return 401 NOT_AUTHORIZED.payload = { 'iss': '***-xx', 'exp': int(time.time()), 'aud': 'appstoreconnect-v1'}header = { 'alg': 'ES256', 'kid': '***'}This is the response.{ "errors": [ { "status": "401", "code": "NOT_AUTHORIZED", "title": "Authentication credentials are missing or invalid.", "detail": "Provide a properly configured and signed bearer token, and make sure that it has not expired. Learn more about Generating Tokens for API Requests https://developer.apple.com/go/?id=api-generating-tokens" } ]}
Posted
by testerman.
Last updated
.
Post not yet marked as solved
0 Replies
317 Views
As the document says, profiles api support "fields[profiles]" query paramter with possible values "bundleId, certificates, createdDate, devices, expirationDate, name, platform, profileContent, profileState, profileType, uuid".But today, i found that "bundleId" does not included.Has any changes or is a bug?
Posted
by testerman.
Last updated
.