adhoc

timeout error when on an ad hoc network

I am doing an InternetConnect (Wininet) to an FTP server that happens to be running on an iPhone. When the user is on a normal WiFi network it works fine for him. When he has an ad hoc network with his iPhone he gets an ERROR_INTERNET_TIMEOUT. I presume this is some kind of routing problem. I am curious as to why this gets ERROR_INTE...

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 how such a widely international platform like the Apple iPhone can prohibit this. i.e., if my app were a Chinese game of Go, am I not all...

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 blogs, postings and other articles out there on "the net" that fill the gaps. However, one thing I haven't seen anyone mention, and I was ...

copyplist failed with exit code 71

I have an iPhone app that's shipping (vConqr - you should go and buy it :-) ). I build the project on several different machines, including a colleague's, and it's been working fine. However, just recently, on my second dev machine my build fails every time with the error: /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/C...

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 also followed the instructions here: http://www.talentgrouplabs.com/blog/archive/2008/11/10/iphone-sdk-mobile-provisioning-0xe800003a-0xe8000...

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 = data.Where(d=>SqlMethods.Like(d.item,pattern)==true); The problem is that the WHERE clauses get AND'ed together. I need OR's. Any idea how to get an OR? ...

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 so that I can give it to a few users for testing it gives an error and crashes, the log gives the following error Code: Thu Jun 25 22:22:...

The executable was signed with invalid entitlements.

hi all I am having a problem with ad-hoc distribution in iPhone. I have developed an application in sdk 3.0. I have developer's license. I have added certificates and provisioning profiles in my project. So, no problem with that.. But when I try to install the app on my iPhone, it compiles the project and then displays error "The execu...

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 ... ...

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 .app and .mobileprovision files on iTunes and sync his iPod Touch. The iTunes shows the appl...

Do I have to re-compile everytime I add a new device for ad-hoc installation?

I have created an ad-hoc provision profile for my iPhone application. Everytime I add a new device, do I need to re-compile my application so that it can be distributed? This is VERY tedious. ...

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 question: is it safe to give anyone app binary file? I heard some terrible stories on Apple iphone developer forums that some guy found his app ...

How to run a script after Xcode runs codesign on my iPhone app?

Hi there, 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 iPhone apps. Somebody has a clue how can I run my script at the very last possib...

First time adhoc app load onto iPhone

Hey I've got an adhoc distribution of an app I'm attempting to put on the clients phone. On the initial load after sync to our test phones with iTunes I'm seeing a 30 second load time until the app shows the main screen. Every subsequent load, however, is lightning fast. I was just wondering if the first load from an adhoc distribution ...

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 past, without any problem). The app is installed, but it does not start. On the console, I...

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 install a new provisioning file? Do I need to change settings in Xcode? What's the eas...

Submitting AddHoc iPhone App Binaries to Apple App Store

Hey I have taken over from a developer who submitted Add Hoc Build Binaries to the app store instead of creating a new binary with an app store development provisioning profile. Can anyone tell me what will happen to these apps? So far they they are fine, approved and selling with the added benefit that we are able to test the actual b...

Any issues with join hints in a SQL Server 2000 view?

I have some ad-hoc reporting users hitting some SQL Server views. Occasionally the read locks taken by these users for particularly lengthy queries causes trouble elsewhere in the system. I am considering adding some strategic with(nolock) hints to the views but wanted to know if there are any gotchas associated with hints in views. P...

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 receives a v2.0 ad hoc A user has the ad hoc v2.0 and the official public release of v2.0 hits the store A user has the ad hoc v2.0 and an...

Expiration of IPhone AdHoc Tester Provisioning Profiles

Is it possible to renew an adhoc tester's provisioning profile PRIOR to expiration? Currently, it seems I have to wait for it to expire before I can renew it -- which means that my testers lose a day of testing while waiting for me to renew the profile and mail it to them. ...