Questions tagged [ios-enterprise]

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.

82 questions
426
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,436
  • 6
  • 33
  • 37
17
votes
5 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,009
  • 7
  • 17
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,169
  • 5
  • 28
  • 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…
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…
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…
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,307
  • 6
  • 38
  • 82
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
  • 36,166
  • 41
  • 170
  • 346
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,564
  • 1
  • 12
  • 30
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
  • 7,803
  • 5
  • 32
  • 53
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…
5
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,297
  • 12
  • 31
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.
  • 223
  • 1
  • 11
4
votes
1 answer

How can I host an iOS IPA on a SharePoint 2013 site?

I'm trying to distribute an Enterprise signed iOS App to employees via a secured SharePoint site but it doesn't want to work. When clicking the specialized link to the manifest.plist file I get the prompt Open this page in "App Store"? I click…
MJA
  • 242
  • 3
  • 13
1
2 3 4 5 6