2

I'm using fastlane\produce script to make a new app, and I get the following error message:

in `parse_response': {"data"=>nil, "messages"=>{"warn"=>nil, "info"=>nil, "error"=>["Creation of apps of this type is not available"]}, "statusCode"=>"ERROR"} (Spaceship::Client::UnexpectedResponse)

when running the script:

produce --username 'username' --app_identifier 'com.identifier' --app_name 'appName' --app_version 1.0.0 --sku appSKU --language English --company_name 'companyName' --skip_devcenter

any advise?

Aviram Netanel
  • 12,633
  • 9
  • 45
  • 69

1 Answers1

3

found this issue in github: https://github.com/fastlane/spaceship/issues/103

so the problem was I had to mark the checkbox for agreeing the terms & conditions when first-time entering the iTunes \ dev center.

Aviram Netanel
  • 12,633
  • 9
  • 45
  • 69