Multiple Teams

Hi there, this might be asked several times but here we go:
we are a company that neither facilates own iOS development knowledge nor hardware. If we have multiple external app development companies:
Following this link https://developer.apple.com/library/ios/#qa/qa1763/_index.html we would need to have an admin from each company create an distribution certificate and thereby revoking the other companies distribution certificate leaving their respective provisioning profiles useless. Is that the intended way? Wouldn't it be smarter to have the option to create multiple teams with one developer program account and hence have one distribution cert for each team? AFAIK this is not possible by now. Is this information correct?
Is there any other (smart) way to handle this situation except giving the private keys to the distribution certificate to the developement companies? Remember, we don't have Mac infrastructure so having the companies sending us archives to distribute is not (yet) an option.
Thanks and kind regards
Jens

Ok, we already are enrolled in the iOS Developer Program and able to register multiple persons as members or even admins. However, it seems that what apple referes to as "team" (http://developer.apple.com/library/ios/#DOCUMENTATION/General/Conceptual/Applica tionDevelopmentOverview/CreateYourDevelopmentTeam/CreateYourDevelopmentTeam.html) is a 1:1 relationship to a developer account (account ID).
Maybe I wasn't clear enough about our situation: We are a company that has multiple apps already uploaded to the app store on our behalf. A few apps (say app "A1" and "A2") were developed by comany "C1". As they were the first company we hired to do app development (and we didn't have the knowledge what they would need and time was short (usual situations)) they got credentials to the developer portal and set things up as they would own the developer account. So they had the private keys to the distribution certificate for instance.
Now we have another company "C2" to develop another app "A3". This company now would either need the private keys to the distribution certificate or would need access rights as admin to the developer portal to revoke the former distribution certifikate and issue a new one, leading to unusable provisioning profiles for company "C1".
Given the situation, is my understanding of the situation outlined in the above paragraph correct?
Giving the above, it would be neat / great, if a single developer account would be able to have multiple teams. So the developer from company "C1" could have his own distribution certificate and developer from company "C2" could have a separate one yielding in 2 distribution certificates that still point to our very own organisation. Wouldn't that make sense?
Granted we would circumvent many pains having Mac infrastructure. But as you might imagine the networks and security guys at a bigger corp are not very happy supporting (yet) another OS in their infrastructure and hence we are stuck in the situation without any Mac hardare.
Hope this helps to clarify. Really appreciate any thoughts on this. Thanks so far for the input given.
Kind regards
Jens

