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
23
votes
1 answer
Implementing the AirDrop protocol
I am interested in implementing AirDrop as a client on a device such as an iPad or Windows computer. Can anyone point me in the right direction for implementing the AirDrop protocol in either Python or C. Any help on this would be greatly…

petschekr
- 1,293
- 1
- 13
- 19
21
votes
1 answer
iPhone Push Notification Problem with Ad Hoc Provision
The iPhone i'm developing with (building the application to, not installed via ad-hoc) receives push notifications as it should. I've got an application that just sends dummy push notifications on command, and the dev iphone receives them…

jtrim
- 3,465
- 4
- 31
- 44
20
votes
4 answers
Connect android to two wireless networks simultaneously
I want to make my android connects two networks at the same time, the first one a wifi network to get internet connection and the other one ad-hoc network ( a network between mobiles to share some data), but the android can join only one network at…

alex CSD
- 405
- 2
- 4
- 11
18
votes
7 answers
iPhone Entitlements problem with XCode 4 for Ad Hoc distribution
I have reread all the documentation and postings on Ad Hoc distribution and still have a problem. If I try 'wireless' distribution (with a .plist and .ipa file being downloaded using Safari) the app starts to download, the icon is drawn correctly…

wheeliebin
- 716
- 1
- 6
- 20
18
votes
5 answers
Do I still need an Entitlements.plist file for an ad-hoc build?
The instructions given in the Distribution page on the iOS Provisioning portal clearly still describe the process of creating, and including the Entitlements.plist file in a build for an ad-hoc distribution. The iOS Development Guide's Distributing…

deansx
- 181
- 1
- 1
- 5
17
votes
9 answers
xcodebuild failure clang:error no such file or directory:
Having a problem when building with xcodebuild. My project/app builds fine with the Xcode - gui. It simply isn't finding/building the libcryptopp library which is part of the build process.
The error is:
clang: error: no such file or directory:…

Todd McGuinness
- 269
- 2
- 5
- 11
16
votes
7 answers
How to fix "IPA processing failed" in Xcode 12.2 with MAC M1
When I tried to create Ad Hoc IPA file. It gave "IPA processing failed" error.
Xcode version is 12.2. Mac mini (M1, 2020)
I have checked logs file: IDEDistribution.standard.log file.
Assertion failed: Expected 2 archs in otool…

yao.h yao
- 171
- 1
- 1
- 4
16
votes
5 answers
adhoc app installation failed in iPhone , why?
I am developing an iPhone application .
As the application is location aware I am testing it on a different (where I am not present).
For that I am sending my friend a .mobileprovision profile and the application adhoc build.
But At his end the…

harshalb
- 6,012
- 13
- 56
- 92
15
votes
10 answers
Signer not valid error
I've created an ad hoc build of my app and would like another person to install it. I have their device ID (two actually) in the provisioning profile. My certificate is the same for ad hoc and app store provisioning. The certificate is valid in…

4thSpace
- 43,672
- 97
- 296
- 475
14
votes
5 answers
How to solve "entitlement 'keychain-access-groups' has value not permitted by a provisioning profile"
I am using keychain in my app and I get this error when run app as AdHoc. It doesn't appear when I run it with debugger (with developer provisioning profile). If app has already been installed on the device and I install it again on top of it from…

Kostia Kim
- 469
- 1
- 6
- 19
14
votes
5 answers
Entitlements.plist not created properly
reading the doc from apple I need to create an ad-hoc distribution app, and to do so I need the entitlements.plist.
when i create a new entitlement, the value "get-task-allow" is not present, so I added by hand.. is right??
at the end the…

ghiboz
- 7,863
- 21
- 85
- 131
14
votes
3 answers
AdHoc provisioning - what's the easiest way to add a few more devices to an existing project that's still in development?
I have a project that I've been working on for a while. It is a standard Xcode/Objective-C iPhone app. I created the provisioning file for my device and a couple others. Now I would like to add a few people as testers.
Do I need to download and…

me.
- 235
- 1
- 2
- 6
14
votes
2 answers
How to run a script after Xcode runs codesign on my iPhone app?
I've got a script written which does some steps to package my build for an Ad Hoc distribution. My first guess was to use a run script phase in my Ad Hoc target. But it looks like codesigning is fixed at the last position in the chain of building…

Jens Kohl
- 5,899
- 11
- 48
- 77
12
votes
4 answers
How to install AdHoc IPA file to iPhone without backing up apps of iPhone?
I want to install an AdHoc IPA file to an iPhone, but I don't want to back up the apps of iPhone into iTunes, because the iPhone is not mine, and there are too many apps in it. Is that possible?

Míng
- 2,500
- 6
- 32
- 48
12
votes
3 answers
Select top/latest 10 in couchdb?
How would I execute a query equivalent to "select top 10" in couch db?
For example I have a "schema" like so:
title body modified
and I want to select the last 10 modified documents.
As an added bonus if anyone can come up with a way to do the…

Andriy Drozdyuk
- 58,435
- 50
- 171
- 272