a solution designed for a specific problem or task, non-generalizable, and not intended to be able to be adapted to other purposes
Questions tagged [adhoc]
552 questions
158
votes
15 answers
iPhone Debugging: How to resolve 'failed to get the task for process'?
I have just added a provisioning profile to XCode (needed to support notifications and in app purchase), setup as needed the build configuration for ad hoc distribution, and tried to run the app on the device (I have done this several times in the…

Massimo Cafaro
- 25,429
- 15
- 79
- 93
98
votes
11 answers
Can Android do peer-to-peer ad-hoc networking?
Is it possible to set up Android in ad-hoc peer-to-peer wifi mode? For example, I would like to have one phone broadcast a message, and have all peers in the network receive the broadcast, without having a server. I would like to use wifi since…

Doughy
- 4,115
- 6
- 36
- 39
83
votes
10 answers
What does "ad hoc" mean in programming?
The term "ad hoc" is used in programming. What exactly does it mean?

Saar
- 8,286
- 5
- 30
- 32
77
votes
2 answers
iPhone ad hoc build using Xcode 4
I just switched to Xcode 4 and need to make an ad hoc build so my customer can test my app. Yet every tutorial I find is based on Xcode 3 and I can't seem to find my way with Xcode 4 on similar settings and actions I need to do. Is there a tutorial…

eMich
- 1,736
- 1
- 14
- 16
72
votes
19 answers
The executable was signed with invalid entitlements
I am having a problem with ad-hoc distribution on my iPhone. I have developed an application with SDK 3.0. I have a developer's license. I have added certificates and provisioning profiles in my project. So, no problem with that.
But, when I try to…
pJosh
67
votes
5 answers
How to connect android wifi to adhoc wifi?
I'm new on the android system.
Is this correct, the android 2.2.1 WIFI only detects non-ad hoc wireless network?
I was wondering if there's a way to connect my android to an ad hoc network set-up from my laptop.

Cyril Horad
- 1,555
- 3
- 23
- 35
64
votes
9 answers
Xcode attempted to locate or generate matching signing assets and failed to do so
So I'm trying to create an ad-hoc build using existing provisioning profile (that worked before) with Xcode 6.0.1 on Mavericks, but after trying to export this archive, I keep getting the following error:
Do I need to re-create my certificates and…

liquidpenguins
- 994
- 1
- 14
- 26
40
votes
9 answers
With Apps option removed from latest iTunes 12.7.... , how to install adhoc IPA?
Now that after latest update from Apple for iTunes, Apps option is removed from Library in iTunes.
See Article Here: https://support.apple.com/en-us/HT208075
How should my client, now get the ad hoc IPA, installed to his iPhone. Do the developers…

Usman
- 618
- 1
- 6
- 15
38
votes
6 answers
Xcode 4 failure to symbolicate Crash Log
I have just updated my Xcode to X.Y.Z. Now I have a problem with the symbolication of the crash logs received from my tester and even from my phone too.
When I build the AdHoc distribution I am using the "Arhive" scheme, then I create the *.ipa file…

Andrei Neacsu
- 1,453
- 3
- 20
- 33
34
votes
4 answers
How to debug Firebase on iOS AdHoc build
The only way to debug Firebase is to pass -FIRAnalyticsDebugEnabled on arguments passed on launch.
It's working in debug mode with my iOS device connected but I would like to deploy an AdHoc build so QA can test it without Xcode.
But it seems…

Antoine Gamond
- 802
- 1
- 10
- 19
33
votes
2 answers
Profile bug (Error launching remote program: failed to get the task for process XXX.)
Today I was messing with my Developer/Distribution settings and I seem to have changed something that I can not figure out. I am running Xcode 3.2.5 and iOS 4.2.
When I set to build on my device in Debug mode, I can install my app on my device with…

shohaku
- 349
- 1
- 3
- 6
32
votes
2 answers
Ad-hoc Deployment
I would like to deploy an app to 20 iOS devices (iPhones and iPads) using Apple Ad-Hoc Deployment. I need to push out the application from a particular computer. Some of the devices that I will be using might have already been synced to computers.…

xited
- 877
- 1
- 10
- 19
31
votes
2 answers
what kind of certificate do I need to test apns using ad-hoc distribution?
I can't understand from Apple's docs if I need a production certificate or a development certificate...

David Faitelson
- 331
- 1
- 3
- 5
27
votes
4 answers
iOS In App Purchase: test a real purchase without submitting to Apple
I implemented in app purchase in my iOS app and I want to do a real test (not a sandbox) before submitting this new version to Apple
Of course, the current version of the app (in the App Store) was validated with a product
So, I archived the app…

Safouane Azzabi
- 299
- 1
- 3
- 7
25
votes
6 answers
Parsing mobileprovision files in bash?
I am tying building a php/bash/mysql system for automating adhoc distribution for iPhone apps. But I want to read the application-identifier key in mobileprovision file of projects and change it info.plist file according to that.
I can currently…

egiray
- 1,169
- 1
- 12
- 17