Git Product home page Git Product logo

Comments (6)

KrauseFx avatar KrauseFx commented on July 20, 2024

@jonsajdak That's right, cert currently only supports Enterprise profiles:

    # The kind of certificate we're interested in
    def certificate_type
      cert_type = Spaceship.certificate.production
      cert_type = Spaceship.certificate.development if Cert.config[:development]
      cert_type = Spaceship.certificate.in_house if Spaceship.client.in_house?

      cert_type
    end

Is it okay to support development and enterprise profiles for Enterprise accounts?

from cert.

gianluca-openreply avatar gianluca-openreply commented on July 20, 2024

@KrauseFx Why is cert_type overridden with the in_house type even when the user specifies the -d flag?

from cert.

raylillywhite avatar raylillywhite commented on July 20, 2024

Development certs on enterprise accounts are valid, so the development flag should take precedence. We use development certs and provisioning profiles on our enterprise account so that we can use the development APNs environment without managing multiple APNs keys and environments for a single bundle ID.

So our setup is:
Our Dev environment — Development cert, provisioning profile, and APNs cert, and therefore requires that we manually add devices
Our Staging environment — Distribution cert, Enterprise provisioning profile and production APNs cert

So I expected this to work:

  cert(
    development: dev_build
  )
  sigh(
    app_identifier: build_config.bundle_id,
    development: dev_build
  )

but that only works when we aren't trying to make a dev build.

To get around it, I manually created a development certificate, then left out the cert step, and sigh properly created a development provisioning profile.

from cert.

mfurtak avatar mfurtak commented on July 20, 2024

Hi @jonsajdak - sorry to have this pending for so long.

This appears to be addressed by #56. Can you confirm whether this is working for you now? Thanks! 👍

from cert.

mfurtak avatar mfurtak commented on July 20, 2024

I'll close this for now, but please feel free to continue the conversation, and we can reopen as needed!

from cert.

fastlanebot avatar fastlanebot commented on July 20, 2024

This issue was migrated to fastlane/fastlane#3115. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo 🚀

from cert.

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.