A distribution mechanism in Apple's iOS Developer Program.
Questions tagged [ad-hoc-distribution]
514 questions
0
votes
1 answer
Can't determine who can install iOS Application using In House development ?
I have an Apple Enterprise account using In-House development , but after i share this link in my web-server i discoed that any one can copy this link and share with others , My question here.
How i can set configuration to determine who can…

wod
- 812
- 1
- 10
- 23
0
votes
1 answer
Detecting if app is ad hoc
I have this URL in my server that is used for testing and another one that is used for production.
At some point in my code I did this:
#ifdef DEBUG
static NSString * const url = "http://sandbox.myserver.com";
#else
static NSString * const url =…

Duck
- 34,902
- 47
- 248
- 470
0
votes
2 answers
Deploy my App for Testing without Using UDID
I am an new Apple Developer, I am using the Apple Enterprise Program.
I looking for a way to send my App for testing some iPhone/iPad, the problem they are not in the Provisioning Profile.
I know there is a way, I had a Company they sent me on the…

J0k3R
- 303
- 1
- 14
0
votes
2 answers
Why my Apple Ad hoc or distribution profile not allowing to install app on all devices?
I am developing one app need to distribute across the stakeholders so I am using adhoc profile but its not working on all devices?

user3465497
- 21
- 1
0
votes
1 answer
verify_signer_identity: Could not copy validate signature:
I have used ad-hoc distribution for my iPhone app many times before, and successfully. But now I have ran into an error that I cannot solve. When installing the app on the device, the "download bar" goes almost all the way, but then fails. A failure…

fishinear
- 6,101
- 3
- 36
- 84
0
votes
1 answer
iOS Export Archive Provisioning Profile List
For some reason I cannot figure out how to clear out this list. Everytime I add a new device and then re-download my distribution profile from Apple it loads a new entry in this list.
How can I clear this list? Really I should only have 1 dev and 1…

aherrick
- 19,799
- 33
- 112
- 188
0
votes
1 answer
Will adding push notifications to my ad-hoc certificate break my app for current users?
Here is my scenario:
We have an ad-hoc app deployed into production
In our pre-prod environment, we also deploy our ad-hoc app (same identifier)
In dev we have push notifications working successfully (via Urban Airship)
To test in pre-prod I need…

user495368
- 173
- 1
- 1
- 8
0
votes
1 answer
iOS Application Will not Launch From Adhoc Distribution Because It can't find XCTest Framework
I made a post before about this problem, but since then I've been able to find some crash logs on some testers' devices.
Interestingly the count of crash logs on the device do not match the number of crashes, but still, this may be a clue.
Long…

Shinigami
- 2,123
- 23
- 40
0
votes
1 answer
ios Ad-hoc install won't complete
I have an iOS app that I want to test by doing an ad-hoc install through iTunes instead of through Xcode to make sure that it meets Apples guidelines. (It had a crash on the iPad when I submitted it the first time. I think I fixed it, but I want to…

AndyD273
- 7,177
- 12
- 54
- 92
0
votes
0 answers
App crashes in Thread 0 (Only on AdHoc)
My app was recently rejected for a crash when loading a tableview. I could only reproduce the crash when running an ad-hoc build. Here's the crash log:
Last Exception Backtrace:
0 CoreFoundation 0x30ecbe7e __exceptionPreprocess +…

Spenciefy
- 892
- 11
- 33
0
votes
2 answers
NSUbiquitousKeyValueStoreDidChangeExternallyNotification not fired with ad hoc distribution
I have the code here reported. The problem is that with my development device it works perfectly, it wait for iCloud and then the method iCloudSync is called and it works.
With an ad hoc profile for a beta testing user it doesn't work because (i…

zerbfra
- 190
- 12
0
votes
1 answer
Moving from ad hoc distribution to the store - will the current app be updated, or will the store version be installed as a duplicate?
I've been developing an iOS app that will soon be distributed via the B2b store. My client has been testing it for a few weeks with an ad hoc build. I'm ready to launch on the store with minor bug fixes, but the app will be largely unchanged.
The…

That Guy
- 460
- 1
- 7
- 17
0
votes
1 answer
Provisioning profile change when taking the app from adhoc stage to app store distribution when using APNS
I am having this little trouble understanding the stage. I built a product which requires to use APNS service. I built it using a adhoc profile with Production SSL certificate of APNS. The app is doing well in 4 of my devices.
Now I want to…

Saty
- 2,563
- 3
- 37
- 88
0
votes
1 answer
Alpha Testing of App on iOS and Android
We developed an app for our client. We're ready to alpha/beta test the app already using Apple's Ad Hoc Distribution and Google's Beta Testing and Stage Roll-Outs feature. Should we use our own developer's account on Apple and Google to publish the…

user3340122
- 1
- 2
0
votes
1 answer
AdHoc build install fails via both testflight & iTunes
I am getting this error - http://help.testflightapp.com/customer/portal/articles/829652
I tried this (but did not fix the problem) - http://help.testflightapp.com/customer/portal/articles/867631
I tried installing the adhoc build via iTunes (still…

kapso
- 11,703
- 16
- 58
- 76