GithubHelp home page GithubHelp logo

fastlane / itc-api-docs Goto Github PK

View Code? Open in Web Editor NEW
519.0 519.0 39.0 303 KB

The unofficial documentation of the iTunes Connect JSON API

Home Page: https://fastlane.tools

License: MIT License

Ruby 100.00%

itc-api-docs's Introduction

Twitter: @FastlaneTools License Gem Homebrew Build Status PRs welcome!

fastlane is a tool for iOS and Android developers to automate tedious tasks like generating screenshots, dealing with provisioning profiles, and releasing your application.


✨ All fastlane docs were moved to docs.fastlane.tools


Need Help?

Before submitting a new GitHub issue, please make sure to

If the above doesn't help, please submit an issue on GitHub and provide information about your setup, in particular the output of the fastlane env command.

Note: If you want to report a regression in fastlane (something that has worked before, but broke with a new release), please mark your issue title as such using [Regression] Your title here. This enables us to quickly detect and fix regressions.

fastlane team

Łukasz Grabowski

Jimmy Dee

Special thanks to all contributors for extending and improving fastlane.

Contribute to fastlane

Check out CONTRIBUTING.md for more information on how to help with fastlane.

Code of Conduct

Help us keep fastlane open and inclusive. Please read and follow our Code of Conduct.

Metrics

fastlane tracks a few key metrics to understand how developers are using the tool and to help us know what areas need improvement. No personal/sensitive information is ever collected. Metrics that are collected include:

  • The number of fastlane runs
  • A salted hash of the app identifier or package name, which helps us anonymously identify unique usage of fastlane

You can easily opt-out of metrics collection by adding opt_out_usage at the top of your Fastfile or by setting the environment variable FASTLANE_OPT_OUT_USAGE. Check out the metrics code on GitHub

License

This project is licensed under the terms of the MIT license. See the LICENSE file.

This project and all fastlane tools are in no way affiliated with Apple Inc. This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. All fastlane tools run on your own computer or server, so your credentials or other sensitive information will never leave your own computer. You are responsible for how you use fastlane tools.


✨ All fastlane docs were moved to docs.fastlane.tools


itc-api-docs's People

Contributors

davisben85 avatar filipebarcos avatar jeffreyjackson avatar krausefx avatar pedro380085 avatar peralmq avatar rishabhtayal avatar vpolouchkine avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

itc-api-docs's Issues

itc api

Hey @KrauseFx, I'm working on a personal project and looking for some type of documentation on how to authenticate with ITC. That's really all I need, just need some way to ensure my iOS app is authenticated on ITC so I can run other queries I have setup already to go.

Can you point me in the right direction?

"Crossfire-response-badrequest-title": "The URL is invalid."

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 URL is correct and try again."
  },
  "errors": []
}

recently. Turns out that when making requests to analytics.itunes.apple.com there now needs to be the HTTP header:

'X-Requested-By' => 'analytics.itunes.apple.com'

Can't login

Played with the options in Paw for an hour. I tried deleting the cookies as suggested, but it still returns 200 without logging in. Not sure what's going on. Response i'm getting:

image

App Rejection API's?

I haven't seen anything regarding app rejection here. If I want to check the reasons my app was rejected and handle these issues, without going into iTunes connect directly; I don't see a way currently.

Cancel "Waiting for Review"

Hi @KrauseFx ,

I know that is not your problem, but can you help me to remove an app from review? (http://stackoverflow.com/questions/32959058/ios-9-cant-remove-build-from-review-in-itunesconnect) This option is disabled on the new iTC panel and I can't find a way to get it working with Apple Support.

I've tried using https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/apps/version/reject/[app_id] but it is marked as deprecated. Do you new what would be the new path?

Thank you very much!

how to use the api and get our app scores?

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 
${distribute_external} --apple_id ${apple_id} --team_id ${team_id} 
--team_name "${team_name}" 
--dev_portal_team_id ${dev_portal_team_id} 
--itc_provider "${itc_provider}"

Now I want to get our app scores and something others like this picture

The picture in pilot issue

@KrauseFx How can I used the api to get these things? Can you help me? Thanks very much and the fastlane tools are great good.

Can't open paw file

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.". Any suggestions?

Getting 401 Unauthorised for all except Login

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 issue and the api does not work for iTunes ?

IAP Management

Is there any information about managing the IAP products through the unofficial API ?

Paw file is corrupted

@KrauseFx I'm trying to open the Paw file with the predefined values to reach the iTunes Connect API but I think the way in which was created the file is different now in Paw as they are encrypting the Paw files I think because I can open your file and see the XML but not for the new ones.

Can you mind please submit a new one updated if you have it?? Thanks

App json urls now deprecated

It seems that the list apps url and maybe others are now returning json stating that the it is deprecated. Just started happening for me.

Save uploaded build train

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 API, am I missing anything?

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.