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
0
votes
1 answer
Access Wifi in VB.NET
Is there an API or another way to get the SSID of the currently connected Wifi, create a new ad-hoc network, etc? All help is great! Thanks!

Noah
- 124
- 3
- 10
0
votes
2 answers
iOS Adhoc Distribution OTA: Bundle version in plist
I am distributing my .ipa via Xcode 4.5 archiving mechanism over the air to my testers. Found out, that earlier the automaticly generated plist-file contained the bundle-version of the current build.
I'd like to get this bundle-version into my plist…

Sascha Manuel Hameister
- 966
- 5
- 28
0
votes
1 answer
Socket check TCP/IP connection exists and shorten timeout
I am trying to connect my iOS application to a printer on a adhoc network, I need to check the connection is open and valid before sending anything to the printer, How can I achieve this? currently I am doing the following
CFReadStreamRef …

Matthew Deloughry
- 292
- 2
- 7
- 25
0
votes
3 answers
Connect android 4.0.3 phone to Wifly
How do you connect an Android 4.0.3 phone to a Wifly module using level 14 API function wifi direct? I configured Wifly to work in adhoc mode, and wrote the Android app as shown in the Android.developer guide but I can not find the peer.

Stefan Dilev
- 11
- 2
0
votes
2 answers
Distributing iOS app via ad-hoc creating some record in iTunes connect?
I need test my app by other people but I dont have developer 99$ account so I ask my friend with this account to make an ipa file. I need this app now and dev. registration process needs some time. My question is if during this process of creating…

fillky
- 591
- 2
- 6
- 18
0
votes
2 answers
App not visible on iPod after installing through an ad hoc profile
I have build my app with and ad hoc provisioning profile/distribution certificate pair following the instructions from developer program portal. Then I send the binary (.app file) and provisioning profile to one of my peer.
He drag and drop the…

AJ.
- 1,443
- 7
- 19
- 31
0
votes
0 answers
How do I solve the iPhone error: "failed to install" when Adhoc distribution used and many successful distributions?
I have distributed a number of adhoc distributions to the same devices. Now when testers try to load the app I get this error. So far I have defined a new profile ensuring the devices are correct device codes. I change the signing to reflect the…

user1181125
- 11
- 3
0
votes
2 answers
Universal Ad-Hoc version does install on ipad, but not on iphone
I have encountered a weird problem, when i built my last ad-hoc version for our customer.
The app is a universal app. Deployment Target is ios 4.3.
The ad-hoc installs perfectly on the customers ipad, but not on his iphone. I tested it with our…

Maverick1st
- 3,774
- 2
- 34
- 50
0
votes
2 answers
How can I report off generic sql data in Key/Value pairs?
I'm having a hard time wrapping my head around this.
I have some normalized tables, laid out (simplified) as follows:
Person
(
PersonId
Email
)
Info
(
InfoId
InfoDescr
)
PersonInfo
(
PersonId
InfoId
…

IronicMuffin
- 4,182
- 12
- 47
- 90
0
votes
1 answer
Ad hoc distribution to an external client?
I have built an iOS app that is a custom business app for a small number of our external clients. It would be an add-on to other applications/services we are providing them. What is the best way to distribute this app?
Can we use ad-hoc distribution…

Clinemi
- 906
- 6
- 20
- 33
0
votes
3 answers
How to add adhoc application on multiple iphone on the same computer in itunes?
How to install my app in adhoc release on multiple device with the same computer/itunes, when i try to do it, itunes sync the devices..so i clean them up ...

CiNN
- 9,752
- 6
- 44
- 57
0
votes
2 answers
Unable to install app on my iOS device ("unable to install the app" error)
I have created a Sencha sample app using the following command in the terminal:
Mac-mini-2:sencha-touch-2.0.0-commercial eit$ sencha app create mySenchaApp /path/to/www/mySenchaApp
Then I built that application as native on simulator, which worked…

user198725878
- 6,266
- 18
- 77
- 135
0
votes
1 answer
Undefined symbols for architecture armv7 - route-me library, ad hoc only
I have read through all of the other questions related to this topic, and can not find my answer. My project is using route-me. It builds just fine for the simulator, and for a connected iPad. The archive for ad hoc will not build. I had…

Beth
- 23
- 5
0
votes
0 answers
finding a permutation h of {0,...,n-1} such that h_i+a_i becomes increasing
An array a of n integers between 0 and n-1 is given.
The answer is a permutation of (0,...,n-1) such that:
a_0 + h_0 <= a_1 + h_1 <= ... <= a_n-1 + h_n-1 <= n-1
n <= 60 and the answer is unique.
For example if a is (0,2,4,2,0) the answer (h) is…

a-z
- 1,634
- 4
- 16
- 35
0
votes
2 answers
Do I need the expensive enterprise developer account in order to use TestFlightApp for beta testing?
I don't understand yet how TestFlightApp manages to send my app to any tester I invite by email. Actually AdHoc Distribution is limited to 100 devices and here and there I read about Enterprise signed IPAs for no-limit beta testing.
So I need the…

Proud Member
- 40,078
- 47
- 146
- 231