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
3
votes
2 answers

How to distribute an iOS app both through the App Store (with the Standard Program) and via Enterprise Distribution (with the Enterprise Program)?

I have an iOS app that anyone should be able to download via the App Store. Moreover, I need to distribute this exact same app to people that have iPhones owned by my company. Links to download the .ipa would be sent to those devices. It's OK to use…
Jon
  • 214
  • 2
  • 8
3
votes
2 answers

iOS App Won't start on Testflight Ad Hoc Distribution

I'm developing an application that works perfectly well on my phone when I run it through Xcode. But when I distribute a beta through TestFlight, none of the users can run it - NOTE: They can install the app on their phones without any problem. The…
Shinigami
  • 2,123
  • 23
  • 40
3
votes
1 answer

iOS 7 Error creating folder after App update

I got a real strange problem with an iOS app I'm currently working at. The effect only exists if I test the app using ad hoc distribution. After updating the app (it has to be installed before) it wasn't working correctly. I could track the error…
3
votes
1 answer

Install Ad Hoc distributed app on iOS via USB, using iTunes running on Windows

I would like to install an iOS7 iPhone app through an Windows iTunes. Following the App Distribution Guide I prepared the .ipa file. But the guide describes the installation on an iTunes running on a Mac only but not for Windows. What do I need to…
JFS
  • 2,992
  • 3
  • 37
  • 48
3
votes
2 answers

iOS 7 adhoc build installation hangs with installing message

When building the app I added the valid architectures architecture as armv6, armv7, armvs7 and architectures as standard architecture (armv7 and armv7s). Also switched the build active architecture only to NO. Adhoc installation hangs with the…
Dilshan
  • 3,231
  • 4
  • 39
  • 50
3
votes
1 answer

Is it possible to have a retina download icon for adhoc/ota distribution?

Having just discovered how to have our app icon show up during an OTA install I have learned that it is too fuzzy and we need a higher resolution icon. Find attached a version of the .plist file we are using. So far my research has turned up next…
user1958756
  • 377
  • 1
  • 4
  • 17
3
votes
1 answer

How to generate html file to give download link to manifest.plist file in order to install ipa to iphone

I have used jenkins to build by xcode iphone project using xcbuild packageApplication by giving its global path to jenkins.Use provisional profile including device UDID.It is generating ipa file successfully but how can we distribute it using html…
Prince Kumar Sharma
  • 12,591
  • 4
  • 59
  • 90
3
votes
3 answers

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 (Windows). When I do so, nothing happens, no confirmation…
satoshi
  • 3,963
  • 6
  • 46
  • 57
3
votes
3 answers

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 o2switch (french hoster). As I started the development,…
rdurand
  • 7,342
  • 3
  • 39
  • 72
3
votes
0 answers

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." …
3
votes
1 answer

How to configure apple push notification for distribution

I am successfully using APN with my app in developer mode, but I cannot get it to work in adhoc distribution mode. i've followed faithfully the tutorial http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12 and I've…
mflac
  • 353
  • 3
  • 16
3
votes
1 answer

UIMenuController not working as expected, canPerformAction not getting fired

I ran into a problem lately. The UITapgesture working on simulator perfect and even while debugging directly on the device (iPhone 4, iOS 5.0.1) but when I package the app (Dep_Target iOS4.0m Base_SDK iOS5.1(latest)) for adhoc distribution and send…
2
votes
2 answers

Xcode 4.3 - make archive for ad hoc testing not working

In Xcode 4.2 I used the Share option to create an .ipa file and send it via e-mail to my friend for testing. In Xcode 4.3 this option is gone. there is now the 'Save for enterprise or ad hoc distribution' option instead. When I choose this option…
iPhoneNoob
  • 173
  • 1
  • 6
  • 19
2
votes
1 answer

Adding a subview behaves different in ad-hoc distribution

This one is a weird one. I have a more complex application that I will not detail here, but one of it's features is that it overlays a translucent black view on top of everything each time a connection is made to the server. I add that view like…
Nicu Surdu
  • 8,172
  • 9
  • 68
  • 108
2
votes
1 answer

iOS Ad hoc distribution - About Apple certificates

I want to AdHoc test an application. My client owns an Apple account and I am member of the team (he added us). We want to use this technique http://www.innerfence.com/howto/install-iphone-application-ad-hoc-distribution to send the ipa and mobile…
Tony
  • 10,088
  • 20
  • 85
  • 139