Git Product home page Git Product logo

Comments (2)

bartonhammond avatar bartonhammond commented on June 8, 2024 1

You might want to consider doing this through the Apple process supported by Fastlane which is working in Snowflake.

You would have to install and setup Fastlane for your Mac which would get your Apple ID and Bundler ID. I assume you have a Developers Account w/ Apple.

Then you would use the Match to establish your Certs on a private GitHub repository.

Look at the fastlane/Fastfile and you will see the following section which is the fastlane ios beta:

lane :beta do
    match(type: "appstore") # more information: https://codesigning.guide
    gym(scheme: "snowflake",
        project: "./ios/snowflake.xcodeproj"
        ) # Build your app - more options available
    pilot

    # sh "your_script.sh"
    # You can also use other beta testing services here (run `fastlane actions`)
  end

When you run fastlane ios beta the above code will pull in your certs from your private repo w/ match, build the app with gym and deploy it to Testflight via pilot.

I had a lot of trouble trying to do all this manually and when I converted it to Fastlane it went smooth as butter.

You will then use iTunesConnect and then within My Apps you will see your app ready for install either for internal or external users.

I realize it's a little overwhelming, at least for me, to start using the Apple eco system for installing an app but believe me, once you get the Fastlane script working, it's a fantastic time saver.

from snowflake.

iSamuelBarney avatar iSamuelBarney commented on June 8, 2024

I will give it a shot thanks @bartonhammond

from snowflake.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.