Questions tagged [fastlane-deliver]

43 questions
69
votes
7 answers

Getting error "Need to acknowledge to Apple's Apple ID and Privacy statement."

Hi we're getting this error when using fastlane sigh/get_provisioning_profile. I don't think it is a fastlane issue as it happened before case1 case2 and got fixed by accepting the agreement or other unknown reason.. Need to acknowledge to Apple's…
Ted
  • 22,696
  • 11
  • 95
  • 109
14
votes
3 answers

How to make deliver (fastlane) download metadata for multiple targets?

I have an Xcode project with six targets, each target is made to build a separate app. I'm trying to setup fastlane to assist me in publication of these apps. Fastlane docs suggest using .env files in order to handle multiple targets (you can…
FreeNickname
  • 7,398
  • 2
  • 30
  • 60
8
votes
0 answers

Fastlane deliver fails with deleting screenshots

I'm setting up fastlane deliver and can't figure out why it keeps failing to upload screenshots. Well, it appears to fail when it tries to delete the existing ones? I'd like to force upload new ones if possible. Fwiw, if I comment out the…
winthorpe
  • 136
  • 5
7
votes
1 answer

Fastlane error in android apk build 'increment_version_code'

I am getting the errors in the fastlane for building a signed apk as an assembleRelease apk and i want to deploy the update on the playstore but when i firing the fastlane command at the time i am getting the error for the…
7
votes
2 answers

How to use fastlane behind proxy

I can't find any option about fastlane to set the proxy. So does there has a direct way to solve this? Thanks very much for any help!
ldjhust
  • 401
  • 3
  • 13
6
votes
2 answers

Fastlane-deliver - set the "Volume Purchase Program" option

I've been googling a lot but could not find any instruction for passing the "Volume Purchase Program" option when submitting an iOS app to iTunesConnect using fastlane-deliver. Does anyone know if it's even possible?
Igor S Om
  • 735
  • 3
  • 12
5
votes
0 answers

Couldn't decrypt the repo, please make sure you enter the right password

I can't run the "Fastlane release", because it shows the error "Couldn't decrypt the repo, please make sure you enter the right password!". I'm sure that the entered password is correct. I tried to remove all profiles and certificates manually but…
Mohsen mokhtari
  • 2,841
  • 1
  • 30
  • 39
5
votes
1 answer

iOS - How to increase the version number with Fastlane?

So I was wondering how to increase the version number or build number with Fastlane tools, so that I don't have to manually change the version.
Francis Reynolds
  • 476
  • 6
  • 18
5
votes
1 answer

Unable to submit TestFlight build via Fastlane Pilot

After uploading an app and submitting it for review via FastLlane deliver, I'm trying to kick off internal testing via pilot. However, as soon as I do so with a command such as: pilot distribute -a com.foo.bar.awesomesauce -u me@example.com -w…
napo
  • 869
  • 9
  • 19
5
votes
0 answers

Distributing an ios app with fastlane pilot

I'm trying to distribute my ios application with fastlane pilot command using --testers_file_path option. An application is uploaded to the iTunes Connect but unfortunately internal testers are not updated in iTunes Connect and the email is not sent…
Jack
  • 51
  • 3
4
votes
0 answers

iOS - fastlane deliver, localized App Store description from strings file?

I'm getting ready to have my app localized into other languages. I'm using NSLocalizedStringWithDefaultValue to provide default English text within code, although I guess none of that maybe relevant. I'm not adding localized text directly to nib or…
Jules
  • 7,568
  • 14
  • 102
  • 186
4
votes
2 answers

iOS fastlane deliver metadata

I'm trying to configure deliver to send up my metadata for my app... Following the screenshot here https://github.com/fastlane/fastlane/tree/master/deliver#readme Specifically this one... I have created my metadata folder... However, when I first…
Fogmeister
  • 76,236
  • 42
  • 207
  • 306
3
votes
1 answer

Fastlane frameit unsupported screen size when deliver to App store

Using Swift5, iOS-12.2, Xcode-10.2(10E125) and running everything with a GitLab CI, There seem to be an issue with screenshot screen sizes during App release step (using Fastlane's deliver). The screenshots are created nicely (with Fastlane's…
iKK
  • 6,394
  • 10
  • 58
  • 131
3
votes
1 answer

Fastlane passing parameters to plugin

I am using Fastlane plugin automated_test_emulator_run automated_test_emulator_run( AVD_setup_path: "~//AVD_setup.json", //some more tasks ) now trying to run this same via command line fastlane…
3
votes
1 answer

Fastlane: Invalid Signature - Invalid Info.plist error after resigning .ipa file

I have to resign an .ipa file which has been originally signed with an enterprise profile. Due to security reasons I have no access to the repository of this project. In addition, I have to modify the build number in .plist file. First I use…
ANE
  • 243
  • 1
  • 10
1
2 3