ad-hoc-distribution

iOS App Won't start on Testflight Ad Hoc Distribution

安稳与你 提交于 2019-12-04 14:21:41
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 application just closes before it launches and there are no crash logs on TestFlight. I can connect any of my testers' phones to my computer and run the app on them (using Xcode) just fine. I thought maybe this is a problem with provisioning profiles, but on my phone, I can delete the relevant profile from Settings app then install the app from the

Selecting a provisioning profile for Ad Hoc Distribution in Xcode 6

可紊 提交于 2019-12-04 10:40:57
Having issues doing this. It will NOT let me select the provisioning profile to use, instead it defaults to some XC Ad Hoc: * and I cannot change it. The correct profile is selected in the build settings. I get: voratima I was experiencing the same issue in Xcode 6. I fixed it by: Go to Apple Developer > Create a new App ID specifically for the app with Explicit App ID like com.mywebsite.MyApp. Don't choose Wildcard App ID option. Go to Provisioning Profiles > Distribution > Update App ID (for MyApp) to the new one I just created. Generate a new profile. Download and install. It doesn't hurt

Ad Hoc iOS .ipa file won't install for devices added to profile since iOS 7 came out

坚强是说给别人听的谎言 提交于 2019-12-04 00:26:11
I have an iOS app that I've developing for a while. Initially there were around 8 devices in the iOS dev account, ad builds were prepared and distributed through Hockey App, no problems. Recently, we've added a bunch more devices, but for some reason the ad hoc builds won't install on those devices (but continues to install just fine on the original set). I have been over and over the certificates, devices and provisioning profiles in the iOS Dev Center. I've triple checked all the Build Settings in XCode. The app is for iOS 6 and iOS 7 only. It is built in XCode 5. I've tried installing the

Why iOS ad-hoc distribution still need to trust enterprise developer?

送分小仙女□ 提交于 2019-12-03 21:53:11
We have an enterprise account and need to distribute the App with ad-hoc distribution. But with the ad-hoc distribution, the testers were still asked to trust enterprise developer and we cannot find the profile & device management in the Setting. Why does iOS ad-hoc distribution still need to trust enterprise developer? Is there anyone who encountered the similar issue? Once you installed application, 1: Go to setting -> General 2: Profile and Device Management 3: Click on "Untrusted app" 4: There is option for "trust" As described here: https://discussions.apple.com/thread/7611217 , the

AdHoc Installation fails on older iPad running iOS 5.1.1 - /usr/libexec/installd crashes

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-03 13:58:04
I have an app that I am distributing using AdHoc - that works fine (using testflightapp.com) on most devices, however I have two older ones which run iOS 5.1.1 and iOS 4.3 respectively and on those I just can't get the app installed. The app has been built using XCode 5.1.1 and deployment target of iOS 4.3. The installation goes about 75% through (i.e. icon shows on home screen, progress indicator starts running up to about 75%), then an error message is shown: "Unable to Download Application" - ... could not be downloaded at this time. Checking the logs I found crash of /usr/libexec/installd

How to Debug an iPhone App after an ad Hoc Build?

早过忘川 提交于 2019-12-03 13:23:00
I did a ad Hoc Distribution of my App now i want to to Debug it again (i have changed something with CoreData) but i cant. If i press Debug unsing the Settings for Distribution the Default picture starts on the device but i get an error "Error form Debuger: The programm being debugged is not being run.". If i use the Debug Settings i get an other Error: "The Executeable was signed with invalid entitlements." What do i have to do to be able to Debug again? You need to change the "Code Signing Identity" setting for your app target in XCode back to "iPhone Development", with the relevant

Difference: Ad Hoc distribution and Developmental distribution

让人想犯罪 __ 提交于 2019-12-03 04:00:30
问题 I am in process of creating my first app and have some confusion over Ad Hoc provisioning profile and Development Provisioning profile. I understand that this question is asked before this but needed some clarification and confirmation. Looking at previous answers on stackoverflow I assume there are following differences: Ad hoc builds can be installed without iTunes while development builds(.ipa) must be installed from iTunes Debugger cannot be attched to Ad hoc build while development build

Ad Hoc distribution for beta testing xcode 4.3

本小妞迷上赌 提交于 2019-12-03 02:36:58
问题 After following the great tutorials from http://www.raywenderlich.com/ on how to submit your app to the app store from square one I started planning my beta test program. I'm not going to get into details of everything that wen well but of what I'm dealing with right now. I've read many many posts on how to create provisioning profiles for ad hoc distribution of my app to beta testers. I've focused on those helping user get the app over the air (OTA) after a forum recommendation. I also know

Make Ad-hoc builds in Xcode 6 without signing in to developer account

我是研究僧i 提交于 2019-12-03 01:59:46
问题 Before Xcode 6, it was sufficient to provide only a *.p12 certificate and *.mobileprovision file to Xcode in order to export an *.ipa file for Ad Hoc builds. Xcode 6 opens the Organizer as usual when the archive is ready, but when I press the "Export" button, the Organizer asks to select a Development Team. It does not allow me to proceed without one even though I have *.p12 and *.mobileprovision installed. To save for Ad Hoc Development, select a Development Team to use for provisioning: I

Is there a way to view your app's .entitlements file from your app's .ipa archive?

夙愿已清 提交于 2019-12-02 23:31:24
I think there's an issue with my app's .entitlements file when a .ipa is created and so I want to check the Bundle ID of the entitlements file. There's a fairly complicated build script I am using to change some stuff in there before building so I want to see what the final product is. I know that there used to be an Entitlements.plist that I could get off of the ipa but it doesn't seem to be there any longer. Is there any way to access the .entitlements file now? Sure, unzip the .ipa file which will create a Payload directory. Inside of the Payload directory is the application package. Right