Automate IOS Deployment To App Store Test Flight Using Fastlane

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

ความคิดเห็น • 20

  • @DK-pf2dg
    @DK-pf2dg 2 ปีที่แล้ว +11

    You haven't shown the crucial part about signing the app..

  • @christinewasike
    @christinewasike 2 ปีที่แล้ว +1

    This was such an amazing and easy to watch tutorial!! I really appreciate it 😊

  • @francescomortara4111
    @francescomortara4111 3 ปีที่แล้ว +3

    Great video Man! What about the step of signing the app? What method do you use - Match/cert&sigh - or other method?

  • @terrywindwalker5397
    @terrywindwalker5397 2 ปีที่แล้ว +1

    So it has to manually sign in right? I think the session with Apple will expire at some point.

  • @dibendugorai4618
    @dibendugorai4618 ปีที่แล้ว

    Sir, Can fastlane automatically submit my build in testflight to app store for review

  • @vikas30051995
    @vikas30051995 2 ปีที่แล้ว

    Hello sir,
    I want to know about the bash script is possible to create multiple lanes for send built to test-flight / Production ?

  • @haroonurrasheed4340
    @haroonurrasheed4340 4 ปีที่แล้ว

    can u please share here are u using the Paid version of the editor? and which theme did u enable on it?

  • @sayalitembhurne6061
    @sayalitembhurne6061 10 หลายเดือนก่อน

    Hello Sir,
    I need a help on CICD Pipeline automation concept, I am follow the steps as you provide but I am getting an issue on it, it do not ask for app specific password and also for the apple password. Even I try it upto 4 to 5 times but the same issue occur and it do not create the testflight, I am stuck over there. So, sir please me that how to resolve the error, that is really help to me to resolve the error.
    Thanking you......

  • @RajsekarReddyD
    @RajsekarReddyD ปีที่แล้ว

    is there anyway i can create CICD pipeline using Jenkins for IOS app without having MAC machine?

    • @SercanSavranOfficial
      @SercanSavranOfficial ปีที่แล้ว

      At this point, you should ask yourself, by which device your project should be build on? You definitely need to setup a macOS node in jenkins. You might however use hackintosh if you don't have any apple hardware. I never used hackintosh and can't assure if it works though.

  • @vee-obsidian
    @vee-obsidian 4 ปีที่แล้ว +1

    is it possible to setup flutter CI/CD for both iOS and android platform?

    • @code3w906
      @code3w906 3 ปีที่แล้ว

      I do think so ... you should setup fastlane inside of ios's folder and inside of android's, as it was two different projects. Also, according to fastlane website is possible to setup for android. fastlane.tools

  • @vct490
    @vct490 10 หลายเดือนก่อน

    Hello sir,
    I need a help I am occur an error on deploying process on testflight it do not show the build.

    • @RP-ez8lt
      @RP-ez8lt 2 หลายเดือนก่อน

      hi, were you able to code sign your target build using match action?

  • @getsetflywithnasa
    @getsetflywithnasa 3 ปีที่แล้ว

    Hello Awais bhai. Is there any way to automate build generation and then link shared on our defined emails?

  • @ayokbikin7409
    @ayokbikin7409 4 ปีที่แล้ว +1

    I did "fastlane init" but stuck at "bundle update" and nothing happened. what should I do?

    • @jefffrazier6813
      @jefffrazier6813 3 ปีที่แล้ว

      Same for me, but it actually did finish. One problem could be that I had lots of 403 permission errors with brew install fastlane, so I ran sudo gem install fastlane, which fastlane clearly doesn't recommend.

  • @aminulislammukul4960
    @aminulislammukul4960 3 ปีที่แล้ว

    Thank you