Questions tagged [ad-hoc-distribution]

A distribution mechanism in Apple's iOS Developer Program.

With Ad Hoc distribution, you can share your app with up to 100 iOS devices via email or your server.

514 questions
6
votes
1 answer

Adhoc distribution of Windows Phone 8 apps

I am in process of developing app for windows phone 8. I need the adhoc distribution of my app to all devices within the organization. I don't want to publish it on the market instead i want the installation of app on the devices within the…
usman
  • 89
  • 1
  • 9
6
votes
2 answers

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 'com.HUDKING'. I deleted my old profile and my bundle…
Declan McKenna
  • 4,321
  • 6
  • 54
  • 72
6
votes
2 answers

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 company), which is the distribution certificate and the…
jdb1a1
  • 1,045
  • 1
  • 13
  • 32
6
votes
4 answers

Cannot connect to website for iPhone App

I have an iOS Enterprise account. I attached my provision file as a link and also my plist using the itms-services protocol. I'm running on Ubuntu 10.04 LTS with Apache2 server. I already added the Mime types to /etc/mimes.types. When I follow the…
Allen
  • 794
  • 1
  • 6
  • 19
6
votes
2 answers

iPhone - How can I detect a device is running an adhoc build of my app at runtime

I want to use different API's when running adhoc deployments of my app compared to appstore deployments. Can this be found out at runtime? I know I can use #if TARGET_IPHONE_SIMULATOR and #if DEBUG when running from xcode but I want adhoc…
Brett
  • 131
  • 5
5
votes
4 answers

What is an Ad Hoc certificate for iOS test app distribution?

I'm developing a iPhone app and need to send it to my client. In turn, my client will distribute it to many other people for end-user testing. What kind of Provisioning Profile, Certificate, or Code Signing will accomplish this task? I've heard…
A for Alpha
  • 2,904
  • 8
  • 42
  • 76
5
votes
2 answers

Is there any way to view logs for AdHoc apps?

When running apps in debugging mode one can simply see the logs and their println() calls straight from xCode. I want to test some things in a production environment, and hence want to see my logs for the app I signed with an AdHoc provisioning…
David
  • 7,028
  • 10
  • 48
  • 95
5
votes
0 answers

iOS AdHoc App refuses to install on ONE device

I have an internally developed app that I am distributing with AdHoc distribution. I have an intranet page setup with an itms-services://?action=download-manifest link to install it on the devices. The app is currently deployed to 20 iOS 6 & 7…
Paul Wieland
  • 765
  • 2
  • 10
  • 29
5
votes
2 answers

Testflight Alternative for Production

I'm sure most of the iOS and Android people know about TestFlight by now. My Question is, is there any 3rd-party platforms like this that allow you to download a production app? For example. Business A has 200 devices, all over the country, running…
owenmelbz
  • 6,180
  • 16
  • 63
  • 113
5
votes
2 answers

In-house distribution - ios sdk

I have confuse about in-house distribution and ad-hoc distribution. Does in-house and ad-hoc distribution application need to get apple review team to review? What is different between in-house distribution and ad-hoc distribution? Any…
user831098
  • 1,803
  • 6
  • 27
  • 47
5
votes
2 answers

Ad Hoc deployment fails when shipping Default.png images

I'm an experiencing an issue where I can't install an Ad Hoc version of my application via TestFlight. The application downloads, but at the installation step it shows something like "YourApp can't be installed", with the following messages…
MrMage
  • 7,282
  • 2
  • 41
  • 71
5
votes
1 answer

SIGSEGV Crash on iOS TestFlight Device

I have a weird crash which only happens on TestFlight ad hoc distributions. I know what's causing the crash (a simple while loop, see below), but I don't understand why it doesn't crash on my simulator nor iPhone or iPad (with a development…
n.evermind
  • 11,944
  • 19
  • 78
  • 122
5
votes
1 answer

OTA AdHoc distribution - how to build an IPA from command line?

I'd like to script my building process. However - I need to create a IPA for enterprise in order to distribute the app over the air for my testers. I followed this article's directions, I can create the ipa and plist with some clicking in the…
kender
  • 85,663
  • 26
  • 103
  • 145
4
votes
2 answers

Ad Hoc Distribution on XCode 4.2.1 - entitlements

I am trying to build my app for ad hoc distribution (on TestFlight). I have read through all instructions and done lots of web searching. My problem is with how to create entitlements.plist on Xcode 4.2.1 All instructions say go to New File, then…
tessad
  • 1,209
  • 3
  • 20
  • 40
4
votes
2 answers

What is the MIME type for .mobileprovision

What is the correct MIME type (IIS) for a .mobileprovision file type? Am I thinking of this the right way? If I have to connect everybody's device to the mac dev machine to install the .mobileprovision file, it kind of defeats the purpose of the…
jdb1a1
  • 1,045
  • 1
  • 13
  • 32