in-house-distribution

How to distribute enterprise iPA files

扶醉桌前 提交于 2019-12-08 05:57:34
问题 First of all, let me explain that I have no experience with xcode or any apple products whatsoever. I recently have been working with a developer to create a iOS app for my business. I'm posting this because my experience with this developer has been less than awesome and I need some more professional guidance. The app my developer was creating is intended just to be used to communicate with my employees who are out in the field and not in my office. I'm using a PHP program I created to push

Inject dynamic library into enterprise app (ipa)

廉价感情. 提交于 2019-12-06 00:10:48
问题 I want to inject my library into an existing enterprise app (ipa file). I found mach_inject, but thats only for MacOSX. Its possible because https://www.mocana.com is doing so. Please help. Any ideas, suggestion would be really helpful. 回答1: It is not clear what you want to do but mach_inject is a way for user apps to interface with the MAC OS kernel using the Mach ports it is not relevant at all to IPAs which are essentially an archive - similar to zip or Tar. I suspect that based on what

Resign iOS Application .iPA file without changing BundleId

爷,独闯天下 提交于 2019-12-04 21:48:53
background: we are getting iOS apps ( .ipa ) from external developers ( their apps may be submitted in the appstore ), and they want submit their apps in our internal store just by sending their .ipa to us we are installing apps using ota, by sending plist to our endusers, itms-services://?action=download-manifest&url=[PLIST_URL] i was using some GUI signing tools such as iResign, iOS App Resigner and AppResigner, injecting custom entitlements, injection App Transport Security into info.plist. and when i tried to install apps which are signed by these tools, install popup is shown correctly,

Inject dynamic library into enterprise app (ipa)

自古美人都是妖i 提交于 2019-12-04 05:03:27
I want to inject my library into an existing enterprise app (ipa file). I found mach_inject, but thats only for MacOSX. Its possible because https://www.mocana.com is doing so. Please help. Any ideas, suggestion would be really helpful. It is not clear what you want to do but mach_inject is a way for user apps to interface with the MAC OS kernel using the Mach ports it is not relevant at all to IPAs which are essentially an archive - similar to zip or Tar. I suspect that based on what you are describing that you have a library that you want link edited / included in a user app but you don't

iOS8 - distributing Enterprise app via itms / MDM

爷,独闯天下 提交于 2019-12-03 10:22:34
问题 In IOS6 and 7 we have been successfully distributing an iPad enterprise app using the itms method via a page on our client's website. This was simple and reliable for the client. In iOS8 (as others have noted) the documentation for itms distribution has disappeared, and the auto-generation of the manifest plist has disappeared in Xcode 6. itms download still works for us, with the downside that the current app is no longer backgrounded when an itms download starts. However, Apple are

iOS expiring Distribution Provisioning Profile questions

不想你离开。 提交于 2019-12-03 06:45:12
We have an iOS "In-House" app (distributed OTA) with a Distribution Provisioning Profile that, as you may know, expires in 1 year. We have gone through upgrading the profile and distribution pains last year, so we are familiar with the process of distributing the app with a new profile, but I want to ask some questions just for clarity. (We are currently 29 days away from expiration, so users are getting notified) Last year we thought that creating a NEW distribution provisioning profile with the same name as the expiring profile would overwrite the expiring profile. We were incorrect, it does

Exporting In-House iOS app says certificate “Unknown”, profile “none”?

别等时光非礼了梦想. 提交于 2019-12-03 06:38:52
问题 I put together a test app simply to test In-House distribution through our Enterprise Developer Account. Before archiving I checked that all signing settings looked good. Debug and Release show the correct provisioning profile and certificate. Then I ARCHIVE the app. The prompts show this: The correct cert and provisioning profile are shown. As the archive route continues I get to this screen: I am trying to understand why it says: Certificate "Unknown" and Profile "None" As I then try to

Exporting In-House iOS app says certificate “Unknown”, profile “none”?

醉酒当歌 提交于 2019-12-02 19:13:16
I put together a test app simply to test In-House distribution through our Enterprise Developer Account. Before archiving I checked that all signing settings looked good. Debug and Release show the correct provisioning profile and certificate. Then I ARCHIVE the app. The prompts show this: The correct cert and provisioning profile are shown. As the archive route continues I get to this screen: I am trying to understand why it says: Certificate "Unknown" and Profile "None" As I then try to distribute this through our MDM solution it never installs. My question is: when distributing in-house

Is it possible to generate Enterprise/In house Provisioning Profile of a wildcard AppID?

半城伤御伤魂 提交于 2019-12-01 03:54:07
I am trying to generate a Enterprise provisioning profile from an wildcard AppID but I am required to set a explicit AppID to generate the provisioning profile. One mobileprovision with a wildcard appID would be enough for our users to install our different applications and they are not forced to install a mobileprovision for each .ipa we develop. I am pretty sure this was possible in the past (around 2014) How could achieve this? Edit (Some more information added) I am able to create wildcard appIDs and with those appIDs I can generate development or ad-hoc provision profiles but not In House

Is it possible to generate Enterprise/In house Provisioning Profile of a wildcard AppID?

家住魔仙堡 提交于 2019-12-01 01:08:08
问题 I am trying to generate a Enterprise provisioning profile from an wildcard AppID but I am required to set a explicit AppID to generate the provisioning profile. One mobileprovision with a wildcard appID would be enough for our users to install our different applications and they are not forced to install a mobileprovision for each .ipa we develop. I am pretty sure this was possible in the past (around 2014) How could achieve this? Edit (Some more information added) I am able to create