Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple big updates on iTunesConnect #3527

Closed
fastlanebot opened this issue Sep 24, 2015 · 6 comments
Closed

Apple big updates on iTunesConnect #3527

fastlanebot opened this issue Sep 24, 2015 · 6 comments

Comments

@fastlanebot
Copy link

Original issue by @sunboshan - Imported from fastlane/spaceship#107

Apple just released a new version of iTunesConnect, haven't look into detail but they deprecated some of the API endpoints that used to work.

@fastlanebot
Copy link
Author

@KrauseFx commented

Yes, I'm working on it #630 (comment)

@fastlanebot
Copy link
Author

@sunboshan commented

Just few notes on API endpoints change (has been tested):

BASE_URI = "https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/apps"

# get data
BASE_URI + "/#{app.app_id}/overview"
BASE_URI + "/#{app.app_id}/platforms/ios/versions/#{app.in_flight_version_id}"

# new version
BASE_URI + "/#{app.app_id}/platforms/ios/versions/create/"

# save
BASE_URI + "/#{app.app_id}/platforms/ios/versions/#{app.in_flight_version_id}"

# submit for review
BASE_URI + "/#{app.app_id}/versions/#{app.in_flight_version_id}/submit/summary"
BASE_URI + "/#{app.app_id}/version/submit/complete"

@fastlanebot
Copy link
Author

@KrauseFx commented

@sunboshan thanks, I did some changes already fastlane-old/spaceship#108

Do you want to join the fastlane slack group?

@fastlanebot
Copy link
Author

@KrauseFx commented

If so, please send me your email address.

@fastlanebot
Copy link
Author

@sunboshan commented
"115211721102982111211521042972110264210321092972105210824629921112109".split(/2/).map(&:to_i).map(&:chr).join

@fastlanebot
Copy link
Author

@KrauseFx commented

Thanks, I sent you the invite 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant