A distribution mechanism in Apple's iOS Developer Program.
Questions tagged [ad-hoc-distribution]
514 questions
8
votes
1 answer
Submitted app to appstore with adhoc profile
I submitted a new app to the app store today. The upload was accepted by Apple so I assume everything is correct. But I had a thought. Take a look at the screenshot I've attached, the distribution profile I used, the method is set to 'Ad-Hoc' (I was…

Andrew Davis
- 2,310
- 1
- 24
- 43
7
votes
4 answers
Invalid IPA error on Testflight: The APS environment in your embedded.mobileprovision and your binary don't match
I am sorry for posting so many questions, but getting this to work has been incredibly painful, even tho Testflight makes it much easier
Invalid IPA error: The APS environment in your embedded.mobileprovision and your binary don't match
I figure…

meow
- 27,476
- 33
- 116
- 177
7
votes
0 answers
Caching HTTP Authentication credentials for itms-services:// urls in Safari on iPad
I have an ad-hoc iPad app distribution server setup to allow users to download nightly builds of an iPad app through Safari, and I have Basic HTTP Authentication setup on the server.
When the user clicks the link to download the app, which looks…

Dave Morris
- 856
- 9
- 25
7
votes
2 answers
XCode4 Building Problem - Code Signing Identity Ad Hoc missing
trying to build an ad hoc distribution with Xcode 4.
Consider that my project.xcodeproj was created with a very old version of Xcode.
Now Looking around at Build Setting I cannot find Code Signing Identity Ad Hoc as shown into attached image:
Any…

freedev
- 25,946
- 8
- 108
- 125
7
votes
3 answers
Export IPA error on Xcode 7 in El Capitan
Since Xcode 7 and El Capitan I can't export an archive into an IPA file. When I finish the flow Export... > Save for Ad Hoc Deployment > Export (button) it displays the following error: Coulnd't find any platforms at all in…

anavarroma
- 1,382
- 1
- 12
- 29
7
votes
1 answer
Archive Build iOS App with XCode Open
I am currently able to adhoc build my iOS app using the following command:
xcodebuild -workspace MyApp.xcworkspace -scheme MyApp -configuration AdHoc archive -archivePath /Users/andrewherrick/Desktop/MyApp.xcarchive
It works great when my phone…

aherrick
- 19,799
- 33
- 112
- 188
7
votes
1 answer
AdHoc Installation fails on older iPad running iOS 5.1.1 - /usr/libexec/installd crashes
I have an app that I am distributing using AdHoc - that works fine (using testflightapp.com) on most devices, however I have two older ones which run iOS 5.1.1 and iOS 4.3 respectively and on those I just can't get the app installed.
The app has…

patschiboy
- 1,091
- 8
- 21
7
votes
5 answers
Ad-hoc app always fails to install
So I having problems installing an ad-hoc distribution app on an ipad 1 with ios 5. I don't have this problem when installing in other ipads... here the console log after failing installation:
Mar 16 19:09:58 iPad SpringBoard[635] : Killing…

user2387149
- 1,219
- 16
- 28
6
votes
2 answers
iPhone - how to change the build configuration to distribution
I have been following apple's instructions to get my app to iTunes.
I can not figure out how to open the Target info window so I can change the build to distribution.
I tried clicking on all the icons, left clicked. Looked at all the menu items,…

Ted pottel
- 6,869
- 21
- 75
- 134
6
votes
4 answers
How to build an iOS AdHoc app with flutter
I have an flutter app for ios and can build it for the app store using:
flutter build ios --release
But how can I build an Ad-Hoc app for ios?

Nathan
- 7,099
- 14
- 61
- 125
6
votes
2 answers
App store connect user but not developer?
My client added me to appstoreconnect as an App Manager and Developer, but I still can't make builds in Xcode, and can't see my new developer team.
I don't think the client's developer account is an organization.
Is there any way I can archive…

xytor
- 406
- 4
- 16
6
votes
1 answer
How can I generate plist and ipa together for wireless distribution in new XCode 6
I have done this numerous times in XCode 5 and generated ipa (along with plist) for Adhoc Distribution for my app. But in the new XCode 6, I am unable to see this option.
In XCode 5, I saw this screen, which let me put my variables.
In XCode 6, I…

Steve
- 2,546
- 8
- 49
- 94
6
votes
3 answers
iOS8 Beta Ad-Hoc App Download (itms-services)
I have an ipa built using my Wildcard profile.
I am hosting the ipa, and my testers are downloading it on our devices.
For iOS7+ devices it is working fine.
I have installed the iOS8 Beta on one of my devices.
If I install my app from the app store…

Southy
- 93
- 1
- 1
- 7
6
votes
3 answers
iOS app crashes using adhoc distribution profile
i creates iOS app and it works completely using development profile in device. it never crashes in device using development provisioning profile.
But when i create its adhoc distribution profile and creates ipa with it then the app crashed at many…

Ashish Ramani
- 1,214
- 1
- 17
- 30
6
votes
3 answers
iOS Ad Hoc installation failing
I'm getting the following error when I try to install an app via TestFlightApp.com.
"Unable to download application. "helloworld" could not be installed at this time.
I've also tried installing via iTunes and the Apple Configurator.
When I first…

Pete
- 4,542
- 9
- 43
- 76