Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

[Ready] Update for the new iTunes Connect #108

Merged
merged 15 commits into from Sep 25, 2015
Merged

[Ready] Update for the new iTunes Connect #108

merged 15 commits into from Sep 25, 2015

Conversation

KrauseFx
Copy link
Contributor

Open tasks 馃殌

  • Create a new app on iTunes Connect
  • Edit the name and privacy_url which are not not coupled to the version any more
  • Support for categories
  • testing_status of a build doesn't work train = app.build_trains["1.0"].builds.first.test_status
  • Update all the tests
  • Enable beta testing of builds
    • Internal
    • External
  • Submit builds for external TestFlight

end

# Custom Setters
#

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trailing whitespace detected.

# "readyToInstall"=>true,
# "sdkBuildWhitelisted"=>true,
# "internalTesting"=>{"value"=>false, "isEditable"=>true, "isRequired"=>false, "errorKeys"=>nil},
# "externalTesting"=>{"value"=>false, "isEditable"=>true, "isRequired"=>false, "errorKeys"=>nil}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incorrect indentation detected (column 2 instead of 0).

with(headers: {'Accept' => '*/*', 'Accept-Encoding' => 'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Content-Type' => 'application/json', 'Cookie' => itc_cookie, 'User-Agent' => 'spaceship'}).
to_return(status: 200, body: itc_read_fixture_file('create_application_success.json'), headers: {'Content-Type' => 'application/json'})


Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra blank line detected.


stub_request(:get, "https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/apps/898536088/overview").
with(:headers => {'Accept'=>'*/*', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Cookie'=>'myacinfo=DAWTKN;woinst=3363;itctx=abc:def;wosid=xBJMOVttbAQ1Cwlt8ktafw', 'User-Agent'=>'spaceship'}).
to_return(:status => 200, body: itc_read_fixture_file('app_overview.json'), headers: {'Content-Type' => 'application/json'})

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary spacing detected.
Use the new Ruby 1.9 hash syntax.
Trailing whitespace detected.

# App Details
stub_request(:get, "https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/apps/898536088/details").
with(:headers => {'Accept'=>'*/*', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Cookie'=>'myacinfo=DAWTKN;woinst=3363;itctx=abc:def;wosid=xBJMOVttbAQ1Cwlt8ktafw', 'User-Agent'=>'spaceship'}).
to_return(:status => 200, body: itc_read_fixture_file('app_details.json'), headers: {'Content-Type' => 'application/json'})

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary spacing detected.
Use the new Ruby 1.9 hash syntax.
Trailing whitespace detected.

KrauseFx added a commit that referenced this pull request Sep 25, 2015
[WIP] Update for the new iTunes Connect
@KrauseFx KrauseFx merged commit c669f72 into master Sep 25, 2015
@KrauseFx KrauseFx changed the title [WIP] Update for the new iTunes Connect [Ready] Update for the new iTunes Connect Sep 25, 2015
@fastlane-old fastlane-old locked and limited conversation to collaborators Mar 12, 2016
@KrauseFx KrauseFx deleted the new-itc branch February 14, 2017 00:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants