Questions tagged [app-store-connect-api]
26 questions
3
votes
0 answers
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…

Guldil
- 73
- 5
2
votes
1 answer
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 builds and works fine in my local machine. But getting…

Shreesha Kedlaya
- 340
- 4
- 19
2
votes
1 answer
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/inAppPurchaseAppStoreReviewScreenshots (Create an In-App…

Guldil
- 73
- 5
2
votes
0 answers
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
Loading bundle identifiers for KEYNAME failed. This…

Luca Iaconelli
- 713
- 7
- 14
1
vote
2 answers
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 the second one. The second method returns price…

Vassily
- 5,263
- 4
- 33
- 63
1
vote
0 answers
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("Bearer \(jwt)", forHTTPHeaderField: "Authorization")
let session =…

Nickkk
- 2,261
- 1
- 25
- 34
1
vote
0 answers
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 some setting in ASC or app bundle I need to fill…

Kacper Cz
- 504
- 3
- 17
1
vote
0 answers
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 around their docs and could not see anything but…

ajonno
- 2,140
- 4
- 20
- 33
1
vote
1 answer
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 a call to inAppPurchasePriceSchedules (…

Steve
- 2,971
- 7
- 38
- 63
1
vote
3 answers
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 a bundleId PUSH_NOTIFICATIONS capability…

khalid
- 121
- 8
1
vote
0 answers
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 subscription groups from this version, or entirely from the…

Joe Tam
- 564
- 5
- 16
1
vote
0 answers
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 authenticate to this API and send, I wish there…

AVEbrahimi
- 17,993
- 23
- 107
- 210
0
votes
0 answers
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 for an iOS App, it seems that an App Store Version…

Nickkk
- 2,261
- 1
- 25
- 34
0
votes
0 answers
ios cancelling subscription after the user mapped in the app was deleted
In my app a separate app mail account was mapped for in-app subscriptions.
If the user who was made payment for subscriptions of the app was deleted by some admin or
super-admin, I need cancel the users auto-renewable subscriptions by developer…

17MSS016 HARISH
- 1
- 2
0
votes
0 answers
Mismatching screenshot display types between App Store Connect website and API
When I open an iOS app in the App Store Connect website and disclose the Apple Watch section, it reads Apple Watch Ultra, Series 8, 6, 3, but the documentation for the API lists different…

Nickkk
- 2,261
- 1
- 25
- 34