33 questions
1
vote
1
answer
130
views
Apple StoreKit Certificate API Now Requires Authentication (401 Error) - Started September 1, 2025
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
...
0
votes
0
answers
33
views
Set the phased release using AppStoreConnect API
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 ...
0
votes
0
answers
39
views
Apple AppStoreConnect API get screenshots
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"...
1
vote
1
answer
180
views
App Store Connect API: Modify an Auto-Renewable Subscription to change prices for all territories
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 ...
1
vote
1
answer
68
views
Is there an Apple Connect API method to add a device to an existing provisioning profile?
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 ...
0
votes
1
answer
1k
views
How to retrieve monthly downloads report from app store connect API
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.
...
1
vote
0
answers
317
views
How to Get Worldwide Sales Reports from App Store Connect API?
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 ...
2
votes
0
answers
157
views
creating a certificate from app store connect api
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": {
...
1
vote
1
answer
586
views
How to generate a JWT for Apple App Store Connect API?
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?
3
votes
1
answer
579
views
App Store Connect API error while reading App information of BundleID
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" : &...
3
votes
2
answers
2k
views
Generating Tokens for Apple API Requests [closed]
I create this class to access Apple API Requests
@Transactional(readOnly = true)
public class AppleAPIService {
public static void main(String[] args) {
Path privateKeyPath = Paths....
0
votes
2
answers
502
views
I am getting "There is no app id with id "bundle.identifer.app" on this team" while trying to create provisioning profile using app store connect api
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": {
...
2
votes
0
answers
405
views
All attempts to upload .ipa via iTMSTransporter failing with error in validateAssets method (1272)
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 ...
4
votes
0
answers
313
views
How to fetch App Store reviews even though they don't have text?
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....
0
votes
0
answers
52
views
HTTP Error 204, while trying to delete user from AppStore connect Test Flight, using RestAPI
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 --...
1
vote
0
answers
192
views
Relationship between App Store Version, App Clip Default Experiences and App Clip Advanced Experiences in App Store Connect API
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 ...
2
votes
1
answer
655
views
Always get "METHOD_NOT_ALLOWED" from App Store Connect API Post Requests
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 ...
0
votes
1
answer
492
views
Failing to get Subscription report from app store connect API
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 ...
1
vote
0
answers
74
views
Failure to Receive App Store In-App Purchase Refund Notification on Production Server
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 ...
2
votes
1
answer
169
views
ITMS-90432: Issue while uploading app to appstore
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 ...
1
vote
2
answers
834
views
How to create price change programmatically?
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 ...
3
votes
1
answer
502
views
Listing all apps with App Store Connect API returns error ENTITY_INVALID
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("...
2
votes
0
answers
174
views
iOS code redemption sheet does not display app name properly
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 ...
0
votes
1
answer
381
views
Importing JWT in my React-Native app breaks the app
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 ...
2
votes
1
answer
640
views
Can't create In-App Purchase Review Screenshot by API
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/...
3
votes
0
answers
659
views
Codemagic iOS Code signing - Unable to load bundle identifiers
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
...
3
votes
0
answers
736
views
How to add a temporary price change of InAppPurchase with /v1/inAppPurchasePriceSchedules
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/...
1
vote
0
answers
268
views
Is there an Apple API to get app downloads data?
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 ...
4
votes
1
answer
540
views
Unknown Error trying to add Pricing to a In App Purchase String
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 ...
1
vote
3
answers
889
views
enable bundleIdCapabilities PUSH_NOTIFICATIONS from app-store-connect-api
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 ...
6
votes
1
answer
345
views
Removing subscription groups from app review
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 ...
1
vote
1
answer
752
views
App Store Connect returns 401 Status Code for all my requests
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 ...
2
votes
1
answer
896
views
Invite people to Apple TestFlight to test iOS app using AppStore API
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 ...