A distribution mechanism in Apple's iOS Developer Program.

learn more… | top users | synonyms

2
votes
1answer
37 views

Possible to do an iOS app distribution via the web without knowing the device's UDID?

Is it now possible to use ad-hoc distribution without knowing the authorized devices' UDIDs? I've just come across this, which basically installs an iOS app on my iOS device, without them knowing my ...
-1
votes
0answers
6 views

Error in ad hoc release… .iOS

I've a big problem. I create some applications and I don't have problem with certificates but recently all my apps can't be installed in "ad hoc". The log is: May 20 17:13:28 ...
2
votes
3answers
82 views

What is the difference between a development provisionong profile and a ad hoc distribution profile?

What is the difference between a development provisionong profile and a ad hoc distribution profile? Couldn't we always use the ad hoc profile for everything but the store?
0
votes
3answers
48 views

How to change my provisioning profile?

I wanted to add a new beta tester today so updated my provisioning profile to include them. When I attempted to run my app an error appeared saying my profile '*' did not match my profile ...
2
votes
2answers
80 views

Distributing beta iPhone app without UUIDs

At first I thought that in order to do an ad-hoc deployment of a beta iPhone app, you had to burn the device's UUID of the target user into the app. (I use TestFlight to do it) But a few days ago I ...
4
votes
1answer
470 views

Cannot renew an Ad Hoc profile before it expires because no certificate matches the certificate ID

My Ad Hoc profile is about to expire in 14 days. There is a a "renew" button for my ad hoc profile in the organizer but when I click it I get... There are no current certificates on this team ...
0
votes
0answers
111 views

Xcode Product -> Archive disabled

I have been archiving for ad hoc distribution fine for many months and suddenly today I cannot do so as the Archive menu item is disabled. I have not changed anything. I went through the provisioning ...
0
votes
1answer
48 views

MKMapView removeOverlay crashes in adhoc distribution - not in dev build

