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
0 answers

Password protecting files in NSDocumentsDirectory

Hi I asked a question earlier and could not get a perfect answer for it. So let me ask this question once more, I have a requirement where I will be password protecting all my files in the NSDocumentsDirectory with a key that will be pushed from a…
Satheesh
  • 10,292
  • 6
  • 47
  • 89
0
votes
0 answers

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
0
votes
1 answer

How to properly renew enterprise iOS distribution certificate before expiration?

I am currently 3 days from the expiration of 1 of my two allowed Apple Developer enterprise certificates; the provisioning profile for the app in question is also expiring on the same day. What I'm trying to figure out is what is the safest and…
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
  • 680
  • 9
  • 14
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,026
  • 2
  • 18
  • 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 Developer Enterprise

Does anyone know where I should go to if I need to get in contact with Apple Developer Enterprise Technical support. I am looking to get help distributing an in-house app. Please need help with a couple of things
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,162
  • 1
  • 15
  • 24
0
votes
0 answers

iOS enterprise application crashing on iOS 12

I have an Enterprise application hosted in HockeyApp. The app is signed with Enterprise certificate and provisioning profile. I checked the expiration dates of both. Those are not expired. When I am downloading the app in iOS 12, it crashes as soon…
chandvoid
  • 113
  • 1
  • 11
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
  • 678
  • 8
  • 25
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,100
  • 14
  • 45
  • 55
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,812
  • 9
  • 41
  • 68
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
  • 745
  • 11
  • 26