Questions tagged [enterprise-distribution]

A distribution mechanism in Apple's Enterprise Developer Program, for hosting and distributing proprietary apps for a specific organization, outside of the App Store.

111 questions
2
votes
1 answer

Enterprise Distribution signing - who does it and why?

I'm developing an iOS app as part of our ISV company. We're using Xamarin.iOS, but I hope that shouldn't matter for this question. Some of our customers that will get the App are using an MDM (AirWatch) to manage devices and install the App on their…
vividos
  • 6,468
  • 9
  • 43
  • 53
2
votes
2 answers

Enterprise Distribution Profile Update Without App Update

According to this link in the section "In-house apps | Providing updated apps", I should be able to just distribute a new .mobileprovision file instead of forcing users to install a new version of the app: For users who already have the app, you…
2
votes
1 answer

Switching iOS individual to Enterprise

I have got a standard iOS individual developer license for $99. Now I am in need of iOS Enterprise license which requires $299. Can I use the existing license for Enterprise distribution itself( By paying only $199) or Do I need to get new…
Bharathi
  • 485
  • 6
  • 16
2
votes
3 answers

Enterprise Wireless Distribution doesn't work iOS 5.1.1

I've been searching all over and cannot seem to find an answer to this. I'm hoping someone here can help. I'm somewhat new to iOS app development so please bear with me if my terminology is off. I'm working on an in-house Enterprise iPad app for…
grayeSharp
  • 21
  • 1
1
vote
2 answers

App failed to launch "No such process" / certificate untrusted issue

I'm trying to automate the creation of an .ipa file for development step. I have an enterprise licence, and I use a distribution cert. (It's a Distribution certificate for an Enterprise distribution. So I don't publish on app store) Here my code so…
1
vote
1 answer

Expired Provisioning-profiles update

We have multiple applications custom build for specific clients. Each application has its own "Enterprise" Distribution Certificate "iOS UniversalDistribution". Today we received word that all our client's applications have stopped working, they…
1
vote
0 answers

Xcode Enterprise Distribution Not Embedding Mobile Provisioning Profile

I recently updated to Xcode 10 (on accident). Before the update, automatic code signing worked perfectly fine and the appropriate provisioning profile was embedded. Now, after I go through the distribution wizard it generates the .ipa without…
1
vote
1 answer

Notarize review process for iOS app | WWDC

I was checking WWDC-2018 (Platforms State of the Union event for developers). Apple outlined a number of new protections that are coming to the Mac OS Mojave and iOS 12. One of the points was notarization review of Mac OS application before…
Fayza Nawaz
  • 2,256
  • 3
  • 26
  • 61
1
vote
2 answers

iPhoneX Error - This app was not installed from the App Store and must be reinstalled manually

My application is signed with Enterprise distribution certificate. When I try to install my app on iPhone X it installs successfully but when I try to open, it gives me an error "This app was not installed from the App Store and must be reinstalled…
Abuzar Amin
  • 1,981
  • 1
  • 19
  • 33
1
vote
1 answer

if iOS enterprise distribution certificate is expired, my app will can not open?

I have a app that use enterprise distribution certificate archive, but the enterprise distribution certificate will expired, if it expired, The app installed on the user's iPhone will not open?
rudy yang
  • 21
  • 5
1
vote
1 answer

how to change from Apple Developer Organisation Program to Apple Developer Enterprise Program?

i am new to iOS so by mistake i enrolled for Apple Developer Organisation Program (99 USD per membership year), my requirement is to distribute apps to only for selective number of customers but not through Appstore. So by some RnD i got to know…
1
vote
1 answer

Hidden app icon on iOS launcher

How can i hidden app icon on iOS, I develop App for Enterprise, there are two Apps,for some reason,I need to hidden App A's icon form launcher, make it only can be open in App B. Because Apps will not distribution on App store, any private API can…
waitianlou
  • 563
  • 3
  • 15
1
vote
0 answers

iOS enterprise distribution 4g download limit?

We know AppStore has a limitation that we can't download apps larger than 100MB via 4g.However I came across the same issue when I was installing an app for enterprise distribution which is over 100MB. The app is waiting all the time unless I change…
Xingxing
  • 580
  • 1
  • 6
  • 17
1
vote
0 answers

iOS 10 Enterprise Deployment Failing - Authentication Required

I have been working to solve this issue for about a month now and I'm finally turning to the good people of Stack Overflow for some assistance. To make a long story short, our enterprise app provisioning profile expired, so I created a new profile,…
Clint Warner
  • 1,265
  • 1
  • 9
  • 25
1
vote
1 answer

Possible to share iOS App Groups between an Enterprise team and a standard team?

Apple offers a few different account types. Standard at $100/year and Enterprise at $300 /year. I have both, and want to share information between the deployed apps, perhaps using App Groups. Is this possible in iOS ?