Questions tagged [ad-hoc-distribution]

A distribution mechanism in Apple's iOS Developer Program.

With Ad Hoc distribution, you can share your app with up to 100 iOS devices via email or your server.

514 questions
19
votes
1 answer

Do I need to rebuild application after adding a new iPhone in ad hoc distribution?

I'm using Ad Hoc distribution to send preview/beta version of my iPhone apps to customers for approval. I'm always sending a zipped application and mobileprovision files. Sometimes however I encountered situation when nothing in the application…
RaYell
  • 69,610
  • 20
  • 126
  • 152
18
votes
2 answers

Xcode 7 with El Capitan unable to sign binary for export - can't press "allow" button

I'm running into an issue where a Mac OSX 10.11 El Capitan is unable to codesign a binary for adhoc distribution. The issue is bizarre: I've transferred a distribution cert on this mac XCode asks me if it can use a private key to sign the…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
18
votes
3 answers

Check if app is ad-hoc|dev|app-store build at run time

I'd like to check this for build information in a debugging screen. Is there a way to check this at runtime? I realize that I could set compiler flags for the builds or similar, but if there is an existing method that I could leverage I'd like to…
VaporwareWolf
  • 10,143
  • 10
  • 54
  • 80
17
votes
7 answers

Xcode 6 GM creating archive

I am attempting to create an archive .ipa for distribution via testflight. The archive creates, and I choose export, then choose ad hoc, then select my team. However, at this point I get the below screen. I know that my certificate is valid, as I…
steventnorris
  • 5,656
  • 23
  • 93
  • 174
17
votes
1 answer

Submitting Ad-hoc app to Appstore / iTunesConnect

I know how to sign an app with Appstore mobile provision, and how to re-sign an Adhoc-signed IPA with Appstore mobile provision. This is not my question. My question is, can you submit Adhoc-signed IPA to Appstore / iTunesConnect, and have it pass…
17
votes
6 answers

Ad Hoc iOS .ipa file won't install for devices added to profile since iOS 7 came out

I have an iOS app that I've developing for a while. Initially there were around 8 devices in the iOS dev account, ad builds were prepared and distributed through Hockey App, no problems. Recently, we've added a bunch more devices, but for some…
16
votes
1 answer

How come I can install an app store distribution build directly on my device?

I was under the impression that it was impossible to install an app store distribution build directly on a test device (without going through the actual App Store). I found multiple references to the following note by Apple (though I could not find…
16
votes
7 answers

No Identities are available for signing in Xcode 5

I have followed every direction given here but in-vain. Created/Added distribution provisioning profile (1000 times) Deleted and created certificates. Added them to keychain. Create distribution profile using new certificate. I get no warning or…
Kurt Watts
  • 169
  • 1
  • 1
  • 4
16
votes
3 answers

How to add a device to an existing Ad-Hoc Provisioning Profile?

Have just noticed that Apple redesigned iOS Dev Center this weekend. I need to add a couple of devices to an existing Ad-Hoc provisioning profile. But when I push Edit button, I can change only Name and App ID. Is it any way to do it except of the…
Dmitry Khryukin
  • 6,408
  • 7
  • 36
  • 58
16
votes
2 answers

Is there a way to view your app's .entitlements file from your app's .ipa archive?

I think there's an issue with my app's .entitlements file when a .ipa is created and so I want to check the Bundle ID of the entitlements file. There's a fairly complicated build script I am using to change some stuff in there before building so I…
fjlksahfob
  • 1,019
  • 3
  • 16
  • 27
15
votes
3 answers

Can I debug iOS app installed from IPA archive?

I m having some problem with my app which reproduces only when i install it ad hoc, but doesn't reproduce if i just run the app from Xcode. I would like to debug this problem, but so far i m not having any luck. I m using Xcode 5.1.1. Here is…
Yevgeniy P
  • 1,480
  • 1
  • 15
  • 23
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
1 answer

Xcode : Can't Export in-house app .. provisioning profile error

I'm trying to distribute my app as a in-house app.. But i'm having this error : Your account does not have permission to create iOS In House provisioning profiles. These are the steps i'm following : My account (Entity) type is Company /…
MujtabaFR
  • 5,956
  • 6
  • 40
  • 66
13
votes
2 answers

How to create ipa without Apple Developer Program in Xcode7

What i am trying to do is create an ipa using Xcode7 for ad hoc distribution. I haven't done it earlier, this is my first try. Searched s/o and get to know that earlier it is possible to create ipa file with Xcode5. I was trying the way explained…
Kunal Kumar
  • 1,722
  • 1
  • 17
  • 32
13
votes
1 answer

Cannot renew an Ad Hoc profile before it expires because no certificate matches the certificate ID

My Ad Hoc profile is about to expire in 14 days. There is a a "renew" button for my ad hoc profile in the organizer but when I click it I get... There are no current certificates on this team matching the provided certificate IDs. The profile in…
user278859
  • 10,379
  • 12
  • 51
  • 74
1
2
3
34 35