Questions tagged [fastlane-pilot]
25 questions
1
vote
0 answers
How to add Tester into TestFlight through ITunesConnect REST APIs?
I am working on a project to automate the adding/removing of users into ITunesConnect - TestFlight for one of my app in appstore.
I used the following commands to add/remove tester for my app successfully using the fastlane pilot tool…

TechyHarry
- 301
- 2
- 8
- 25
1
vote
2 answers
Publish to TestFlight using Fastlane from VSTS
I'm trying to use the App Store VSTS extension to deploy a build of an app to TestFlight but something is failing at the authentication stage.
It seems to be related to the fact that iTunes is challenging for answers to the security questions for…

MobDev
- 163
- 2
- 11
1
vote
2 answers
How to improve the efficiency of remove all (2000) TestFlight testers when using Pilot
I need to replace all (2000) TestFLight testers on every new TestFLight version of my app. So I have to remove all (2000) of them first, then I can import the new testers.
Recently, I try to use Pilot to assist me to do the "remove" job. But I found…

ldjhust
- 401
- 3
- 13
0
votes
0 answers
Fastlane get all scheme and configurations of iOS Project
Im trying to build a lane that generates build for my iOS project. I needed to build an app version for every scheme and configuration that I have added. Now I can iterate through the configurations using the following:
project.targets.each do…

MetaSnarf
- 5,857
- 3
- 25
- 41
0
votes
0 answers
Fastlane Gymfile - pilot returns "No ipa or pkg file given" after gym
Setup
I'm running Fastlane over CI (Gitlab) and having a common flow:
match(type: ...)
gym(scheme: ..., export_method: ...)
pilot
Each line is actually run in a different job and most environment variables are stored in dotenv files, Appfile, and…

TheFabbius
- 337
- 4
- 12
0
votes
1 answer
Cannot upload changelog to TestFlight with fastlane
I'm trying to automate my TestFlight builds. It works great for the most part but when I include the changelog it claims that it "Successfully set the changelog for build" however I can't find the changelog text anywhere in AppStore Connect. It…

TylerJames
- 941
- 8
- 27
0
votes
0 answers
Why is apple asking for security questions when using fastlane to submit app to testflight?
I use fastlane pilot to submit my apps to appstore. I have a circle-ci job that runs fastlane script and submits the apps.
I also created a developer account and added it to my team and gave app manager access to it, as my primary account has 2…

Kaushik
- 921
- 10
- 18
0
votes
1 answer
VSTS Task Apple App Store asks for 2FA code, but Fastlane Session and App-Specific are set
I have created an Apple App Store task, and created an Endpoint with username/passowrd/App-Specific password and Fastlane Session. My username has 2FA enabled (requirement for fastlane to upload the ipa)
When running the task I get the…

user1447414
- 1,306
- 2
- 12
- 25
0
votes
1 answer
Got 403 when I touch group with delete method in testflight
After deleting group from testflight I got the url with delete method show as follow:
curl 'https://itunesconnect.apple.com/testflight/v2/providers/team_id/apps/app_id/groups/969071cb-0615-4dac-8b1a-166fd7e89a98?deleteTesters=false' \
-XDELETE \
-H…

iOkay
- 35
- 1
- 8
0
votes
1 answer
Fabric Fastlane Pilot Upload iTMSTransporter failure
I have a problem running
fastlane pilot upload
I get this error:
The call to the iTMSTransporter completed with a non-zero exit status: 1. This indicates a failure
I checked online and everywhere they say to add…

Andrea.Ferrando
- 987
- 13
- 23