enterprise

How do we sign an iPhone application using someone else's Enterprise program?

此生再无相见时 提交于 2019-11-28 20:54:42
We wrote an iPhone application that we want to sell to companies. The company is enrolled in the iOS Enterprise program. How can we sign our application with their certificate? I know we can be added as a Team Member to their account, but is there any other way. The company is a little uneasy about us generating a Certificate Request where one of their Admin members would actually create the profile. They are worried that we could sign other applications with this profile. Is there any other way without us giving up the source to our application? In short, we wrote the application but want the

An enterprise scheduler for python (like quartz)

若如初见. 提交于 2019-11-28 20:13:56
问题 I am looking for an enterprise tasks scheduler for python, like quartz is for Java. Requirements: Persistent: if the process restarts or the machine restarts, then all the jobs must stay there and must be fired after restarting. Jobs must enter and exit the scheduler in a transaction (i.e. if some database operation fail, in a database unrelated to the scheduler, then the job must not have exited or entered the scheduler). Scalability. Depends on the measure of success of the project, but I

xcodebuild exportArchive: no applicable devices found

ⅰ亾dé卋堺 提交于 2019-11-28 19:08:08
问题 After upgrading to Xcode 8 with iOS 10, I get exactly this error. I am on latest El Capitan and using the following versions of ruby (I updated via rvm, same with 2.0.0 which is system version) and CFPropertyList: Philipps-MacBook-Pro:mobile-sdk prakuschan$ ruby -v ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15] Philipps-MacBook-Pro:mobile-sdk prakuschan$ gem list CF *** LOCAL GEMS *** CFPropertyList (2.3.3) The xcodebuild -exportArchive command is executed in a shell script, and

iOS Enterprise Provisioning Profile Expiration

可紊 提交于 2019-11-28 17:52:20
Every iOS Enterprise Provisioning Profiles expires after 1 year, correct? After they expire and you renew them, do you need to re-install the new Provisioning Profile to all the devices, or do the devices get renewed automatically from Apple's certificate server? So, in other words, after you distribute an Enterprise app, do you need to update all the devices every year or can you simply renew the certificate on the Developer Portal or via Xcode? Vin BigDave's answer and my answer here (as Thilo posted) actually cover all grounds in your question. I would just add two new things if you

iOS Enterprise developer Account: get device token

北城余情 提交于 2019-11-28 17:17:46
问题 I have used the iOS development account for creating APNS SSL certificate for sending the push notification to an iOS device for development purpose. I can get the device token using objective c sample code in iOS device.Then I can use that device token to send push notification for that specific iOS device. Now I am going to implement MDM and for MDM iOS Enterprise account is required. There are some questions, which I want to confirm if someone has already done. So I want to know can I use

How to update ios6 enterprise apps over the air

十年热恋 提交于 2019-11-28 17:06:35
Hello we have developed our first enterprise app recently. We are using the "In-House" option to create the distribution certificate. Client is not using the app yet. But he will be using it soon. Meanwhile i got a question. He will use the app and in future if there are any updates to the app from our side, we want the client to have it updated on his side as well . Like right now I have apps installed on my iPhone. I get update from AppStore saying the XYZ app has been updated. So i install the update. Now if our client is using the app and has saved some data on it(our app uses core data,

iPhone Enterpise Deployment: Mobile Device Management

强颜欢笑 提交于 2019-11-28 16:53:26
问题 I was reading up on iPhone in the enterprise and saw something about Mobile Device Management servers. As far as I can tell, there are a few 3rd party MDM vendors, but Apple says that one could implement their own. The iPhone Configuration Utility allows you to set up a Server URL, Check in URL, Topic, Identity, and some other things for an MDM, but there's little information on how to build a server that hooks in with these. I've looked in the Enterprise Deployment, iPhone Configuration, and

Enterprise, Systems and Application Architecture (Best Practice?)

▼魔方 西西 提交于 2019-11-28 16:21:59
问题 I am currently tasked with creating a documented, consistent Architecture guide for software development. We have a lot of smart people doing the right things, but just not consistently and repeatably. We are using Microsoft’s Application Architecture Guide 2.0 as a starting point. Hence coming up with an Application Architecture is fairly (I won't say easy) straight forward. Possibly because I have a couple of years experience as a developer so I have a pretty good understanding of this

Class vs package vs module vs component vs container vs service vs platform in Java world [closed]

无人久伴 提交于 2019-11-28 16:05:19
I am newbie to Java world (7 years of low level plain C). When I started reading Java related sites: http://wiki.apidesign.org/wiki/Main_Page http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/ I confused by existing terminology: class package module component container service framework platform I found many resources about terms definition (and a lot more): Framework vs. Toolkit vs. Library Difference between framework and container? What are the containers in Java Definition of a Java Container http://martinfowler.com/articles/injection.html (Inversion of

MongoDB Opensource vs MongoDB Enterprise

谁说我不能喝 提交于 2019-11-28 15:58:32
问题 Could you please give advice about choosing between Opensource and Enterprise MongoDB. the main points now are: memory limitation storage limitation failover scalability Is any difference between Open Source and Enterprise MongoDB in this points? Could you please clarify one more important point about the difference between License Commercial and GNU AGPL v3.0. for Mongo? 回答1: It's all explained on the website. The open source version has no artificial limitations in any of the aspects you