Questions tagged [fastlane-produce]
4 questions
2
votes
1 answer
Creation of apps of this type is not available / fastlane produce
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"]},…

Aviram Netanel
- 12,633
- 9
- 45
- 69
1
vote
1 answer
Create new iOS app version in iTunes connect with Fastlane
Is there a way to create a new iOS app version for an already existing app in iTunes Connect using fastlane?
I tried using the following produce command:
produce create -a "com.somebundleidentifier" -q "My App Name" -u test@example.com -b XXXXXX -d…

Hodson
- 3,438
- 1
- 23
- 51
0
votes
1 answer
Is there way to create bundle identifier without the corresponding app with Fastlane?
I'm using produce to create my app on App Store Connect. It works well but it seems that the command does not allow creating bundle identifier without an associated app.
I just want to create extra bundle ids that I will use later for ad hoc…

momsse
- 173
- 10
0
votes
1 answer
Auto build, deployment to hockey with Fastlane
I am studying about automatic build and deployment. I found out fastlane and trying to use for deployment to hockey.…

Khant Thu Linn
- 5,905
- 7
- 52
- 120