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

Am I including my unit tests in my Ad Hoc archive?

I'm preparing an ad-hoc release of our app to send off for UAT, and the Archive step is failing because of a linker problem while building my unit tests: Undefined symbols for architecture armv7: "_OBJC_CLASS_$_Category", referenced from:…
Simon
  • 25,468
  • 44
  • 152
  • 266
4
votes
1 answer

What is the difference between Ad Hoc provisioning profile and a Developer ID provisioning profile?

I'm packaging my app for Mac App Store distribution, but the app cannot be opened locally. I understand that this is because I'm signing with a Mac App Distribution certificate, which is only meant for submission to the App Store. But I want to test…
4
votes
1 answer

Ad hoc distribution add new device

I am trying to publish my app using ad hoc. And i was thinking about the 100 devices limitation. Let's say I published my app for 20 users for example. And after some time a new user asks for my app. What is the correct way to add him ? -- If it's…
Nicole
  • 134
  • 15
4
votes
5 answers

Certifcate: Unknown, Profile: None in xcode 10.1 archive

I tried to create an ad hoc build to test push notification in production certificate. While creating ipa file, I cannot install it via iTunes and had to load ipa using xcode. I'm using Houston to test it in command line, it prompts that push…
4
votes
0 answers

Xcode 9.3 breaking my AdHoc provisioning profiles

This has happened on 2 machines for me. My AdHoc(use for Hockey App) provisioning profiles were working fine until the last update. Now I get the: Provisioning profile "HAAdHoc19" doesn't include signing certificate "xxxxxxxxxxxxxxx" error when I…
4
votes
2 answers

After adding new UDIDs to provisioning profile, do I need to rebuild the IPA?

I have an app (adhoc dist.) and uploaded it to Diawi. Now, I should add new UDIDs. After add them, do I need to recreate or rebuild the IPA and re-upload to Diawi? Thanks in advance
4
votes
1 answer

Xcode 8 can't export archived build for Ad Hoc distribution

When I try to export my archived app for Ad Hoc distribution in Xcode 8, I get an error message that says: that there are no matching provisioning profiles, and that the existing profiles lack the application-identifier and keychain-access-groups…
matt
  • 515,959
  • 87
  • 875
  • 1,141
4
votes
3 answers

Diawi.com does not work for iOS9

Until yesterday I didn't install iOS9 and on iOS8 everything was running fine. But since today, I'm (and my client for that matter) using iOS9 and I'm no longer able to deploy the app using diawi.com (which was working fine under iOS8). Here is what…
Sebastian van Wickern
  • 1,699
  • 3
  • 15
  • 31
4
votes
1 answer

Selecting a provisioning profile for Ad Hoc Distribution in Xcode 6

Having issues doing this. It will NOT let me select the provisioning profile to use, instead it defaults to some XC Ad Hoc: * and I cannot change it. The correct profile is selected in the build settings. I get:
4
votes
1 answer

Programmatically distinguish between Ad-hoc and AppStore version of app

I have an app that sends logs to Keen IO for logging and analysis purposes. The code that sends logs to Keen IO is guarded by preprocessor macros, and hence it never sends any logs when I’m running it on the simulator or my own phone while…
Rahul Jiresal
  • 1,006
  • 13
  • 24
4
votes
2 answers

Ad hoc distribution: failed to install app

I'm developing an ios app (only for iphone) and trying to have other people test it. I have no problem installing the app on my own device through Ad hoc distribution. When I tried installing on another person's device, it always failed with the…
Vaeianor
  • 169
  • 1
  • 4
  • 15
4
votes
0 answers

IPA Download very Slow

Im downloading IPA file from iPad for AdHoc distribution but download so slow that can't end the download and show an error. I download other files from that server and the velocity it's ok, it seem be a problem with IPA files. I put the file in…
Simón Urzúa
  • 1,556
  • 2
  • 11
  • 16
4
votes
3 answers

Is it possible to deploy the App to the client permanently?

I have developed an App for my client and now I need to deploy it to him within his company, I have learned that, we need to make mobile provisions on Apple's developer portal,include the devices in it, so the App can be run on that particular…
Shailesh
  • 3,072
  • 3
  • 24
  • 33
4
votes
5 answers

iOS Ad-Hoc OTA distribution works for iOS 6 and fails with iOS 5

I'm having trouble with over the air (OTA) distribution for my Ad-Hoc builds. Building a universal iPhone/iPad app with base SDK 6.1, deployment target 5.0, architectures armv7 and armv7s. The very same ad-hoc build installs OTA on iOS 6 devices (3…
i4niac
  • 1,684
  • 1
  • 17
  • 20
4
votes
1 answer

iOS provisioning get-task-allow AND : profile not valid: 0xe8008012

I have an iPhone app that I've built for the app store. Before I get there, I need to test it internally. So earlier this week I went out, got a distribution provisioning profile and installed it on about 50 devices around my organization. No…
jdb1a1
  • 1,045
  • 1
  • 13
  • 32