a solution designed for a specific problem or task, non-generalizable, and not intended to be able to be adapted to other purposes
49
votes
7answers
33k views
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 ...
44
votes
3answers
19k views
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 ...
27
votes
6answers
10k views
Xcode 4 failure to symbolicate Crash Log
I have just updated my Xcode to 4.0.1. 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 ...
27
votes
10answers
49k views
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 ...
14
votes
9answers
29k views
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 ...
10
votes
2answers
680 views
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 ...
7
votes
2answers
3k views
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 ...
7
votes
2answers
3k views
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 ...
7
votes
4answers
4k views
Ad Hoc Deployment Issue: putpkt: write failed: Broken pipe
I have a beta version of my app developed, and I'm looking to put it on a few friend's iPhones for testing purposes. I've gone through the Ad Hoc deployment steps at the Developer Portal, and I've ...
6
votes
1answer
540 views
application is closing just after first launch
I have build signed the iPhone application with Adhoc provisioning profile,after installing the application directly through Xcode it launched and then closed. I want to know this is correct behavior ...
6
votes
6answers
284 views
Good Email Notification Sending Service
I need to send a few but important email notifications to individual users. For instance, when they register their software I send them a confirmation email.
Right now, I am using 'sendmail' from my ...
6
votes
1answer
3k views
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 ...
4
votes
2answers
711 views
Team Agents the only ones that can build Ad Hoc?
First a little background. I am building a mobile app for a client, this client currently owns the developer account they wish to distribute the application from. Previously, I had been using my own ...
4
votes
8answers
16k views
iPhone: Application Install Fails With “Invalid Signer” Error
The iPhone is attached to a Mac runnning the latest iTunes version and I am 100% sure that her UDID is in the provisioning file. Her iPhone has not been jailbroken and we even restored it to factory ...
3
votes
1answer
209 views
Is it possible to exchange messages between 2 android devices through wifi?
I am currently working on the creation of an application for mobile devices with Android which should be capable of sending and receiving messages through local means like wifi and bluetooth. After ...
3
votes
1answer
810 views
Problem renewing expired provisioning profiles
My Ad-Hoc and Distribution provisioning profiles have expired.
When I click on Renew on the AdHoc/Distribution tab from the Provisioning Portal I get kicked back to the Development Tab.
When I ...
3
votes
2answers
1k views
xCode 4 “File not Found” when creating .ipa with core-plot library
I have my app ready to ship, and I can not create the .ipa I need to do so.
I have reproduced my problem in a very small example.
1) Create a new project (I used a Nav Bar application).
2) Build for ...
3
votes
3answers
16k views
How to connect android wifi to adhoc wifi?
Greetings,
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 ...
3
votes
2answers
171 views
Brainstorming - MIDI over LAN
I'm planning out a summer coding project for myself. I work with a lot of MIDI and have been researching it a lot. I know it's an old technology, but it works with a lot of music hardware/software so ...
3
votes
7answers
3k views
End User Ad-Hoc Reporting Tool: Microsoft SQL Server Management Studio or Microsoft Access?
Our centralized IT department has suggested two primary ad hoc query tools for our general user base of approximately 200 staff members:
Microsoft SQL Server Management Studio 2008 (SSMS)
Microsoft ...
3
votes
4answers
2k views
XCode falsely claims CFBundleExecutable to be (null)
I'm trying to create an ad-hoc build of an iPhone app for beta testing.
On their end, they're seeing an error like the following:
"The info.plist for application at xxx specifies a ...
3
votes
2answers
633 views
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 ...
3
votes
6answers
11k views
iPhone SDK Push Notification
I have setup push notifications in the apple developer panel and added the code to my application.
It works fine on the phone using a development profile but if I use a distribution (ad-hoc) profile ...
3
votes
3answers
3k views
Do you use a different app id for your iPhone beta apps?
Those of us with iPhone apps (released or unreleased) are able to send out limited beta builds using ad-hoc distribution. While the Apple docs for this have a few holes in them, there are a number of ...
3
votes
3answers
5k views
What are the iPhone app-name restrictions? (And [where] are they documented?!)
It took me 2 days (and a lot of head/wall pounding) to finally discover that the reason ad-hoc distribution wasn't working for me was because my app-name had UTF-8 characters. I'm still boggling over ...
2
votes
2answers
53 views
Xcode App Distribution to Friends
Yesterday I saw a Website of a Company which has a test version of their iPhone App downloadable for everybody from their website.
Since I am an Apple Developer, I know that you need the UDID of the ...
2
votes
0answers
160 views
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 ...
2
votes
2answers
366 views
How can I install iPad Apps on multiple iPads?
I have developed an iPad app, and made a distribution provision profile for appstore, I need to install my developed app on 30 iPads for an event, but I couldn't install it. I have en error message ...
2
votes
1answer
277 views
How to sync an iOS over the air (OTA) build back to iTunes? [closed]
I have an Ad Hoc build that I distributed to my iPad via OTA distribution using TestFlight. When I sync my iPad with iTunes, the OTA distributed app is not copied to the iTunes Library like the rest ...
2
votes
5answers
561 views
Does iPhone support WiFi ad-hoc mode?
Does the iPhone support ad-hoc network mode? Can iPhones connect to one another without requiring an existing network? If so, how can I create an Ad Hoc network in my app?
2
votes
2answers
460 views
Xcode 4 Ad-Hoc Distribution - Unable to Download
I had recently upgrade our development machine to Xcode4 and after the initial interface change has gone quite smoothly.
I'm now in the process of using Ad-Hoc distribution on it for the first time so ...
2
votes
0answers
252 views
How to create an Adhoc Build in IOS 4.3
I am working on an application with xcode 4.0, I want to create an addhoc build for that application,how to do this. And i am downloading the provisioning profile but one yellow triangle shows with ...
2
votes
2answers
2k views
how to solve this problem The signature was invalid, or it was not signed with an Apple submission certificate. (-19011)
I am getting stuck with this error while building Ad hoc distribution profile.
Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission ...
2
votes
7answers
5k views
Android Wifi direct multiple connection ad-hoc
I try to create an ad-hoc network between many Android devices, but I can't find documentation to do that.
I thought Wifi direct could work for what I want, but is it possible to have multiple ...
2
votes
1answer
252 views
Install both development and iTunes downloaded versions of the same app on one iPhone
I have an app in the App Store. I would like to be able to have the production version of my app on my phone and install debug/test development builds of newer versions of the app. I am using XCode ...
2
votes
1answer
416 views
iOS Development and Ad Hoc distribution
It seems we need to create adhoc profiles separately for iPhone applications.
A user with administration privilege cannot create adhoc distribution profile. Only chairperson can create that.
...
2
votes
0answers
519 views
Ad hoc networking of Ubuntu 10.04 and Android 1.5
I want to connect an android device to a host machine running ubuntu.
the ad-hoc connection made by Network Manager is not discovered by the android device.
I have Gufw and allowed both packet ...
2
votes
2answers
2k views
How to set up an ad hoc network by using the shell on a rooted Android device?
In the moment I am working with some ad hoc routing protocols (namely OLSR and B.A.T.M.A.N.) on rooted Android devices running Cyanogenmod. My tests are working pretty well. However, there is one ...
2
votes
2answers
455 views
iPhone signing conceptual question: why is Ad Hoc deployment needed?
I must be missing something conceptually here, and I'm hoping someone can set me straight.
I'm not really clear why Ad Hoc deployments of iPhone applications are necessary, and why development builds ...
2
votes
2answers
1k views
iphone crash log with dSym not loading debug information
I was trying to see why my application crashed on the device (iPhone) using the dSym generated along the executable (in ad hoc), but I don't know why, there isn't any useful information. It seems that ...
2
votes
6answers
719 views
Custom reporting for end users with ASP.NET
Is there a third party tool or something similar that will allow users to create reports on their own without any programming?
One code base but custom reports for each user in the system that they ...
2
votes
5answers
3k views
iPhone Ad Hoc distribution without expiration
The background story:
I work for a company that develops and manufactures a commercial product which can have up to 100+ dedicated PC's in a farm.
We only get a handful of new customers per year.
We ...
2
votes
3answers
2k views
Iphone does not recognize reneweed ad hoc provising profile
I installed a new version of an app we are developing, and also a new ad hoc provisioning profile (the old one had expired). I removed the app and profile from the phone and from itunes. Added the new ...
2
votes
1answer
240 views
Provisioning profiles and xcode builds
I'm planning to distribute an application ad hoc for beta testing. I have created a provisioning profile for the distribution but it doesn't contain all the devices.
My question is if I need to ...
2
votes
2answers
514 views
Ad Hoc Distribution - Does it update an existing previous installed version of an app?
What happens when a user installs an ad hoc distribution of an existing app? And what happens if this app (or a newer one) hits the App Store officially?
To sum it up:
A user already has a v1.0 and ...
2
votes
5answers
962 views
Steal app and post it on AppStore using ad-hoc distribution
I am going to ask users on public forums to take part in my app beta testing using ad-hoc method. So if user interested in testing/reviewing he sends me UUID and I send him app binary.
The main ...
2
votes
2answers
101 views
How can I get an OR in my Where clause?
I'm building an ad-hoc query to send to SQL doing the following:
var data = from d in db.xxxx select d;
foreach (pattern in user_stuff)
data = ...
1
vote
0answers
29 views
+50
Fix an ad-hoc network hosted by a Windows XP machine (problems with MTU)
I have the following problem. I use an old Windows XP laptop as some sort of a wireless router by creating an ad-hoc wireless network. It works OK with my Win7 laptop, but when I brought my MacBook ...
1
vote
0answers
29 views
Distribution Provisioning Profiles disappeared when i check the Authmatic Device Provisioning and do refresh
I'm using a Mac OS X leopard version 10.6.8.
XCode is 4.2 build 4C199 and we enrolled company iOS Developer Program a week ago.
I would be certain the certifications and provisioning files well but ...
1
vote
0answers
47 views
Strange behaviour of a build in debug mode and an Adhoc build?
I am trying to implement a sample application that will be running in background. When a message is received, it will notify with a local notification. It will be a continuous process.
It's working ...