I'm having trouble finding a bug in my app because it only presents itself after an adhoc installation. I have narrowed it down to [self.mapview removeOverlay:overlay]; and '[self.mapview ...
1
vote
1answer
99 views

IOS Ad Hoc distribution link does nothing

Trying to create a distribution for testing. When the link is clicked in safari on the ios device nothing happens (literally. No errors). We are using an enterprise cert and a universal distribution ...
0
votes
1answer
22 views

in need for good tutorial on deploying ad-hoc

I'm writing an iphone application that sends email, sms and make phone calls. since I can't test from the simulator that any of the code I wrote actually work, I'd like to deploy the application on my ...
15
votes
3answers
2k views

How to add a device to an existing Ad-Hoc Provisioning Profile?

Have just noticed that Apple redesigned iOS Dev Center this weekend. I need to add a couple of devices to an existing Ad-Hoc provisioning profile. But when I push Edit button, I can change only Name ...
0
votes
1answer
66 views

Ad hoc distribution deploys to iOS 6.1 but not iOS 5.1

I'm having trouble distributing an app to ad hoc testers who use original iPads with iOS 5.1.1 using over-the-air distribution. The app runs correctly on the 5.1 and 6.1 simulators. It works ...
0
votes
0answers
56 views

ios - how do I properly set up my provisioning and code signing for AdHoc builds for testing on a device?

I have added a development provisioning profile called "Alex provisioning" and added my device to it. Then I added a distribution provisioning profile named "Ad hoc profile" just because I meant to ...
2
votes
1answer
27 views

ios - what is the right code signing configuration for an Ad-Hoc build meant to be transfered from itunes to device?

I am learning how to create an ad-hoc version of the app so that I can put it on my local iTunes and from that, to transfer it to the device. I created a distribution provisioning profile and named ...
0
votes
0answers
97 views

Code signing error for distribution certificate in Xcode

I have downloaded the Development provision profile and its certificate , it works fine with that . But when I try Distribution provision profile for the same app ID it shows Valid signing identity ...
-2
votes
1answer
31 views

Can adhoc distribution build be given by 2 developers? [closed]

We IPhone team are 3.Each has developer certificate and can debug from devices. But only one account has the access to build for Adhoc distribution. So, Can we have 3 distribution profiles ...
3
votes
3answers
78 views

Is it possible to deploy the App to the client permanently?

I have developed an App for my client and now I need to deploy it to him within his company, I have learned that, we need to make mobile provisions on Apple's developer portal,include the devices in ...
1
vote
0answers
25 views

How to make Xcode debug build be exactly like ad hoc build?

I'm having a nightmare bug that only happens on ad hoc build, doesn't create a crash log when it happens and is proving impossible to track down. I laboriously added alertviews everywhere until I ...
-1
votes
1answer
103 views

Questions about App IDs

How do I delete old App IDs? How do you make the iOS Team Provisioning Profile select a specific App ID? Additional: Can anyone explain you need to code sign 4 times with the selected profile when ...
2
votes
2answers
64 views

Trouble with code signing ad-hoc release of second target

I have a project with two targets. I just can't code sign the newer target. I intend to make an ad-hoc release. Even though I put everywhere the correct provision file, xcode keeps looking at the ...
2
votes
1answer
181 views

iOS Developer Builds vs Distribution Builds

I've been under the impression for some time that for iOS, signing a build with a developer provisioning profile allows the app to run (and get debugged) on an authorized device (listed in the ...
2
votes
0answers
145 views

Over the Air iOS Adhoc Build using Relative URL

I'd like to distribute my Beta Adhoc builds on my own server. There seems to be 2 important URLs in the logic Apple uses to install apps over the air. The first url is in the HTML: <p><a ...
-2
votes
3answers
84 views

How do I distribute in-development iOS apps to a customer for in-process evaluation without releasing to appstore

We are developing an app specifically to a single customer's requirements and want to put it in the hands of their evaluation team (3 people) as we go along. Before we release the product, we'll be ...
1
vote
1answer
101 views

Rubymotion Enterprise Release

How does one release to a staging environment or create a release for Enterprise/Ad Hoc distribution? This is different from an AppStore release and requires a different provisioning profile, and ...
2
votes
5answers
734 views

iOS Ad-Hoc OTA distribution works for iOS 6 and fails with iOS 5

I'm having trouble with over the air (OTA) distribution for my Ad-Hoc builds. Building a universal iPhone/iPad app with base SDK 6.1, deployment target 5.0, architectures armv7 and armv7s. The very ...
0
votes
2answers
206 views

Push notification not working under Ad-Hoc profile - Tried (Almost) everything

I successfully got the token back from APNs when using development profile. When moved to Ad Hoc, I never got a token back from APNs, hence I couldn't send it to our notification server. Tried ...
0
votes
2answers
125 views

Ad hoc pushnotification is not working?

i develop new iphone application in which i make both certificate for him development and distribution. i write my code for getting and register for APNS (push notification) it work fine with ...
0
votes
1answer
175 views

.ipa file install in device but won't open just blinks and quits

.ipa file install in device but won't open just blinks and quits.This application is ad-hoc application. I added my device UDID in provisioning portal and make provisioning profile again and app ...
1
vote
3answers
86 views

xcode / ios app distrubution ad hoc

Is it possible to distribute an app via ad-hoc without first putting the device into development mode? I have successfully managed to download and install my app from a simple web page with the ipa ...
0
votes
1answer
86 views

APNS - can't get even one push notification

Can somebody tell me if you get push notifications? I think there is a problem with APNS because yesterday everything worked fantastic, no changes were made and today I can't get even one push ...
-1
votes
2answers
135 views

Distributing app in Appstore with Ad-hoc certificate [closed]

I just uploaded my binary that attached ad-hoc distribution certificate. App Loader did not give any error and uploaded and now it is waiting for review successfully. I know that ad-hoc certificate ...
1
vote
1answer
73 views

UITextField user interaction issue in Adhoc application iOs

I have created an iPhone app and created it's AdHoc installation file (.ipa) using XCode 4.5, iOs6. And I have installed the app on my device successfully via iTunes. The issue is, the app has one ...
0
votes
1answer
266 views

Xcode Save for Enterprise or Ad-Hoc Deployment fails - “Code signing operation failed”

Starting today, I can't export/save apps in .ipa. Every time I try, I get a message at the signing moment: Invalid arguments were passed to codesign. Arguments were: --sign ...
0
votes
0answers
68 views

Build for Archive for Adhoc distribution failing

I have Building ipa for Adhoc distribution. I have create Adhoc distribution profile Adhoc Provisioning profile & build & Archiving App with it. Build is failing during validation with ...
-1
votes
2answers
161 views

how to know which iOS developer program I am using? [closed]

Actually I have a client ios developer program that I am using to upload app on apple store also I can distribute adhoc with enterprise option. I am confuse about I am using $99 or @299 iOS ...
0
votes
2answers
46 views

Iphone Adhoc distirbution profile update

I have an AdHoc profile, now I want to add device for that profile, do I need to update certificate also ?
-1
votes
1answer
404 views

Apple iOS Ad Hoc Distribution Legality Standard License [closed]

I am not finding a definitive answer on this topic and Google searches tend to say both things but here is my question. I see some websites saying that they distribute their applications to ...
0
votes
2answers
128 views

splash screen shown on device, but not after Ad Hoc Distribution

Please help. I added a splash screen to my project. First the launch image is shown, than my localized splash screen is shown for 2 seconds, fading to my first screen. When installalling directly ...
0
votes
1answer
147 views

Why should you use a Development Provisioning Profile before an Ad Hoc Distribution Provisioning Profile?

As an individual developer, why should I go through the trouble of creating a Development Provisioning Profile? If I want to install my app on my devices and share it with close friends to test it ...
2
votes
1answer
131 views

Install ad hoc on unsupported iOS devices

I am updating an app (whose original deployment target was 3.1.2) and I'm trying test it on a 2nd generation iPod Touch with iOS 4.2.1. The current release of Xcode (4.5) no longer connects to any ...
0
votes
3answers
2k views

iTunes not installing .ipa file

I'm trying to install an app I coded on an iPhone using Ad Hoc distribution. I dragged the .mobileprovision file (associated with my iPhone UDID) to the "Apps" item under "Library" in iTunes ...
2
votes
2answers
1k views

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 ...
3
votes
3answers
867 views

Ad-hoc distribution fail

I work for a big company, and I'm developing an iOS app for iOS 5+. The only way the app will be distributed will be through ad-hoc deployment. I have had my own server for some time, hosted by ...
0
votes
2answers
48 views

Is it possible to provide userfiles within an .IPA?

I have an IPA that I want to distribute to users. The IPA includes some user data that should be moved to the documents directory on the first install. My problem is that I can copy the files from ...
4
votes
2answers
388 views

Phonegap Build ad-hoc OTA

Context: I am using Phonegap Build to build an .ipa file for ad-hoc OTA distribution (for beta testers). I added a new key to my Phonegap build profile (this is a proof-of-concept thing for my ...
1
vote
1answer
127 views

iAd Testads only showing on iPhone4's never on iPads and iPhone3GS

I have a problem with the iAds library regarding Betatest. First of. I use Monotouch, and the App is build for the iPhone. All tests has been done on devices that run iOS6. The devices are iPad2,3, ...
0
votes
0answers
126 views

Ad hoc distribution Plist file

I want to read the plist file used for ad hoc distribution in my code after downloading the app. Is there a way to do it? Also I wanted to know whether there is a way to know where an iphone app was ...
2
votes
0answers
1k views

can not install ad-hoc ipa MISValidateSignatureAndCopyInfo failed

I using a CI system to build ipa automatically. Basically I called this command line in build script: xcrun -sdk iphoneos PackageApplication -v $APP -o $Output --sign "$Company_name" --embed ...
3
votes
0answers
166 views

Apple Distribution Certificates last for two years now?

According to the Apple developer documentation, each distribution certificate only lasts for one year: "A distribution certificate is valid for one year from date of issue." ...
0
votes
0answers
102 views

Hockeykit with Nginx: CSS and JS not working

I try to use Hockeykit with nginx, but the css and js files aren't loaded. Images are displayed. I think it has something to do with serving static files; or with fast-cgi? I can't figure out the ...

1 2 3 4