The question is regarding an iOS Enterprise App. These apps are not released to the Apple iTunes App Store and does not go thru the App Store review process. For these kind of apps the developer can chose to ignore many rules set by Apple and also use private APIs if this is required for the apps functionality. Developers making apps using the iOS Enterprise Developer Program know that private APIs can change in the future but often have good reasons.
Questions tagged [ios-enterprise]
82 questions
427
votes
6 answers
iOS9 Untrusted Enterprise Developer with no option to trust
This is not a duplicate of Untrusted App Developer. Since iOS9 there is no option to trust an enterprise build. Has anyone found a workaround?

Ryan Romanchuk
- 10,819
- 6
- 37
- 41
40
votes
8 answers
Getting issue in keychain: iPhone Distribution Certificate is not trusted
I'm working on iOS enterprise application, now our iOS distribution certificate is expired and I'm creating new certificate using below steps:
Create certificate sigining request from keychain access.
Login with developer.apple.com and generate…

Prashant Chaudhari
- 1,239
- 1
- 9
- 18
14
votes
2 answers
Not Verified Enterprise Developer Message Reappears in iOS 9
I develop an enterprise app that I have installed onto a group of iOS 9.1 and 9.2 iPads.
I have trusted the profile after app installation (e.g. following the steps in this question: iOS9 Untrusted Enterprise Developer with no option to trust) and…

HaemEternal
- 2,229
- 6
- 31
- 50
14
votes
4 answers
Distributing iOS App on App Store and Enterprise
TLDR :
A. Issue in exporting app with Enterprise Cert
Error : wildcard app id cannot be used to create in house provisioning
profiles
B. Right approach to distribute app on Enterprise and AppStore
We have been distributing apps on Apple's…

k-thorat
- 4,873
- 1
- 27
- 36
13
votes
3 answers
Upgrade's application-identifier entitlement string does not match installed application -> rejecting upgrade
I have an iOS app that is now around 3 years old. It is signed with an enterprise profile. We have released seven versions of the software, the last time being almost a year ago. Currently we are trying to do a new release but have found that due to…

drew2dev
- 161
- 1
- 1
- 5
10
votes
1 answer
Bluetooth LE, scanForPeripheralsWithServices in background, increase speed
I am using Bluetooth LE on iPhone 5S and I have done the following:
I have a bluetooth peripheral and I have configured it to advertise each 20th ms on all three bluetooth advertising channels (37, 38 and 39).
I have configured my app with…

www.jensolsson.se
- 3,023
- 2
- 35
- 65
8
votes
5 answers
Possible to read the enterprise iOS download link plist from within the app?
I'd like to distribute an Enterprise iOS app such that by the time the user opens it, it is already displaying their name and other info, even though the .ipa is the same .ipa that every other user downloads. I figure that I could do this by giving…

Alexander Wallace Matchneer
- 3,289
- 1
- 23
- 26
7
votes
1 answer
cannot connect to example.com in iOS enterprise app
I'm facing a serious problem. I'm trying to make a enterprise app live.By using BetaBuilder I follows these steps:
myApp.ipa
manifest.plist
index.html
manifest.plist:

Poles
- 3,585
- 9
- 43
- 91
6
votes
1 answer
iOS Enterprise distribution warning message
I have an iOS application that I am distributing using the enterprise distribution method (posting the IPA file to a website). When a user installs the application there is a warning message that reads:
Are you sure you want to open the…

Nathan
- 1,609
- 4
- 25
- 42
6
votes
0 answers
How to programmatically get phone number with iOS11 for Enterprise app
Yes I know full well its not possible to get the phone number using public APIs.
I want to know what the latest situation is regarding how to get the phone number using private APIs for an enterprise app with iOS11.
All the past questions I could…

Gruntcakes
- 37,738
- 44
- 184
- 378
6
votes
2 answers
App crashing suddenly on launch - iPhone enterprise version
I have enterprise version installed on few of the devices.
On one of the device app is crashing immediate after the launch button click every time.
It is working on other device without crash. Can any one help me on the issue that why it is…

Esha
- 1,328
- 13
- 34
6
votes
1 answer
iOS Enterprise Distribution app QR code Download Issue
We are trying to create a QR code of this URL:
itms-services://?action=download-manifest&url=itms-services://?action=download-manifest&url=https://url/app.plist
So that if user scans the QR code, they should get a popup for installation of the…

Mukesh
- 3,680
- 1
- 15
- 32
6
votes
1 answer
Strange issues with iOS enterprise app
I'm in charge of developing an in-house enterprise app for the company I'm working for. I've hit a huge roadblock that I can't figure out.
The app use's audio units, I have 3 iPhones:
3gs - iOS 5.1.1
4 - iOS 5.1.1
5 - iOS 6
using a provisioning…

Simon McLoughlin
- 8,293
- 5
- 32
- 56
5
votes
1 answer
How can I distribute an iOS app to 50k users by invitation only?
I have a client who wants to deliver the app to 50k specific users, at start. Then he wants to go public with the app after some time. However, this could not be seen by users as beta testing, since it's just an "exclusive" earlier possibility to…

Hanna Dutkiewicz
- 53
- 3
5
votes
1 answer
iOS Enterprise Deployment / Expiration
We recently signed up for an iOS Enterprise account for internal app distribution.
Searching the forums reveal two things which I would like to get a confirmation for:
1- The enterprise distribution certificate lasts 3 years. Does this mean we will…

David C.
- 253
- 2
- 12