iOS.DistributionApp.0-build-adhoc-distribution-for-tester

时间:2021-09-08 03:06:41

Build adhoc distribution for tester

1. 提供App测试包

1.1 提供测试包的步骤

Ref[8]

A: 注册所有的测试设备

B: 将App进行归档

C: 用ad hoc provisioning profile 或者 team provisioning profile来对app进行签名,然后导出归档文件。

D: 将App安装到测试设备

E: 从测试人员处征集crash report

1.2 Generic Xcode Archive

在将App archive 导出为.ipa 包时有以下问题:

"Upload to App Store..." 和 "Validate..." 都是disable状态。解决问题参考 Ref[9]

iOS.DistributionApp.0-build-adhoc-distribution-for-tester

1.3 CFBundleSupportedPlatforms的值不对导致的Error

CJSDKBundle.bundle/Info.plist中包含以下key引起archive export时的错误。

CFBundleSupportedPlatforms该key的值不是iPhoneOS, 而是iPhoneSimulator。

1.4 provisioning profile 在本地Mac OS X系统中的位置

.mobileprovision 在Mac OS X上目录位置

~/Library/MobileDevice/Provisioning Profiles

1.5 已经注册的设备上是否需要安装provisioning profile

A): .mobileprovision 也应该和 .ipa 一样发给Tester。Ref[11]

B): 如何安装 .mobileprovision 文件,参考Ref[11.2]/Ref[11.1]

Next: .mobileprovision 文件的解析 iOS.DistributionApp.1-mobile-provision-file[draft]


Reference

1. Installing an Ad Hoc Distribution

https://www.innerfence.com/howto/install-iphone-application-ad-hoc-distribution

2. Technical Q&A QA1868 Missing Enterprise Distribution Certificate Private Keys

https://developer.apple.com/library/ios/qa/qa1868/_index.html

3. Troubleshooting <<App Distribution Guide>>

https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/Troubleshooting/Troubleshooting.html

4. Technical Q&A QA1862 Resolving the "No identities are available for signing" Error

https://developer.apple.com/library/ios/qa/qa1862/_index.html

5. iOS - Creating an Ad Hoc Distribution Provisioning Profile

https://support.magplus.com/hc/en-us/articles/204270188-iOS-Creating-an-Ad-Hoc-Distribution-Provisioning-Profile

6.

http://www.thecave.com/2014/09/16/using-xcodebuild-to-export-a-ipa-from-an-archive/

7. How to create ipa in xcode 6 without Apple Developer account?

8. Exporting Your App for Testing (iOS, tvOS, watchOS) (AAAA+)

https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/TestingYouriOSApp/TestingYouriOSApp.html

9. Troubleshooting Application Archiving in Xcode

https://developer.apple.com/library/mac/technotes/tn2215/_index.html

10. Beta Test Tutorial for iOS: How To Host a Beta Test for your iOS App

http://www.raywenderlich.com/1669/beta-test-tutorial-how-to-host-a-beta-test-for-your-ios-app

11. Installing Ad-hoc Distribution

11.1 Installing Ad-hoc App onto an Apple Mobile Device

http://jerseycow.com/wiki/installing-ad-hoc-app-onto-an-apple-mobile-device/

11.2 Installing an Ad Hoc Distribution

https://www.innerfence.com/howto/install-iphone-application-ad-hoc-distribution

12. Apple Documents

12.1 App Distribution Quick Start

https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppStoreDistributionTutorial/Introduction/Introduction.html#//apple_ref/doc/uid/TP40013839-CH1-SW1

12.2 App Distribution Guide

https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40012582-CH1-SW1

