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

Do the distribution profiles come from distribution certificate?

The client has given me the distribution profiles, how can i add the profiles in xcode 5? As far as i know distribution certificates are responsible for distribution profiles. Importing distribution certificate enables and add all the distribution…
Nabeel Thobani
  • 939
  • 10
  • 23
0
votes
2 answers

AdHoc build not getting archived with Titanium SDK 3.2.0

I have implemented cross platform application using Titanium 3.2.0 but when i try archiving the build for iOS AdHoc distribution, it does not get compiled. It keeps giving error with developer name as mentioned below - Invalid "--distribution-name"…
Ari
  • 341
  • 2
  • 14
0
votes
1 answer

Apple Push Notification not working with ad-hoc build not on development

In development mode I can send push notification to devices, instead I can't in production, my setup is: --> I have downloaded aps_production.cer certificates from provisioning portal and then double click the aps_production.cer installed keychain…
Ravindhiran
  • 5,304
  • 9
  • 50
  • 82
0
votes
0 answers

What is the maximum size iphone app for over the air download in 2014

I noticed that there are articles that suggest that the over the air download size is now 100 Mbytes (Apple Increases Over-the-Air App Store Download Limit to 100MB). However, I have not successfully been able to perform a download of a 54Mbyte app…
JeffB6688
  • 3,782
  • 5
  • 38
  • 58
0
votes
2 answers

Is Creating Ad Hoc Provisioning Profiles free?

How could you create Ad Hoc provisioning profiles for free?
ramsserio
  • 144
  • 1
  • 2
  • 11
0
votes
2 answers

2 icon for the same application in springBoard with ADHoc

i have a weird bug with my application. My app is a 'white label' app and i use allot of bundle IDs (and certification for push ..), i use the adHoc distribution to let testers install it. (i host my app in my server, not testFlight for…
Red Mak
  • 1,176
  • 2
  • 25
  • 56
0
votes
2 answers

update Ad-Hoc distribution file

I need to override an ad-hoc distribution file on a testers device. I'm confused with the apps version number and the build number. what number do I need to change to make sure that the new version will override the existing one? Bundle versions…
JFS
  • 2,992
  • 3
  • 37
  • 48
0
votes
1 answer

Installing IOS apps over Air Watch without UDID?

I've just started using Air Watch to distribute in-house ios applications. Unless I build the Ad-Hoc profile with the UDID explicitly listed in the profile, my app will not install on any enrolled devices. Anyone know if there is another way to get…
wufoo
  • 13,571
  • 12
  • 53
  • 78
0
votes
1 answer

Distribution ad hoc over the air with iOS 7

The method that I used with iOS6 does not work now When I try to download the app by iOS7 device i get alert view with text "cannot connect to www....", while with iOS6 device I can download and install app. why?
user3067356
  • 11
  • 1
  • 2
0
votes
3 answers

Ad hoc distribution broken in iOS7

I apologize for this not being exactly a programming question I have a few apps that I'm deploying internally in our org using ad-hoc distribution with Enterprise account. What worked in iOS6 now creates two icons: one a normal app icon and another…
Corvin
  • 990
  • 11
  • 17
0
votes
2 answers

Personalized app version

I have a problem with my application on Appstore. There are a few clients on whose device the app failed to install or hangs ( something happened during the database update/migration, but not crash ). Is there any possibility I could make an…
Templar
  • 1,694
  • 1
  • 14
  • 32
0
votes
1 answer

iOS distribute application using another account

I am distributing an iOS application using my developer account (this is for testing purposes). Now i want to use another account and distribute the application. Questions are as follows: 1.) Am i permitted to do so? If not what is the…
Sharon Watinsan
  • 9,620
  • 31
  • 96
  • 140
0
votes
1 answer

Is it possible to submit Ad-hoc IPA to App Store

I've created and sent an Ad-Hoc signed IPA to my customer. I don't want them to be able to submit the application to the App Store, until I am paid. Are they able to re-sign the IPA, and upload it to App Store without me knowing?
SPQR3
  • 647
  • 7
  • 20
0
votes
2 answers

Error in downloading the .ipa file in AdHoc distribution

i am trying to install an app from the server having .ipa and .plist. when i try to call the url i am getting unsupported url, with error code 1002, what should i do. how to call this url. NSLog(@"requestString :…
Logunath
  • 477
  • 1
  • 8
  • 20
0
votes
1 answer

iOS Ad-hoc App: Cannot be installed at this time

I have an app my company built for a client. We had to register our Mac with the Apple developer site to do this, etc. etc. Now 4 months later the previously-working .ipa file that is hosted online can no longer install to any iPad: not even an…