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
2
votes
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,998
  • 6
  • 50
  • 93
1
vote
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…
1
vote
0 answers

How can i distribute an iOS product application through Appstore or using any other medium to multiple clients?

We are having a product application and need to distribute it to multiple clients with different themes n colours. Currently we are uploading these multiple targets to our own apple itunes accounts and releasing on Appstore. These apps are publicly…
Thomas Paul
  • 355
  • 5
  • 13
1
vote
1 answer

IBM MobileFirst Application crashes on IPhones that upgraded their IOS to 12 And the IPA is being distributed as an enterprise

My developed application remains in background and doesn't open on Iphones that upgraded their IOS version to 12. When I run the application from Xcode into a real device it works just fine, the mentioned problem arise when trying to export the ipa…
1
vote
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
  • 133
  • 1
  • 12
1
vote
1 answer

Limitations of HockeyApp for iOS Enterprise App distribution

I was looking for platforms which can host over-the-air distribution of iOS enterprise App. I came to know about HockeyApp but I dont know the limitations. Can anyone clarify following points: Is there any trial period for free account? Is there…
Vineet Ravi
  • 1,457
  • 2
  • 12
  • 26
1
vote
1 answer

Develop and implement MDM technology for parent Control app

I have gone through various MDM documents given by apple and third party, like this and like this. After reading all of this and many other documents what I have found are, you need to Enterprise account for develop MDM certificate and MDM…
Rushi trivedi
  • 737
  • 1
  • 15
  • 37
1
vote
0 answers

How to download OTA in-House iPA app file

I've been trying to set up a link on my website that allows visitors to download an enterprise app file of mine. I have been following the instructions from Apples site here: https://help.apple.com/deployment/ios/#/apda0e3426d7 However, whenever…
Austin
  • 1,619
  • 7
  • 25
  • 51
1
vote
1 answer

iOS enterprise APNs certificate expiry

We have a production APNs certificate due to expire shortly for an enterprise app. Is it just a case of creating a new production APNs certificate for our app ID and replacing the certificate that's due to expire with our push notifications…
Charlie W
  • 39
  • 7
1
vote
1 answer

Fairplay encryption on enterprise iOS applications

I am building an app that will be distributed with an enterprise license. I am following these steps to build the application from xcode: Choose Generic iOS Device. Product -> Archive Window -> Organizer -> Export -> Save for Enterprise…
lostintranslation
  • 23,756
  • 50
  • 159
  • 262
1
vote
1 answer

MDM and MAM capabilities on iOS

How does MDM and MAM capabilities work on iOS. Do we need a third party client running on iOS devices to receive MDM/MAM commands from the https server. How does the enrollment happen and I am sure that iOS depends on push notifications to receive…
Trident
  • 810
  • 9
  • 20
1
vote
2 answers

iOS Enterprise: What should I change or keep the same so an updated app installs over the older version?

I'm responsible for re-signing apps, which our vendors create, with our Enterprise cert and then distributing them internally. The last time we had an update to an existing app, users had to uninstall the old version before installing the new one…
MJA
  • 350
  • 1
  • 3
  • 15
1
vote
0 answers

Self hosted tool for managing updates to an iOS Enterprise app

I'm searching for a solution to a) distribute and b) update an enterprise iOS app to our users. I'm searching for something like HockeyKit, but not that outdated. We'd like to host it by ourself, so an open source solution would be ideal. I know…
Alex
  • 2,398
  • 1
  • 16
  • 30
1
vote
0 answers

iOS8 Enterprise App install issue, working in iOS7

We created ipa file by using Enterprise Apple account and placed the ipa file in server along with plist. We are able to download the app in iOS7,iOS6 devices but not able to download in iOS8 device. Below is my plist and device logs. I followed all…
1
vote
2 answers

Enterprise Deployment certificate and profiles

I'm currently using iOS Developer Enterprise Program for Enterprise Deployment. I want to know what happen when the Certificate and/or the Provisioning profile expire. For now I created a bunch of provisioning profiles to be as far as I can to the…