Similar Messages

  • Single User Story Multiple Teams

    We are having an issue in the web version of TFS where I have one user story that is being worked on by multiple teams.  The story is not large enough to break down to split into teams, but different people need to do something to complete it.  However,
    in the web version, we cannot see the tasks unless it is a child of the user story that is assigned to our area path.  How do we solve for this without having the overhead of having to create duplicate stories?

    Hi PaulVirginiaBeach,
    I'd like to know the version of TFS you're using, and whether the user story has an area which has multiple sub-areas. Based on your description, seems the scenario is as expected when you view the linked tasks of the user story when your accunt in a specific
    team.
    You can open the user story in team web access, and click the button of "create a copy of this work item". For the new created user stories, you can change its area values and linked tasks as your need.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • User Access when User belongs to multiple teams

    I have a user that belongs to two teams:  one of the teams has a task profile that includes only eAnalyze and is assigned a member access profile that has read only access to the application; the other team has a task profile that includes eAnalyze and SubmitData and is assigned a member access profile that has read and write access to the same application.
    Because one of the teams has a lower member access profile of read only, does that mean that if the user tries to submit data, the submission will be denied?
    In other words, if a user effectively has multiple user access profiles, does the LOWER access always win out?
    Thanks in advance,
    Valerie Dixon

    Hi,
    As already indicated, the higher profile wins. The best way to understand this is to create a union of the different profiles assigned to the same user through different teams. The result what you get after union is the final profile of the user.
    Hope this helps.

  • UCCX 10.5 Trying tp assign resources to multiple Teams

    Can anyone help
    I have configured several CSQ,s and created the same amount of teams. However, when a resource is assigned to one Team they are not available for any other. I can assign the skills for each resource to take calls from mutiple CSQ,s but the supervisors need to view them from the Team dropdown. Is there another way to achive similar result??

    Hi Chris
    I thought that must be the case. The issue I have is that we have 38 CSQ,s and the we have been requested to have certain agents spread across more than one team and these teams are monitored by different supervisors. I will just have to state that the agent will have to be associated with their main team.
    Thanks

  • More about multiple inheritance

    OK, you can solve problems where multiple inheritance is needed by using interfaces. But im facing a problem where it cant help me. Im constructing a system where there are componentes that need to extend JTextField as well Observable. I dont have interfaces above it in the hierarchy to substitute multiple inheritance. What can I do?
    When you have a scenario that you have to use two (or more) third party classes, and need to inherit from both, how do interfaces can help? If ate least I had multiple inheritance from classes...

    << Begin Rant >>
    I have seen more inherited code that is terribly designed because multiple inheritence was available.
    The example provided is a perfect example of this: At first blush, it seems easy to combine the UI and data components by combining Observable and JTextArea. If you were able to do this, the person inheriting your code in 3 years will curse your name.
    Nothing pisses me off more (well, I'm sure there are other things, but...) than attempting to debug C++ source code and finding that function calls are being made to multiple super classes.
    Here's a fun one: try adding an innocuous method getInfo() to a class you've inherited, only to find that someone uses getInfo() in one of the super-classes, and it has been declared as 'friend' because the design is piss poor and it was the only way they could make the function available. Now, I have to go on a goose chase searching for all the places in the entire type hierarchy that getInfo() is used and change the code to explicitly call the other base class.
    It gets to the point where its easier to name it getInfo2() (like that's good design) and get on with things.
    MI is evil, evil, evil in any environment where you are trying to have code re-use and multiple teams.
    I find that most programmers who insist that multiple inheritence is a good thing just don't know how to use the Composite design pattern.
    Sun's decision to not support MI in Java is a sound one: the result is code that can be easily read and understood.
    << End Rant >>
    Whew... I feel much better having said that...
    - K

  • Can I create a sub-team project in TFS?

    In TFS, I know I can create several team projects under a team project collection. Now, based on my team, we want to create sub-team projects, can I do that using TFS?
    I found a link
    http://msdn.microsoft.com/en-us/library/vstudio/dn306083.aspx which introduces the agile portfolio management to support backlogs across multiple teams. Do I think that the agile portfolio management can implement the sub-team projects?
    Another question: what does "Portfolio" mean?
    Thanks,
    shmily

    If you have TFS 2013, you can create sub-teams within a team project.  Each sub-team can have their own backlog, sprint schedule, team members, etc.  The article describes how to setup sub-teams. 
    Portfolio is a rollup of work across all sub-teams.  For example, you can create a Feature work item and assign User Stories/Requirements/Product Backlog Items to the feature that are assigned to different sub-teams.  At the top-level team (which
    is the default team), you can view the work across all of the teams.  This only works within the context of the team project.  If you want a portfolio rollup across team projects, you will need a third-party tool such as Planview.

  • Best approach for multi-team/multi-projects.

    Hi,
    I'm looking for the best approach to handle multi-teams/multi-projects scenario. We have 20 development groups and over 300 products. Each products on it's own Schedule.
    Product X can be assign to Group A, but at some point, it can be assign to Group B.
    We are currently using TFS 2012, but will be upgrading to 2013 soon.
    Based on many reading, we are thinking to create only one Team Projects to ease management.
    In it, we will create a team for each development group, but we will not create an associated area path with the name of the team.
    - Group A
    - Group B
    - Group C
    Than, we will create an Area for each product.
    - Product X
    - Product Y
    - Product Z
    and, we will create multi-level of iterations to match each Schedule.
    - Product X
       - Release 1
          - Sprint 1
          - Sprint 2
    - Product Y
        - Release 1
           -Sprint 1
        - Release 2
           -Sprint 1
    The main issue, we have with this approach is that we can't use the Backlog or the Task Board effectivelly, as there is no way to filter per areas and iterations.
    Reading "How do I change the underlying query for the task board (and backlog board) on TFS Preview", this doen't seam to be possible in TFS 2012.
    In TFS 2013, "The Agile Portfolio Management: Using TFS to support backlogs across multiple teams" was introduced. Will this help to solve the problem?
    We would create a management team for each development group.
    We would create an agile team with an associated area for each product.
    The only thing that I couldn't find in the documentation is how to re-assign an agile team to another management team. Is this possible?
    Also can each agile team have their specific itérations, if so will it roll up properly to the management team?
    Regards
    SYSOTI
    PS: Sorry couldn't post the links of the quoted text as I get the message: Body text cannot contain images or links until we are able to verify your account. ;-(

    Hi SYSOTI,
    Based on your description, seems the area path is not configured properly hence you can't use the Backlog or the Task Board effectivelly.
    From the
    Agile Portfolio Management: Using TFS to support backlogs across multiple teams, the area path is set as agile team which is a consist of team members but not a product name. For you scenario, you can set the area path name as your product name to
    identify the associate products for work items.  And the groups you mentioned for products in the team projects are sub-group of contributors.
    Seems there is no need to create a management team for each development group since management team might be in a higher level to view the progress for all of the work across the agile teams. Certianly, you can create multiple management teams, but the management
    teams will be able to view works for all agile teams. 
    If you have multiple teams and products, you can create a team project for each product if the products don't have much relationship. However, it's OK to manage the projects for multiple products in the same team project. And working within a single team
    project also have benifits, you ccan check this
    blog for more information.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • RoboHelp 7 - multiple projects

    I am using the new Tech Comm suite - RH7. I was asked to do a
    little research on meging multiple projects. Since I have not done
    it before, I was hoping I could get the basics here.
    We have quite a few applications that will be available from
    a portal menu. There will be a RH project for each application.
    There will be a separate project for navigating and using the
    portal. We need to be able to publish according to what the client
    has purchased. Since a client will need to know how to navigate the
    portal, we would need Navigation for each client, but then we would
    pick and choose application documentation. Does that make sense?
    So one client might get Navigation and App 1; another might
    get Navigation and App 2 and App3...etc.
    Any direction would be appreciated.
    Thanks

    Merging of projects is more useful in a situation where
    multiple team members are going to be collaborating on different
    pieces of the same project. Let's pretend the team is working on a
    help system about soda pop. One team member would work on the Pepsi
    help topic, and one would work on the Coke help topic. When both
    team members output to the same place, the TOC for that project is
    going to grab both the Pepsi and Coke topics and merge them
    together in the project's TOC.
    I think you would be better served just creating multiple
    (client specific) table of contents. That way if you need to output
    help for Company X, all you have to do is tell RoboHelp to use that
    company's specific TOC when generating their help.
    This is just my opinion, but I think this is the best route
    to follow.
    Hope it helps!

  • Several teams working in parallel in ChaRM

    Hi All,
    We have a requirement where we want to gather inputs / assign the ChaRM request to multiple teams at a time in the same status of ChaRM (for example u2013 say my CHaRM ticket is pending for effort estimate and I want to gather the inputs from development, Functional and security ticket). One of the ways we can think of is create tasks with reference to the ChaRm Change requiest / change document.
    Is there anyone who has come across this type of scenario where you need several teams to work in parallel at some particular status of ChaRM.
    Please let me know if I am not able to clarify my situation. Thanks a lot.
    Best regards,
    Vithal

    Hi Vithal,
    I'm trying to answer your question but this forum keeps saying
    "We are sorry but your message can not be posted since you have used forbidden words/phrases. Please edit your post according to the forum guidelines and re-post. " After 5 minutes of trying to reword my response, I give up. I'll send it to your email.
    regards,
    Jason

  • Ability to filter My Tasks view by team?

    Just wondering if possible to filter the Tasks view by Team?
    As a member of multiple teams it would be useful to dispaly only task for one particular team at a time.
    I have been able to create a List View and use the Team value in a column and then sort my tasks by Team, but it would be nicer if I could just display a specific team at a time.
    Not a big thing... just a nice to have

    Sector,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://www.novell.com/support and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Forums Team
    http://forums.novell.com

  • Creating Multiple Workspaces Automatically

    Hi Again Everyone:
    I hope there is a solution to this one.
    I have a need to automatically create multiple Team Workspaces in sequential order. For example, starting at 0001-14 through 2000-14 - One thousand and ninety-nine workspaces. The Workspaces would include another element like a Wiki or a file store.
    My only other option is to create them manually. Thanks in advance.

    You can accomplish bulk imports easily by using the SOAP interface that Vibe provides.
    We built a bulk import tool for our own projects and our customers' purposes.
    Depending on your needs we might be able to professionally support you with a single bulk import.
    If you need to do bulk imports periodically then we can talk about a license for our tool.
    Aditionally we are working on the implementation of an NetIQ IDM driver for Vibe. It is still work in progress but we might be publishing the driver soon.
    HTH
    Cheers
    Erik

  • Secure Zone - Team manager seeing team member activity

    We are setting up a secure zone where there are team managers, each with multiple team members.
    We need the team manager to be able to see their own activity - plus have access to their team members' activity/accounts.
    Is this possible?
    Paul

    Activity in terms of cases etc. If they have seperate logins then NO. This is secure information and private to that person so you can not access that.

  • Team Programming Possible in JSC?

    Hi,
    Is team programming possible in Java Studio Creator? i.e. can multiple team members work on different parts of the same project at the same time?
    If so, is there any documentation available to support that feature?
    I know CVS support is available, but is that sufficient for team programming?
    Regards
    Haroon

    Haroon,
    CVS support is enough for file versioning. For full fledged project support you should look at tool like Maven
    http://maven.apache.org/
    - Winston
    http://blogs.sun.com/roller/page/winston?catname=Creator

  • Team member license installation

    I have multiple team members on who's computers I will need to install the software, do I need to be signed into their accounts when installing licenses on their computers?  Or do they need to be signed in to adobe upon installation?

    Since you shall be assigning seats to the users', so they can download, install & activate with their Adobe ID themselves from Adobe.com.
    If you have Enterprise term license agreement then you need to install it by packager & deploy it.
    Creative Cloud Help | Packager.
    Hope it helps you.
    Regards
    Rajshree

  • UCCX - Alert Agent with Team Info on Incoming Call

    If an agent is a member of multiple teams is it possible for the agent to be alerted with incoming calls which team the call belongs to? If so, how is this possible?

    I think you are confusing your terms.
    A Team is a group of Agents with one or more supervisors.
    An Application is the glue for one or more Triggers and a single Script.
    It sounds like you are talking about a Contact Service Queue (CSQ).  If so, then yes, an Agent can support more than one CSQ.  In this case, you will find the CSQ name in CAD automatically.
    See this screenshot for reference:
    http://www.cisco.com/c/en/us/products/collateral/customer-collaboration/agent-desktop/data_sheet_c78-627272.html#wp9000303
    Anthony Holloway
    Please use the star ratings to help drive great content to the top of searches.

Maybe you are looking for

  • How to print monthly view in ical

    I have the most current version of ical.  It wont let us print a monthly view.  It only lets us select fro day or list.  I am sure i am doing someething wrong, but I dont know what.  Running MAC OS X 10.5.8.  Ical version 3.0.8. 

  • Page Size Change

    Can Acrobat take my 100 pg catalog that is layed out in 11x17 reader spreads for printing and change it to 8.5 x 11's?

  • Problem with a signed applet and a user machine.

    Hello. I´m having some problems with a signed applet with some dependences. In one particular computer the applet doesn´t load. The java version installed in that computer is 1.6.0_25. The invocation tag: <applet name=applet id="applet" code=Applet/R

  • How get back deleted pictures on iPhoto

    I lost all my pictures by taking my libray picture to my external hard drive and when I wanted to take it back my mac it couldn't any picture, I also tried to follow some instructions on iphoto by pressing some buttons but I still couldn't get back p

  • One more Standard table filter weird work

    In the same VO described in previous thread: Standard table filter weird work I have another filter trouble. The attribute is calculated, not bound to entity. SQL:to_char(case when ID_BASE_TYPES_MIME is null then substr(THE_VALUE, 0, 100)