IOS Enterprise developer license:can I deploy to other subsidiaries?

This is a question about the license terms for my enterprise developer account:
My company all trades under one name. We have the same email address / website. But our legal make-up is multiple separate subsidiaries. I signed up with the DUNS number of the office I am based in.
Does this mean that I can only deploy to people in my office? Or can I deploy to all employees in our broader company?
(Strictly taken, the license terms seem to imply the former, but the intent of the contract is surely the latter)
Thanks

Thanks for the quick reply Mr Michael.
Actually what I want to achieve is:
I dont want to share my enterprise developer certificate with the vendor, so that signing can happen at my end only and I want vendor to develop a solution, also he can sign with his own developer certificate.
So now he will be able to push that app on appstore (as you suggested one can push his app onto app store if he is using developer certificate only), so now I will take that app from appstore and resign it with my enterprise distribution certificate.
Now after this I want to push this app again on appstore, is it possible?
Thanks in advance.
Amit Gupta.

Similar Messages

  • Distributing a DPS app via iOS Enterprise Developer program?

    Hello.
    I have been asked to produce an app, to be created using the Adobe DPS (single edition), for distrubutions via Apple's iOS Enterprise Developer program (thus, the app will be released internally, to enterprise-provisioned iPads, not via the App Store). I have been unable to find any information if this is possible or not. I don't see why it wouldn't be possible, but again, I'm hoping that someone knows the answer?
    Thanks,
    Kristin.

    It requires an enterprise DPS account. It's a feature offered to DPS enterprise customers to sign an app with an enterprise certificate.

  • Where can I find enterprise developer license agreement?

    I am about to sign up (my company) for the enterprise devloper program.  It forces me to go through the process before I can see the license agreement.  I need to have my legal team review this before I start the process.  How do I get a copy of the license agreement?

    You can try contacting Apple Developer Program Support via this form:
    http://developer.apple.com/contact/submit.php
    and ask if they can send you a copy in advance of enrollment. I'm sure your company isn't the only ones who need to see the agreement in advance of enrollment, so such a request shouldn't come as any surprise.
    Regards.

  • SOA Suite 10.1.3 Developer Preview - Can not deploy workflow process

    Hi, I have a strange problem:
    I installed the SOA Suite on my laptop. From JDeveloper 10.1.3.1, I compiled the sample process DocumentReview (bpel_home/samples/demos/DocumentReview) and tried to deploy it. I have the following error:
    Buildfile: D:\Oracle\SOA1013B\bpel\samples\demos\DocumentReview\build.xml
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] url is file:/D:/Oracle/JDeveloper101301/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    deployProcess:
    [echo]
    | Deploying bpel process DocumentReview on localhost, port 7200
    [deployProcess] Deploying process D:\Oracle\SOA1013B\bpel\samples\demos\DocumentReview\output\bpel_DocumentReview_1.0.jar
    [deployProcess] Successfully deployed the process "DocumentReview" on server "localhost" and port "7200"
    deployTaskForm:
    [echo]
    | Deploying workflow form for DocumentReview on localhost, port 7200
    [deployTaskForm] 06/08/23 13:45:50 Notification ==>Application Deployer for default_DocumentReview_1_0_DocumentReview STARTS.
    [deployTaskForm]
    [deployTaskForm] 06/08/23 13:45:50 Notification ==>Operation failed with error:
    [deployTaskForm] parent application (orabpel) is not found!
    [deployTaskForm]
    [deployTaskForm]
    [deployTaskForm]
    [deployTaskForm] BindWebApp error: BindWebApp failed: Unable to updateEJBModule: application default_DocumentReview_1_0_DocumentReview does not exist!
    [deployTaskForm]
    [deployTaskForm]
    BUILD FAILED
    D:\Oracle\SOA1013B\bpel\samples\demos\DocumentReview\build.xml:98: Error while deploying the form on server "localhost" Error message :
    java.lang.SecurityException
         at oracle.ide.IdeCore$7.checkExit(IdeCore.java:177)
         at java.lang.Runtime.exit(Runtime.java:88)
         at java.lang.System.exit(System.java:868)
         at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:127)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployIAS(DeployForm.java:783)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForm(DeployForm.java:548)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForms(DeployForm.java:814)
         at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:840)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    Total time: 18 seconds
    What's wrong?
    Thanks for your help,
    Cyryl

    Hi. I made another account for I can't email address in my profile.
    I found that my problem is cluster specific problem. JDeveloper's default configuration works with clustered BPEL engines for simple processes that have no human tasks. But human-task-included processes are deployed without task forms with the same errors you'd had.
    I found a work-around for it. I changed build.properties in the project for cluster configuration as below,
    platform = ias_10g
    domain = default
    rev = 1.1
    admin.user = oc4jadmin
    admin.password = welcome1
    http.hostname = the_server_address
    http.port = 7779
    cluster = true
    j2ee.hostname = the_server_address
    rmi.port = 23791
    opmn.requestport = 6004
    oc4jinstancename = default_group
    And, yes, Ant would definitely be an answer for it, too.
    Thank you for your reply,
    Joon.

  • IOS Enterprise Program Invoice

    Hello,
    We as a company subscribed to iOS Enterprise Developer program to enroll our iOS devices via MDM softwares. Enrollment to program has been completed and due to company policies i need to get invoice for this purchase. I can't find any invoice in developer.apple.com -> Member Center and when i try to look invoice over Apple Store it gives this error for 1 month. So even i can log in with my registered account to Apple Store all the links like Track an Order, View Order History just gives the same error shown below.
    An error has occurred during your session. Please return to the Store Menu to continue shopping.
                                        Return to Store menu                           
    I submitted a Ticket to Apple and got an e-mail notificiation that my request has been redirected to related department i didnt get any response for 1 week.
    Is there a way to get Invoice via post or online?

    Have you tried
    Apple Developer Relations: 
    (800) 633 2152
    (408) 974 4897

  • Acrobat SDK Licensing and Server Deployment

    Hello,
    I have a couple of questions regarding deploying a .NET Web Application that uses the Acrobat SDK (only for PDF merging).  Currently, I have a license for Adobe Acrobat (which gave me access to the SDK to develop the merging).  For other developers to work on the same project, they will also each need their own Acrobat license in order to develop with me, correct?
    I've completed this project (again, a .NET Web app) and it will be hosted on a web server as part of a larger website.  The application generates some PDF reports and will merge the documents together into 1 PDF.  The process will be run on the web server when a user clicks a button to generate the reports.
    My question is, on the web server, what type of license is needed?  Is there a redistributable that can be installed on the web server for the AcroExch.PDDoc COM object (and everything else) or do we just need to purchase another copy of Adobe Acrobat and install that on the server?
    If any of this isn't clear, please let me know.
    Thanks!

    Well, read through a bunch of docs and I believe I may know the answer to my question.  It looks like the PDF Library is what I would need to use in order to create applications that I can then deploy to other users or in my case, a server.
    The question I still have is, is it still valid to just install the Acrobat SDK on the server (I have an extra license)?  Would it still work (since I'm not using any of the specific PDF Library functionality that Acrobat doesn't have)?
    Thanks!

  • IOS enterprise license   outside developer. Need iOS dev login credentials?

    Suppose one party has an enterprise license and wants to use an app developed by another party, an outside developer. Can the developer compile the app using the enterprise distribution certificate and provisioning profile without the other party's enterprise program login credentials? Or will these be required when the certificate is added to the developer's keychain? Or at any point in the process by the developer? Thanks

    What do you mean by 'use'?
    Apps built using an Enterprise account are for 'use' by the Enterprise. Apps built using an individual dev's account/distribution cert. are for submittal by that dev.
    What is it you're trying to do/avoid/accomplish, exactly?

  • Exporting to iOS with a University Developer License

    Hi everybody!
    I´m here trying to make the export feature for iOS work, but I came to one point where i cannot go further. I don´t have a developer license and because of that I can not generate the mobile provision certificate and so I´m not able to finish the exporting process. As long as I´m a student, I found the iOS University Developer Program, which costs nothing but I´m not sure if it will work. Does anyone already tried it? I mean, is it possible to use this "University-License" to get all the info that one need to export a director film to iOS?
    Thanks in advance!
    cheers,

    I believe U must be a paid up developer to create the Certificates, Identifiers & Profiles here: https://developer.apple.com/account/overview.action
    without them you can't use Xcode to transfer apps to your devices even if it is only for in-house devices
    But if you work out a way around this please poste here!

  • Enterprise Edition license using vor development

    Hi @ everybody,
    i'm just thinking about the license model of Oracle. In our company whe have one enterprise edition license. But when i want to use a second server for developing and testing can i install the enterprise edition a second time on an other server with the same license?
    Thanks and best regards,
    David

    whilst I would agree in principle with legal advice we can get a flavour of what Oracle think from their own website where they clearly as mud outline what they deem a developer licence is
    http://www.oracle.com/technetwork/licenses/standard-license-152015.html
    key points...
    >
    LICENSE RIGHTS
    We grant you a nonexclusive, nontransferable limited license to use the programs only for the purpose of developing, testing, prototyping and demonstrating your application, and not for any other purpose. If you use the application you develop under this license for any internal data processing or for any commercial or production purposes, or you want to use the programs for any purpose other than as permitted under this agreement, you must obtain a production release version of the program by contacting us or an Oracle reseller to obtain the appropriate license. You acknowledge that we may not produce a production release version of the program and any development efforts undertaken by you are at your own risk. We may audit your use of the programs. Program documentation, if available, may accessed online at http://www.oracle.com/technetwork/indexes/documentation/index.html.
    Ownership and Restrictions We retain all ownership and intellectual property rights in the programs. The programs may be installed on one computer only, and used by one person in the operating environment identified by us. You may make one copy of the programs for backup purposes.
    You may not:
    - use the programs for your own internal data processing or for any commercial or production purposes, or use the programs for any purpose except the development of your application;
    - use the application you develop with the programs for any internal data processing or commercial or production purposes without securing an appropriate license from us;
    - continue to develop your application after you have used it for any internal data processing, commercial or production purpose without securing an appropriate license from us, or an Oracle reseller;
    - remove or modify any program markings or any notice of our proprietary rights;
    - make the programs available in any manner to any third party;
    - use the programs to provide third party training;
    - assign this agreement or give or transfer the programs or an interest in them to another individual or entity; - cause or permit reverse engineering (unless required by law for interoperability), disassembly or decompilation of the programs;
    - disclose results of any program benchmark tests without our prior consent.

  • Can I use macbook air for ios app development?

    I would like to know if i can use macbook air for ios app development or macbook pro is only option?

    Just to reinforce what shldr2thewheel says - be very sure what size memory you want if you get a Macbook Air. There is *no* way to change after purchase. My advice is to go for the 4GB option - especially if you want to do app development.
    The internal storage (solid state drive) of the Air can be upgraded if required but it will probably be an expensive option. If you don't think the storage will be enough then maybe using a USB connected drive to hold non-essential files is an option.
    As to deciding between the Air and Pro you are basically making a decision between portability (Air) and expandability/bigger screens (Pro). What is more important to you?
    Mark

  • Exception from HRESULT: 0x80072EFE while obtaining developer license on win 8.1 Pro and Enterprise edition

     Hi,
         I need developer license but I get below error "
         "We couldn't get your developer license for windows8.1
          : Exception from HRESULT: 0x80072EFE"
    Another issue I am having is I can't open store app - it gives message "Your PC isn't connected to the Internet. To use the store,connect to the Internet and then try again"
     My PC is connected to the Internet and I can open other store apps
    I have tried below workaround
    - Click on Try again in the message
    -Check if system date and time is correct.
     Could you assist me. Thank you.

    From Windows 8 refresh screen: "Apps from Windows Store will be kept. Apps you installed from discs or websites will be removed." and documentation says that "The apps that came with your PC or you installed from Windows  Store will be reinstalled, but any apps you installed from other websites and DVDs will be removed.  You'll find a list of  the removed apps on your desktop after refreshing your PC." (http://windows.microsoft.com/en-US/windows-8/restore-refresh-reset-pc)
    Since you installed Windows 8, it looks now as a fresh Windows 8 installation. Well... It removed all the apps installed, of course. Seems you got rid of some crapware.
    But you will have to reinstall drivers (if required, shouldn't be too many: Synaptics UltraNav, Hotkey/Onscreen, Active Protection System, Realtek PCIE Card Reader... all the others should be detected already automatically by now). And of course you will have to reinstall all your software.
    I'm afraid there is not much more help to be given. It worked as it was intended to. 
    If I helped you, please give me some kudos! ^^

  • Number of instances that can be installed in a single SQL Server R2 enterprise edition license

    How many instances can we install using a single SQL Server 2008 Enterprise R2 license?

    Hello,
    This is a community forum for technical questions & issues.
    For question regarding pricing / licensing please contact a Microsoft sales partner or licensing expert.
    Call (1-800-426-9400), Monday through Friday, 6:00 AM to 6:00 PM PST to speak directly to Microsoft licensing specialist.
    http://www.microsoft.com/en-us/server-cloud/products/sql-server/buy.aspx
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Can someone provide me the link to download CQ 5.5 trial version (developer license)?

    Can someone provide me the link to download CQ 5.5 trial version (developer license)?
    Thanks,
    Sai

    I guess You need to have valid account/license for this. Please contact sales reps from Adobe or DayCare to get more information.
    http://helpx.adobe.com/wem/support.html
    Yogesh
    www.wemblog.com

  • IOS Enterprise deployment - Installation problem

    Hi all,
    i built an enterprise app (with correct server-url in *.plist file) but i have the following problem:
    When i start the download process "two" launcher icons will be appear. After the install process is finished the app works fine, but the other icon is still in "installing" mode und won't disappear. (After reboot it is in waiting mode)
    Any ideas?
    Regards Steffen

    Ask on the developer forums:  https://devforums.apple.com

  • Weblogic Application Server Development License Options

    Would like to understand what is the cost effective way to procure development license of Weblogic App Server?
    Requirement: Want to use WL App Server for Development Purpose. Ideally would like to install in the Developer Machine - primarily aimed at improving productivity. Eclipse with Weblogic Pluggin can enable Start/Stop/Deploy options directly from the IDE.
    Checked up with Oracle Sales to findout the cost of each installment in a developer PC would cost a whopping 12K USD. TCO will go considerably high based on this kind of license policy. Hence would like to understand how organizations are managing this high cost of Development License of WL App Server?

    First off, the list price of the standard edition is only $10k per CPU
    Second, nobody pays list price for Oracle software, there is always room for negotiation. How big a discount you're going to get is going to depend on your ability to negotiate and what pressure your sales rep is under. Realistically, if you're plausibly considering other application servers and your sales rep is having difficulty making his quota in this economy, you probably have a decent amount of leverage.
    I would strongly suspect that if you're looking to purchase 6 figures worth of software for your production environment (i.e. 4 processors @ $25k/processor for the enterprise edition) that you can probably negotiate with the sales rep to get licenses for the developers' laptops at a drastically reduced price if not for free.
    Justin

Maybe you are looking for

  • CHKDSK run on WD ext HDD - hang at Correcting errors in the Volume Bitmap - does it take very long?

    Hi As a background, my WD extHDD ( 1.5T) was working fine until today. When connect to PC, it cannot be reach but the drive letter  (G:) appears and after awhile show CRC errors. The HDD cannot be access. After looking at some hep pages instructions,

  • Pulseaudio starting very slow

    For some reason, pulseaudio is starting very slow on my system, even when it was a fresh install. I was seeing very bad startup performance with several programs: firefox, hotot, etc.  I did an strace on them and found they were stuck on waiting for

  • CS6 Fluid Grid 960px wide

    I'm just getting started with the fluid grid in CS6 but need a bit of help. I'm set up with 12 columns and the default desktop width is 1232px according to the options box. I don't want the grid to be 100% wide. In fact I want it no bigger than 960px

  • How to remove background colours in photoshop?

    Hello everyone....I'm only just learning how to use the content-aware tool in photoshop cs5. This image had a picture of a girl in it, but I think I've been able to erase her using the content-aware tool, though you can still see a slight shadow. The

  • Boot from san with local disk

    I have some B200M3's with local disk.  I would like to configure them to boot from san.  I've setup a service profile template with a boot policy to boot from CD first and then the SAN.  I have a local disk configuration policy to mirror the local di