Questions tagged [fastlane-deliver]

43 questions
1
vote
1 answer

Why does Fastlane throw exception "Code Sign error: No code signing identities found"?

My Keychain Access contains my iPhone app's public and private key, which I just recently created and downloaded. However, when trying to use Fastlane Deliver, I get the following error: Code Sign error: No code signing identities found: No valid…
Some Guy
  • 12,768
  • 22
  • 58
  • 86
1
vote
1 answer

Deliver app_review_information command line

How can I use the --app_review_information parameter from the command line? The documentation says: --app_review_information Metadata: A hash containing the review information How can I hash the contact info as command line param? I don't use…
gran33
  • 12,421
  • 9
  • 48
  • 76
0
votes
0 answers

Could not find transporter at usual locations. Please use environment variable `FASTLANE_ITUNES_TRANSPORTER_PATH` to specify your installation path

I am running deliver on a fastfile and I am getting this error on Windows. Currently using ruby 2.7.8 [11:46:43]: Making sure the latest version on App Store Connect matches '0.2.24'... [11:46:44]: '0.2.24' is the latest version on App Store…
0
votes
0 answers

/usr/local/lib/ruby/2.7.0/fileutils.rb:139:in `chdir': No such file or directory @ dir_chdir - (Errno::ENOENT)

I am using ruby 2.7 docker image on bibtbucket pipelines ruby version : ruby 2.7.8p225 (2023-03-30 revision 1f4d455848) [x86_64-linux] this is my code : - gem install fastlane - export LC_ALL=fr_FR.UTF-8 - export LANG=fr_FR.UTF-8 - fastlane ios…
0
votes
1 answer

How to change the default language for the App Store Connect and the Google Play Console?

In my Flutter project, I'm using Fastlane to deploy my app: on the App Store Connect using the deliver command on the Google Play Console using the supply command. My app is currently available in French only (fr-FR) but now I made it available in…
matteoh
  • 2,810
  • 2
  • 29
  • 54
0
votes
0 answers

Can Fastlane be utilized to make changes only for the metadata and submit for review with the build that was previously submitted?

For example, making changes to the metadata with new subtitle, keywords, and fixing grammars and spelling in the description, followed by submitting for review to Apple? Particularly with the build the was previously submitted and approved, rather…
Larvus Koji
  • 3
  • 1
  • 3
0
votes
0 answers

How to write a lane for downloading metadata and screenshots from app store for multiple brand variants in ios?

I get stuck at the 6 digit verification code when doing this: for it in whitelabels do sh "fastlane deliver download_metadata --app_identifier com.test.test --metadata_path ./Metadata" end And when doing this, app_store_connect_api_key( key_id:…
Bheem
  • 189
  • 2
  • 9
0
votes
1 answer

Apple/fastlane submit for review action failing with unclear error message about privacy text

I am following fastlane's default configuration conventions for a React Native project. That is to say, my project structure looks like (e.g.): /ios/fastlane/metadata/en-GB with the en-GB subdirectory containing the following…
Blair Nangle
  • 1,221
  • 12
  • 18
0
votes
1 answer

Fastlane screenshot delivery to AppStore

I'm using fastlane's deliver to upload screenshots generated by fastlane's snapshot. The HTML preview looks correct and the upload script runs without errors for all the localized versions. Yet, AppStore Connect just shows the english screenshots…
hanno
  • 6,401
  • 8
  • 48
  • 80
0
votes
1 answer

Fastlane - update 2 screen shot out of 5 existing screenshots

Let's say I have 5 screenshots already uploaded to iTunes Connect. Now for the current update, I need to update only two screenshots, 3rd & 4th only. My Fastlane screenshot folder has the two updated screenshot with name screen3, screen4, now if I…
0
votes
0 answers

fastlane - A Distribution Provisioning profile should be used when submitting apps to the App Store

I want to distribute a development build via testflight Here is my fastfile desc "Push a new debug beta build to TestFlight" lane :debug_beta do build_app(workspace: "MyApp.xcworkspace", scheme: "MyApp", configuration: "Debug", …
SandeepAggarwal
  • 1,273
  • 3
  • 14
  • 38
0
votes
1 answer

To simplify similar language metadata for itunes connect

itunes-connect has some similar languages like en-US, en-UK,en-AU I would like to use the same screenshots and descriptions for these languages. For now, I made each folder for this kind of similar languages. For example metadata/ en-US en-UK(copy…
whitebear
  • 11,200
  • 24
  • 114
  • 237
0
votes
1 answer

cannot connect deliver to iTunes connect

I'm trying to connect fastlane-deliver to iTunes connect in vain. when I try : deliver init I'm getting Login to iTunes Connect (****@****.com) getaddrinfo: nodename nor servname provided, or not…
Nabil El
  • 972
  • 1
  • 10
  • 24
1 2
3