itc-api-docs icon indicating copy to clipboard operation
itc-api-docs copied to clipboard

The unofficial documentation of the iTunes Connect JSON API

Results 7 itc-api-docs issues
Sort by recently updated
recently updated
newest added

I started receiving the error ``` { "itcBaseUrl": "https://itunesconnect.apple.com", "message": "Make sure the URL is correct and try again.", "l10n": { "Crossfire-response-badrequest-title": "The URL is invalid.", "Crossfire-response-badrequest-message": "Make sure the...

when official documentation of the iTunes Connect JSON API will release ?? apple said iTC API will release in summer ???

I have installed paw Version 3.1.5 and it refuses to open this file. The error is "The document “iTunesConnectAPI.paw” could not be opened. The file isn’t in the correct format."....

I had used fastlane gym and pilot sapceship several times,but I only used the command like ``` DEVELOPER_DIR="/Applications/Xcode8.app" pilot upload --verbose --username ${username} --app_identifier ${bundle_id} --changelog ${changelog} --ipa ${ipa_path} --distribute_external...

So, Apple updates their APIs Now the Login URL is https://idmsa.apple.com/appleauth/auth/signin with appliation/json POST request with the following parameters: `{"accountName":"[email protected]","password":"password","rememberMe":true}` it will respond with "X-SESS", "site" and "aa" cookie. After...

From the Login api I get 302. All other api's are either giving 401, or 404 (only one - manageapps/summary). Is it me doing something wrong, or it is an...

Once upload IPA to iTunesConnect, in the UI, you need to click the "+" button, select the build you just uploaded and hit save. I didn't find it in the...