iOS.DistributionApp.0-build-adhoc-distribution-for-tester的更多相关文章

  1. HierarchyViewer for iOS 2&period;0 BETA Introduction

    We know HierarchyViewer is an useful tool in Android SDK. The developer and tester, who haven't the ...

  2. iOS 10&period;0 更新点(开发者视角)

    html, body {overflow-x: initial !important;}html { font-size: 14px; } body { margin: 0px; padding: 0 ...

  3. Code signing is required for product type &&num;39&semi;Unit Test Bundle&&num;39&semi; in SDK &&num;39&semi;iOS 11&period;0&period;1&&num;39&semi;

    Code signing is required for product type 'Unit Test Bundle' in SDK 'iOS 11.0.1' 进入 projects and lis ...

  4. 这台计算机上缺少此项目引用的 NuGet 程序包-缺少的文件是 &period;&period;&bsol;packages&bsol;Microsoft&period;CodeDom&period;Providers&period;DotNetCompilerPlatform&period;1&period;0&period;0&bsol;build&bsol;Microsoft&period;CodeDom&period;Providers&period;DotNetCompilerPlatform&period;props

    异常处理汇总-开发工具  http://www.cnblogs.com/dunitian/p/4522988.html 协助开发里面总有几个是极简爱好者,但是呢删了不该删的就会影响项目开发,下面看下完 ...

  5. JetBrains WebStorm 7&period;0 Build 131&period;202 Win&sol;Mac&sol;Liniux

    JetBrains WebStorm 7.0 Build 131.202 (Win/Mac/Liniux) | 121.6/106/133 Mb WebStorm 7 — Everything you ...

  6. iOS 7&period;0获取iphone UDID 【转】

    iOS 7.0 iOS 7中苹果再一次无情的封杀mac地址,使用之前的方法获取到的mac地址全部都变成了02:00:00:00:00:00.有问题总的解决啊,于是四处查资料,终于有了思路是否可以使用K ...

  7. iOS 5&period;0 后UIViewController新增:willMoveToParentViewController和didMoveToParentViewCon[转]

    在iOS 5.0以前,我们在一个UIViewController中这样组织相关的UIView   在以前,一个UIViewController的View可能有很多小的子view.这些子view很多时候 ...

  8. iOS 5&period;0 后UIViewController新增:willMoveToParentViewController和didMoveToParentViewCon

    在iOS 5.0以前,我们在一个UIViewController中这样组织相关的UIView   在以前,一个UIViewController的View可能有很多小的子view.这些子view很多时候 ...

  9. iOS 8&period;0正式公布啦

    从昨晚開始,苹果新版移动操作系统iOS 8.0開始提供免费下载服务.新版操作系统提供有数百个新功能,当中包含相机功能中添加了延时摄影模式,能够使用其它厂商开发的输入法.购买的App应用程序能够与最多6 ...

随机推荐

  1. PAT自测-5 Shuffling Machine

    原题连接https://pta.patest.cn/pta/test/17/exam/4/question/264 Shuffling is a procedure used to randomize ...

  2. 14 BasicHashTable基本哈希表类&lpar;一&rpar;——Live555源码阅读&lpar;一&rpar;基本组件类

    这是Live555源码阅读的第一部分,包括了时间类,延时队列类,处理程序描述类,哈希表类这四个大类. 本文由乌合之众 lym瞎编,欢迎转载 http://www.cnblogs.com/oloroso ...

  3. php代码优化技巧

    搬运: 1. 尽量采用大量的PHP内置函数. 2. echo 比print 快. 3. 不要把方法细分得过多,仔细想想你真正打算重用的是哪些代码? 4. 在执行for循环之前确定最大循环数,不要每循环 ...

  4. MacOS copy图标shell脚本

    不会shell  同学做的... 可以看见在当前文件夹下创建了一个icons文件夹 最后还压缩了文件夹 #!/bin/bash # readPlist [plist] [key] function r ...

  5. lnmp HTTP ERROR 500

    http://www.cnblogs.com/thrillerz/p/4725409.html

  6. 【bzoj4443 scoi2015】小凸玩矩阵

    题目描述 小凸和小方是好朋友,小方给了小凸一个 nn × mm (n \leq m)(n≤m) 的矩阵 AA ,并且要求小凸从矩阵中选出 nn 个数,其中任意两个数都不能在同一行或者同一列.现在小凸想 ...

  7. 谈谈Ext JS的组件——布局的使用方法

    概述 在Ext JS中,包含两类布局:组件类布局和容器类布局.由于有些组件是有不同的组件组合而成的,如字段就由标题和输入框构成,他们之间也是存在布局关系的,而这就需要组件类布局来处理组件内自己特有的布 ...

  8. Nginx 安装后 相关错误解决

    1,安装 https://blog.csdn.net/wxyjuly/article/details/79443432 nobody 改为了 www /configure --user=www --g ...

  9. React Router 4&period;0 ---- 嵌套路由和动态路由

    嵌套路由,从广义上来说,分为两种情况:一种是每个路由到的组件都有共有的内容,这时把共有的内容抽离成一个组件,变化的内容也是一个组件,两种组件组合嵌套,形成一个新的组件.另一种是子路由,路由到的组件内部 ...

  10. python3练习-查找文件

    题: 编写一个程序,能在当前目录以及当前目录的所有子目录下查找文件名包含指定字符串的文件,并打印出相对路径 import os import os.path def find_file(root,pa ...