ad-hoc-distribution

iOS Ad-Hoc OTA distribution works for iOS 6 and fails with iOS 5 [closed]

人走茶凉 提交于 2019-12-10 17:22:44
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I'm having trouble with over the air (OTA) distribution for my Ad-Hoc builds. Building a universal iPhone/iPad app with base SDK 6.1, deployment target 5.0, architectures armv7 and armv7s. The very same ad-hoc build installs OTA on iOS 6 devices (3 different iPhone5, one iPhone4 and iPad2), but fails to install

Xcode 8 can't export archived build for Ad Hoc distribution

这一生的挚爱 提交于 2019-12-10 15:55:53
问题 When I try to export my archived app for Ad Hoc distribution in Xcode 8, I get an error message that says: that there are no matching provisioning profiles , and that the existing profiles lack the application-identifier and keychain-access-groups entitlements . What's the trouble, and how can I get this to work? I've tried generating an Ad Hoc distribution profile at the developer member center, but it isn't helping. 回答1: I can archive and export a new project, no problem. But I'm having

iOS Ad Hoc installation failing

孤者浪人 提交于 2019-12-10 13:09:12
问题 I'm getting the following error when I try to install an app via TestFlightApp.com. "Unable to download application. "helloworld" could not be installed at this time. I've also tried installing via iTunes and the Apple Configurator. When I first got this error, I thought it might be due to Apple's developer program being down a few weeks back, so I regenerated all my certificates using the code signing request on my laptop, then rebuilt all my provisioning profiles. I then deleted all the

Xcode App Distribution to Friends

半世苍凉 提交于 2019-12-10 10:41:24
问题 Yesterday I saw a Website of a Company which has a test version of their iPhone App downloadable for everybody from their website. Since I am an Apple Developer, I know that you need the UDID of the target device to declare it as a test device, because you have to code sign it to the device. When I have downloaded the file, it was a normal App file from Xcode. I dragged it to iTunes and from there to my Device, and what do you suppose happened? Yes; it worked on my Device!! ;-) I have not

Invalid IPA error on Testflight: The APS environment in your embedded.mobileprovision and your binary don't match

拥有回忆 提交于 2019-12-10 03:54:15
问题 I am sorry for posting so many questions, but getting this to work has been incredibly painful, even tho Testflight makes it much easier Invalid IPA error: The APS environment in your embedded.mobileprovision and your binary don't match I figure this has got to do with my Apple Push Notifications. I am using my distribution profile across all my settings. My app has been configured to both development and production. What could the causes of this error be? As a side note, I have been working

iOS Developer Builds vs Distribution Builds

半城伤御伤魂 提交于 2019-12-10 02:41:50
问题 I've been under the impression for some time that for iOS, signing a build with a developer provisioning profile allows the app to run (and get debugged) on an authorized device (listed in the development provisioning profile) through an XCode build, whereas signing with a distribution profile allows the app to be run (but not debugged) on other iOS devices that have been specifically added to the distribution provisioning file for the purposes of QA/beta testing/etc (and installed via iTunes

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

一曲冷凌霜 提交于 2019-12-09 13:58:20
问题 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? 回答1: Once you installed application, 1: Go to setting -> General 2: Profile and Device Management 3: Click on "Untrusted app

Error building Adhoc for Three20-integrated app on XCode 4

依然范特西╮ 提交于 2019-12-08 12:13:21
问题 I'm building an iOS application with Three20 integrated. My app is running very well even on Simulator or iDevices. However, when I try to build an Ad-hoc to send to my customer for testing. I got a very strange error Ld /Users/kulnova/Library/Developer/Xcode/DerivedData/AppFantator-etlvrvoqzixizqbdblqhgefckwbb/ArchiveIntermediates/AppFantator/IntermediateBuildFilesPath/AppFantator.build/Adhoc-iphoneos/AppFantator.build/Objects-normal/armv6/Fantator normal armv6 cd /Users/kulnova/Desktop

Is there a way to test an iOS app, on a device that is not submitted for Ad-Hoc distribution?

扶醉桌前 提交于 2019-12-07 19:06:17
问题 Having created my first iOS app as part of my MSc project I now need to send it (together with my report) to the examiners (basically upload it to the website of the University (via Moodle)). However, I cannot possibly know who the examiners will be and have any information about their iPhones So I cannot submit my app for Ad-Hoc distribution since I don't know what devices to include! Is there some other way around (other than locating the examiners and asking them for all the necessary

Ad-Hoc distributed application failed to launch in time

我的梦境 提交于 2019-12-07 18:35:39
问题 I have a iOS app written in Swift running on an iPad Air, with an ad-hoc distribution profile. In this version my app gets crashed by the iOS launch timer, saying it didn't launch in time. I found the explanation for this, saying I should remove heavy operations from the app delegate's didFinishLaunchingWithOptions. The weird thing is, there's hardly anything in there. func application(application: UITimedApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) ->