Build adhoc distribution for tester1. ProvideAppTest Package1.1 steps to provide a test package
REF[8]
A: Register all the test equipment
B: Archive the App
C: Use ad hoc provisioning profiles or team provisioning profile to sign the app and export the archive.
D: Install the app to a test device
E: Collect crash report from testers
1.2 Generic Xcode Archive
When you export an app archive as an. IPA package, you have the following issues:
"Upload to App Store ..." and "Validate ..." are disable states. Problem solving Reference ref[9]
error caused by incorrect value of 1.3 cfbundlesupportedplatforms
Cjsdkbundle.bundle/info.plist contains the following key to cause archive export error.
Cfbundlesupportedplatforms the value of this key is not Iphoneos, but iphonesimulator.
location of 1.4 provisioning profile in a local Mac OS x system
. mobileprovision directory location on Mac OS X
~/library/mobiledevice/provisioning Profiles
1.5 If you need to install provisioning profile on a registered device
A):. Mobileprovision should also be sent to tester as. IPA. REF[11]
B): How to install the. mobileprovision file, reference ref[11.2]/ref[11.1]
Next: Parsing of the. mobileprovision file 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 is 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 an 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
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
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
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