Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
130 views

Problem Summary As of September 1, 2025, Apple's StoreKit certificate endpoints are returning 401 Unauthorized errors for requests that were working perfectly on August 31, 2025. Affected Endpoints ...
William Sonesson's user avatar
0 votes
0 answers
33 views

I would like to set/remove the phased release option for a new submission id on AppStore Connect. I've the following function which create a new submission but I can't find this option. def ...
Daniele's user avatar
0 votes
0 answers
39 views

Hi am new to App Store Connect api calls. First tried all apps url and it works. But I want to get screenshots for an app. and it gives an error. JWT Payload: { aud = "appstoreconnect-v1"...
nirav dinmali's user avatar
1 vote
1 answer
180 views

I want to update the prices in all territories of an auto-renewable subscription at once (in a single request). I know it's possible to do it territory by territory using the Create a Subscription ...
alpennec's user avatar
  • 2,204
1 vote
1 answer
68 views

From the Apple Connect API documentation, it seems like Apple does not provide an endpoint to add devices to provisioning profiles (or update profiles in any way, for that matter). Am I missing ...
Dmitry Orlov's user avatar
0 votes
1 answer
1k views

I've been trying to retrieve monthly downloads report from app store connect API for a while now, but it seems I'm doing something wrong. When I'm retrieving DAILY sales report it works just right. ...
GuyWhoWantsToKnow's user avatar
1 vote
0 answers
317 views

I'm currently using the App Store Connect API to download both sales and finance reports. Endpoints I'm using: Finance Reports: GET https://api.appstoreconnect.apple.com/v1/financeReports Sales ...
Ahmed Ashraf's user avatar
2 votes
0 answers
157 views

i'm using this code for create a certificate from api POST https://api.appstoreconnect.apple.com/v1/certificates and this is the data iam sending { "data": { "attributes": { ...
dev radwa's user avatar
1 vote
1 answer
586 views

The App Store Connect API requires a JSON Web Token (JWT) to authorize each request you make to the API. How do I generate this JWT in Go?
Rahul Sinha's user avatar
3 votes
1 answer
579 views

Trying to get App related to the bundle ID using App Store API: https://api.appstoreconnect.apple.com/v1/bundleIds/{id}/app I'm receiving error 404: "errors" : [ { "id" : &...
kelin's user avatar
  • 12.2k
3 votes
2 answers
2k views

I create this class to access Apple API Requests @Transactional(readOnly = true) public class AppleAPIService { public static void main(String[] args) { Path privateKeyPath = Paths....
Nunyet Calçada's user avatar
0 votes
2 answers
502 views

I tried creating a provisioning profile through App Store Connect API. Here is the body with obfuscated data that I sent to POST v1/profiles. { "data": { "relationships": { ...
hsiraaH's user avatar
  • 35
2 votes
0 answers
405 views

We publish many apps using our CI/CD system that makes use of the App Store Connect API and iTMSTransporter. Since around 9:00am on 19 Oct 2023 (Melbourne/Australia time UTC+10), all our attempts to ...
Mick Byrne's user avatar
  • 14.6k
4 votes
0 answers
313 views

I'm using App Store Connect API and I found List All Customer Reviews for an App, however, it only returns reviews that have text. Is there a way to get all new reviews? Or just get some aggregate? e....
Arnas Kazlauskas's user avatar
0 votes
0 answers
52 views

When I try to delete an existing user from TestFlight, I receive http error 204 (no content), what does this mean? I am sure my-user-id is existing in TestFlight, I got it via API. curl --location --...
AVEbrahimi's user avatar
  • 19.6k
1 vote
0 answers
192 views

According to the App Store Connect API documentation we can get the Default App Clip Experience for an App Store Version, and since on the App Store Connect website we have a single App Clip section ...
Nickkk's user avatar
  • 2,747
2 votes
1 answer
655 views

I am working with App Store Connect API for the first time, from NodeJS (if that matters, but I also tried with curl). I was able to authenticate and send GET requests with no problem, but when trying ...
IdoPickle's user avatar
0 votes
1 answer
492 views

Failing to get Subscription report from app store connect API I am able to get sales report from app store connect API. But when I want to get the subscription reports I face to error 400. I have ...
Havoud's user avatar
  • 11
1 vote
0 answers
74 views

We have configured HTTPS URLs for both Sandbox and Production in App Store Connect. These URLs are different for Sandbox and Production environments. We have created a Signed JWT and tested the ...
SYED M ABDUL REHMAN's user avatar
2 votes
1 answer
169 views

We are trying to upload new build for our already existing app to appstore, with a build script to embed framework(Which is just copying from build directory to MyApp.app/Frameworks). Everything ...
Shreesha Kedlaya's user avatar
1 vote
2 answers
834 views

I'm trying to change subscription prices programmatically and found two relevant API methods: Create price change List price points The first method requires ID of price point that can be retrieved by ...
Vassily's user avatar
  • 5,578
3 votes
1 answer
502 views

I'm using this code to get all apps in App Store Connect: let jwt = ... var request = URLRequest(url: URL(string: "https://api.appstoreconnect.apple.com/v1/apps")!) request.setValue("...
Nickkk's user avatar
  • 2,747
2 votes
0 answers
174 views

When using the presentCodeRedemptionSheet API, on TestFlight build the screen does not render the app name and offer price correctly (see screenshot). Will it work in the production app or is there ...
Kacper Cz's user avatar
  • 606
0 votes
1 answer
381 views

I'm trying to connect to the app store API in my react native app, but anytime I try to import a JWT pacakge to sign the token, I get a package error. Here is my code and the error I get import * as ...
Michael Schmitz's user avatar
2 votes
1 answer
640 views

I am trying to create an In-App Purchase Review Screenshot to create a new In-App Purchase by API. I'm following Apple's guide, but am stuck at step : "Make an image reservation with POST /v1/...
Guldil's user avatar
  • 83
3 votes
0 answers
659 views

I have configured Codemagic with an App Store Connect Key and everything works correctly, now I have tried to add a second key and I am having this problem Unable to load bundle identifiers ...
Luca Iaconelli's user avatar
3 votes
0 answers
736 views

Like Steve with his question, i have problem with this new API : Unknown Error trying to add Pricing to a In App Purchase String I followed Guide from Apple : https://developer.apple.com/documentation/...
Guldil's user avatar
  • 83
1 vote
0 answers
268 views

Apple now has a web dashboard that provides information on the number of installs, re-installs etc. Does anyone know if there is an API available from Apple for this same (downloads) data ? I looked ...
ajonno's user avatar
  • 2,260
4 votes
1 answer
540 views

I am trying to automated the upload of In app purchase string via the new iTunes Connect API endpoints. I have successfully called the Create InAppPurchase but now trying to add the pricing tier with ...
Steve's user avatar
  • 3,090
1 vote
3 answers
889 views

I'm working in a CI/CD for our new app and we are using app store connect API, for now I can create a bundle ID, and enable PUSH_NOTIFICATIONS capability for it but I can't figure out how to configure ...
khalid's user avatar
  • 141
6 votes
1 answer
345 views

Recently my app was rejected because I have accidentally included two subscription groups that I did not intend to sell. In the current App Store Connect UI, I don't see a way to remove the ...
Joe Tam's user avatar
  • 652
1 vote
1 answer
752 views

What am I doing wrong here? I get 401 status code for all my requests although something meaningful is printed for the serialized token. from jwcrypto import jwk, jwt import time import os import ...
Fasih Burak's user avatar
2 votes
1 answer
896 views

I found that Apple has API for accessing TestFlight: https://developer.apple.com/documentation/appstoreconnectapi/send_an_invitation_to_a_beta_tester But there is no sample and no document for how to ...
AVEbrahimi's user avatar
  • 19.6k