Questions tagged [in-house-distribution]

Use this tag when discussing distributing Apple platform applications via the in house certificates under Apple's Enterprise Development program.

Resources:

167 questions
4
votes
3 answers

Providing updated apps using "Distributing Enterprise Apps for iOS Devices'?

I am distributing the iPad application using apple's Distributing Enterprise Apps for iOS Devices. In my app, it is very important to update the older version to prevent access of expired information. Hence, I have implemented app update mechanism…
Bharat Dodeja
  • 1,137
  • 16
  • 22
3
votes
1 answer

How can I add dependencies to local patched packages?

I am creating an in-house Python package for my company, and one package of its dependencies has a critical bug/misfeature (for what I would do, at least). I patched it and submitted the patch, but it isn’t merged to the upstream branch yet (and…
minhee
  • 5,688
  • 5
  • 43
  • 81
3
votes
1 answer

Is it safe to share iOS distribution certificate with third party developer?

We have an enterprise developer account and for an app we are working with an external developer. External developer needs to be able to build ipa files for us. From a security point of view, is it safe/recommended for us to share the distribution…
3
votes
0 answers

InHouse App - "MyAppName" is no longer available

I'm creating an in-house app using an enterprise certificate. The IPA is correctly installed in an iPad, and when running it, first it asks about: Untrusted App Developer Do you trust the developer "XXX" to run apps on your iPad? Trust - Don't…
nano
  • 2,511
  • 4
  • 25
  • 42
3
votes
1 answer

In-House Enterprise Distribution: iOS 7 device "Unable to Download App", iOS 8 device has no issue

I have been developing/distributing an iOS iPad app for over a year, but very recently have encountered a problem. When I run my code on both my iOS 8 iPad and iOS 7 iPad, there are no issues. I then switch to my Enterprise Dist provisioning profile…
lomokat
  • 373
  • 1
  • 5
  • 13
3
votes
4 answers

iOS8 Enterprise application download link click nothing happen in Safari?

hi i create a enterprise application and i upload plist and html file in dropbox but click in safari nothing happen my plist
sabeer
  • 603
  • 10
  • 28
3
votes
1 answer

Is it possible to distribute iOS app "in house" without Enterprise program?

I know questions like this one have been asked over and over again but I couldn't find an answer that goes straight to the point. I have seen guides that seems to allow you to distribute your app OTA without having to be part of the Enterprise…
3
votes
1 answer

Distribution of iOS in-house application that is developed under iOS Developer Enterprise Program

I am new to itunesConnect and iOS app development & distribution. I have an application that is developed and tested using the provisioning certificates that are generated by using an account of Account Type : In-House. Now the application is ready…
3
votes
2 answers

ios in-house distribution certificate expires

My enterprise app is in production and my in-house distribution certificate and provisioning profile is about to expire in 2 days. I am not clear on below items. Can anyone help me understand them? I knew apps that are submitted in app store…
CrazyDeveloper
  • 995
  • 1
  • 13
  • 24
3
votes
1 answer

In-house app distribution error using Mobile-Iron: required CoreFoundation property is missing

I've build an in-house distribution version of my app which is already available in the AppStore. I was invited by the customers development team and code-signed the app as a customer development team member with their Distribution- and Development…
iOS-Coder
  • 1,221
  • 1
  • 16
  • 28
3
votes
1 answer

What is the best way to distribute my iOS app to customers?

I have an iOS app which i want to distribute to my clients. I have almost 30 companies as my clients. Every company has their own webservice from where i get their data. Functionality and graphics will be same for every company. I think i need iOS…
3
votes
2 answers

iOS in house install icon wont go away

My application installs perfectly i have put my ipa and plist online with this but when i install my application the install icon stay's on the springboard en…
Andy Jacobs
  • 15,187
  • 13
  • 60
  • 91
3
votes
0 answers

Apple Distribution Certificates last for two years now?

According to the Apple developer documentation, each distribution certificate only lasts for one year: "A distribution certificate is valid for one year from date of issue." …
2
votes
1 answer

Resign iOS Application .iPA file without changing BundleId

background: we are getting iOS apps ( .ipa ) from external developers ( their apps may be submitted in the appstore ), and they want submit their apps in our internal store just by sending their .ipa to us we are installing apps using ota, by…
2
votes
1 answer

Transitioning to Fastlane Match Duplicate Certificates CI

I am trying to transition my team to using Fastlane Match. I have it working on my local machine, but not on our CI (jenkins) machine. Our CI machine still has the old certificate installed on it and I assume this is causing the issue. When running…
1 2
3
11 12