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
1
vote
1 answer

iOS8 iCloud backup not restoring enterprise app data

We have an enterprise iOS app that currently stores all of its data locally (core data plus a folder full of images) and a substantial number of users who have been using iCloud to backup their devices frequently. Restoring after device failure and…
joshOfAllTrades
  • 1,982
  • 14
  • 10
1
vote
2 answers

MDM iOS Enterprise app distribution

We have different enterprise applications distributed via Airwatch MDM. When some distribution profile was expiring after 1 year earlier we could see a popup on the iOS devices. Now its not showing due to some reason. I'm not sure why. Also I can't…
Charith Nidarsha
  • 4,195
  • 3
  • 28
  • 32
1
vote
1 answer

Developing iOS app for customers corporate appstore

This is my scenario. I work for Company-A and have developed and released an app in Apple AppStore. My company is enrolled in iOS Developer Enterprise Program. This allows me to host the app in our corporate appstore so that QA spread across the…
Varun
  • 1,014
  • 8
  • 23
1
vote
2 answers

What limitations does over the air distribution of enterprise apps have?

I just try to understand the process of deploying enterprise apps. My app is on a webserver which is accessable from the outside as well, which gives me the possibility to install the app at home. This seems like a security breach for Apple, I mean…
Trantec
  • 397
  • 1
  • 4
  • 14
0
votes
1 answer

iOS App distribution for enterprise( Distributing app to a client organisation)

I’m part of an enterprise and we have enrolled apple enterprise license . I’m looking for iOS enterprise distribution. I wanted to distribute my app to my client organisation. How can I do it ? What developer program my client organisation has to…
0
votes
2 answers

How can I make Appclip work with Enterprise distribution and AppStore distribution in the same time

I know "Enterprise distribution isn’t available to App Clips" form Apple's document, but our company's internal testing is using "enterprise distribution" as it fits our team. We can accept the internal distribution without Appclip, and upload to…
Alex_Xie
  • 1
  • 1
  • 1
0
votes
1 answer

How can I fix enterprise app distribution for React Native on iOS13?

I have a React Native application and I use Expo. It's distributed to enterprise through a download link and not through the app store. The ipa works on iOS13 devices, and the download works for ios12 and below, but stopped working from ios13. If…
oligopol
  • 810
  • 11
  • 17
0
votes
1 answer

Can we distribute Enterprise ios app through Apple Business manager?

I have gone through this solution here. I am confused between B2B apps and enterprise apps. Does both are same? I am distributing my enterprise app using https(itms-services) link to other users. So, how to do this with Apple Business manager? Does…
Kirti Nikam
  • 2,166
  • 2
  • 22
  • 43
0
votes
1 answer

App will crash after provision profile of enterprise account expires

App will crash after provision profile of enterprise account expires. I have thought four ways to update it, but I believe there is a better way. 1.Rebuild app before expire date, and notice users to update by email or phone call. --This is userful,…
Edward
  • 1
0
votes
0 answers

iOS enterprise distribution - GPS issue

I have developed an app for my organizations employee and distributing it using apple enterprise program account. Now in this app there is a functionality to get GPS data of that device. Its working perfectly on the debug build but when I make a…
Sujeet Kumar
  • 1,280
  • 1
  • 17
  • 25
0
votes
0 answers

Can you do a live deploy on Enterprise apps?

The Enterprise apps are not in the public app stores but in an internal location that only in the organization can use. But the process of installing and authorizing the app is a tedious multi-step for many internal users who are not tech-savvy or…
junerockwell
  • 838
  • 1
  • 9
  • 29
0
votes
0 answers

iOS - How to verify files that my app created are encrypted

In my app I've enabled "Data Protection" in XCode -> Capabilities (Also in the developer.apple.com). I've set the "Sharing and Permission" to be "Complete Protection" in developer.apple.com. Everything looks correct in the setup. The app runs fine.…
oriharel
  • 10,418
  • 14
  • 48
  • 57
0
votes
1 answer

Crashlytics on iOS Enterprise apps

How can I get the crashes to show on Fabric.io dashboard/site on Enterprise Apps? We have clients that have Enterprise Apple Developer Accounts, we deliver the app by only sending them the .IPA. After installing Crashlytics and integrating to the…
SleepNot
  • 2,982
  • 10
  • 43
  • 72
0
votes
2 answers

Distributing iOS Application to staff within an Organisation

Intro My company has built an application and we are ready to move it into production. The application built must be private and should be available to staff only. So this rules out iTunes and leaves us with Apple Enterprise Developer Program and…
0
votes
1 answer

iOS Enterprise update integration

the case: I'm using iOS Enterprise Program for Ionic 2 app. One of issues for such distribution type was in supporting update flow. To solve this, we created simple JSON on server side to check available update. When update is available, user sees…
Autumn_Cat
  • 790
  • 1
  • 14
  • 28