Questions tagged [fastlane-deliver]

43 questions
3
votes
2 answers

How to submit "Beta App Description" to iTunes Connect with fastlane deliver

I upload my iOS app and most of the app metadata to iTunes Connect using fastlane deliver. Most of the data and screenshots can be put into files that I then have stored in git. This includes for example the review notes that are stored in a…
Nicolai Henriksen
  • 1,324
  • 1
  • 13
  • 37
3
votes
1 answer

iOS Fastlane deployment (TestFlight) - how to include BETA demo credentials?

We’re starting to use Fastlane for automated deployment, and it’s a very impressive toolset. One mystery, though: When submitting a BETA build to Apple’s TestFlight, how do you pass in the Demo Account credentials (username and password)? The docs…
RonDiamond
  • 2,097
  • 2
  • 14
  • 13
3
votes
2 answers

How to add fast lane tools in VSTS for Xamarin iOS and Android deployment

I want to automate the release for my xamarin iOS and android apps into the stores. I was wondering, if I can use fast lane tools via VSTS to do it. Right now I directly add the playstore step in VSTS to deploy the android app into playstore. But, I…
2
votes
0 answers

Fastlane deliver ignoring increment_version_number (using xcode settings version)

For some reason fastlane deliver has started using the marketing version defined in our .xcodeproj file instead of the version we dynamically pass in during the pipeline run. I can see the correct version is being set/referenced during the run at…
Michael Harper
  • 1,531
  • 2
  • 25
  • 42
2
votes
0 answers

Fastlane no such file or directory for files that exist

I'm trying to setup fastlane to use some files for values in my Deliverfile. These files are in a directory under ProjectRoot/fastlane/shared_metadata/ So, in my Deliverfile I'm using: release_notes File.read("./shared_metadata/release_notes.txt") …
Lucas P.
  • 4,282
  • 4
  • 29
  • 50
2
votes
0 answers

Fastlane screengrab saves tablet screenshot in phonescreenshots folder instead of seven or ten inch screenshots folder

I need to take screenshots from a Mobile and a tablet. When I run fastlane screengrab command it saves both devices screenshots in phonescreenshots folder. Please let me know if I am missing something.
chank007
  • 240
  • 2
  • 8
2
votes
1 answer

Monitor Git tag via Fastlane for automated build generation

I have integrated Fastlane into my app. It can generate builds automatically when I manually tell it to generate build via terminal. I was wondering is there a way where I can set the fastlane to keep monitoring my branch and start generating the…
Manoj
  • 1,482
  • 2
  • 20
  • 53
2
votes
1 answer

Fastlane deliver says bundle identifier doesn't exist on iTunesConnect

I'm trying to upload my app to the App Store using fastlane deliver but it's telling me that the bundle identifiers in Xcode and iTunesConnect don't match even though they're the exact same. Why is this happening and what can I do to help myself…
jahoven
  • 139
  • 1
  • 7
2
votes
1 answer

How to update metadata about Trade Representative Contact Information using Fastlane/Deliver?

I uploaded all the metadata to appstore including Screenshots, App review information , Rating and all other things but unable to get any command to pass the Trade Representative Contact Information using Fastlane/Deliver.
Rohit_RK
  • 405
  • 4
  • 12
1
vote
0 answers

Can fastlane deliver distinguish between iPad Pro (6th generation) and iPad Pro (2nd generation)?

I just tried frameit and realized it doesn't distinguish between iPad Pros of the same size. I wanted to confirm that deliver could make that distinction. Also, when using frameit and deliver in a Fastfile, is there a flag to ignore (or delete) non…
BPDev
  • 397
  • 1
  • 9
1
vote
1 answer

Is it possible to use Fastlane on an iOS app with extensions?

I am working on adding a Notification Service Extension to the app I'm working on, and I am having trouble reconfiguring my Fastlane setup to work with the extension. The problem I don't know how to properly configure my certificates to allow for…
1
vote
0 answers

FastLane: is there a way to generate android/iOS build from a remote branch in bitbucket?

I am planning to use FastLane instead of Jenkins, as FastLane focuses mainly on Android and iOS projects. I couldn't find any documentation in FastLane to generate Android/iOS builds (apk or archives) from a remote branch in BitBucket. Their…
Dileep Perla
  • 1,865
  • 7
  • 33
  • 54
1
vote
0 answers

Dynamic deployment to apple store (testflight/app store) using fastlane

Hello community I am having trouble with using fastlane to achieve a specific scenario. Please help me if anyone can, below are my requirements: I want to dynamically create new bundle Id, create certificates for the same, set new certificates and…
1
vote
1 answer

Does Fastlane support removing a version from submission?

Does Fastlane support rejecting a version and replacing it with a newly submitted binary? In other words I want to be able to submit a version from my lane, but then if I want I would run the same lane again and have a new version submitted instead…
gerbil
  • 859
  • 7
  • 26
1
vote
2 answers

How do I make Fastlane Deliver work for tvOS?

Upload to iTunesConnect fails with the following error: "Invalid Provisioning Profile. This provisioning profile is not compatible with iOS apps." +-----------------------+---------------------------------------+ | deliver…