Automate IOS Deployment To App Store Test Flight Using Fastlane

Поділитися
Вставка
  • Опубліковано 22 сер 2024
  • In this video i will teach you how to automate your build process using Amazing Tool FastLane. Instead of going through xCode manual process you can just trigger one script which will do everything from incrementing the build number making ios app build and upload build to Test Flight.
    Donate to help the channel: paypal.me/tipa...
    Github: github.com/awa...
    Subscribe to: @Umair aka mirza
    Udemy Course:
    Loopback Course: www.udemy.com/...
    JavaScript Bootcamp: www.udemy.com/...
    Angular Course: www.udemy.com/...
    ************************************************
    Developer and Teaching Services Contact Details:
    Email: umairjameel321@gmail.com
    LinkedIn: / umair-jameel-24aa5368
    Get online tutors to teach you any programming language Or get your mobile or web application build.
    ************************************************
    My Computer Setup :
    MacBook Pro : amzn.to/31CtKHw
    Monitor: amzn.to/31Jubj9
    Microphone: amzn.to/2KDZYfM
    Keyboard: amzn.to/2KCkjSA
    #FlutterCourse #DartProgrammingCourse #AwaisMirza

КОМЕНТАРІ • 19

  • @DK-pf2dg
    @DK-pf2dg 2 роки тому +6

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

  • @christinewasike
    @christinewasike Рік тому +1

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

  • @francescomortara4111
    @francescomortara4111 3 роки тому +2

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

  • @aminulislammukul4960
    @aminulislammukul4960 2 роки тому

    Thank you

  • @vct490
    @vct490 5 місяців тому

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

  • @sayalitembhurne6061
    @sayalitembhurne6061 5 місяців тому

    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......

  • @terrywindwalker5397
    @terrywindwalker5397 2 роки тому

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

  • @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 3 роки тому

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

  • @dibendugorai4618
    @dibendugorai4618 9 місяців тому

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

  • @vijaybabaria3253
    @vijaybabaria3253 3 роки тому +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

  • @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.

  • @ayokbikin7409
    @ayokbikin7409 3 роки тому +1

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

    • @jefffrazier6813
      @jefffrazier6813 2 роки тому

      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.

  • @getsetflywithnasa
    @getsetflywithnasa 3 роки тому

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