ad-hoc-distribution

Share my iPhone app for testing

让人想犯罪 __ 提交于 2019-11-28 17:13:32
问题 I'm writing a new iPhone app and want to share it with a couple of friends for testing and general feedback and sign-off. Is there a way I can do that? They are located in a different state, and they don't have a Mac either. 回答1: Edit : I wrote this post a long time ago. Since then, services such as TestFlight have come along which do this entire process. This is really the way to go! You need to make an ad hoc build which your friends can install on their phones. It's a bit of a pain, but

Xcode Product -> Archive disabled

谁说胖子不能爱 提交于 2019-11-28 15:04:34
I have been archiving for ad hoc distribution fine for many months and suddenly today I cannot do so as the Archive menu item is disabled. I have not changed anything. I went through the provisioning setup for the project and it looks ok. My Ad Hoc profile is about to expire in 14 days. Could this be the problem? I don't believe I can renew it until the day it expires. There is a a "renew" button for my ad hoc profile in the organizer but when I click it I get... The given profile was not found on the provisioning portal. Please refresh your provisioning profiles before attempting to renew

iPhone - how to change the build configuration to distribution

两盒软妹~` 提交于 2019-11-28 12:26:11
I have been following apple's instructions to get my app to iTunes. I can not figure out how to open the Target info window so I can change the build to distribution. I tried clicking on all the icons, left clicked. Looked at all the menu items, tried the help, nothing is working. Follow these steps in Xcode 4 1.Click on the red area 2.Click here 3.And choose required configuration If you don't have Distribution configuration then you can create it at project Info page here: If you are using XCode4 double click on project name as in the 2nd attached screen shot "Leaves". Then the configuration

Submitting Ad-hoc app to Appstore / iTunesConnect

时间秒杀一切 提交于 2019-11-27 21:20:38
问题 I know how to sign an app with Appstore mobile provision, and how to re-sign an Adhoc-signed IPA with Appstore mobile provision. This is not my question. My question is, can you submit Adhoc-signed IPA to Appstore / iTunesConnect, and have it pass Apple verification and eventually be distributed through Appstore. Why? So that I don't have to store a redundant Appstore-signed IPA along every Adhoc-signed release candidate IPA, and don't have to do the extra step of re-signing that requires a

What is the difference between a Development Provisioning Profile and an Ad Hoc Provisioning Profile?

一个人想着一个人 提交于 2019-11-27 21:05:29
What is the difference between a development provisioning profile and an ad hoc provisioning profile? Couldn't we always use the ad hoc profile for everything but the store? An ad-hoc provisioning profile is used later in the development process, particularly when you want to distribute your app to a small or medium size group of testers that are not included in the iOS developer program for your organization. An app deployed with an ad-hoc provisioning profile will be almost identical to the version you submit to the App Store (ie. it will need a distribution certificate for push

Check if app is ad-hoc|dev|app-store build at run time

独自空忆成欢 提交于 2019-11-27 20:11:24
I'd like to check this for build information in a debugging screen. Is there a way to check this at runtime? I realize that I could set compiler flags for the builds or similar, but if there is an existing method that I could leverage I'd like to take advantage of that. Bryan Musial While I would agree with Abhi Beckert that runtime is the wrong time to be doing this (use preprocessor directives and build settings!), I wanted to clarify some of the details and speculations in the previous answer/comments and shine some light on things you could do. Bear with me, this is going to be a longer

Update In-House Apps — iOS Enterprise Developer Program

吃可爱长大的小学妹 提交于 2019-11-27 13:09:34
问题 I am looking for information on the iOS Enterprise Developer Program. From what I read, in-house distribution allows companies to distribute iOS apps internally without knowing the devices UDIDs (unlike what happens with the ad-hoc distribution). Apps built with these profiles can be technically installed on any iOS device (without limits on the number of devices), but the license agreement says we can't distribute enterprise apps to anyone outside the company. From what I read, we can

iOS8 Beta Ad-Hoc App Download (itms-services)

不想你离开。 提交于 2019-11-27 12:07:26
问题 I have an ipa built using my Wildcard profile. I am hosting the ipa, and my testers are downloading it on our devices. For iOS7+ devices it is working fine. I have installed the iOS8 Beta on one of my devices. If I install my app from the app store it installs and works fine. If I try and install an ipa version I get an "Unable to Download App" error. I am using this style of URL to download: itms-services://?action=download-manifest&url=https://url-to-plist.plist My plist looks like: <?xml

iPhone - how to change the build configuration to distribution

别等时光非礼了梦想. 提交于 2019-11-27 07:02:15
问题 I have been following apple's instructions to get my app to iTunes. I can not figure out how to open the Target info window so I can change the build to distribution. I tried clicking on all the icons, left clicked. Looked at all the menu items, tried the help, nothing is working. 回答1: Follow these steps in Xcode 4 1.Click on the red area 2.Click here 3.And choose required configuration If you don't have Distribution configuration then you can create it at project Info page here: 回答2: If you

iOS In App Purchase: test a real purchase without submitting to Apple

走远了吗. 提交于 2019-11-26 22:49:13
问题 I implemented in app purchase in my iOS app and I want to do a real test (not a sandbox) before submitting this new version to Apple Of course, the current version of the app (in the App Store) was validated with a product So, I archived the app using an Ad Hoc distribution profile and I generated an IPA file for Ad Hoc deployment. But when I installed the app via Testflight on my device, I discovered that the app was in sandbox environment! Is there a way to do a "real" purchase before