Ios development-internal company test environment setup

Source: Internet
Author: User

Ios development-internal company test environment setup

1. First, you need to apply for an Apple enterprise developer account. This account is required to package programs, because only devices that are not registered can install the test program. Apply for a good enterprise account. First, apply for a free Deng Baishi code and then apply for an enterprise account. These can be completed on the Apple developer website and can be applied for in more than a week. Tell your boss not to save thousands of dollars too much. This will be useful.

2. Find a service area to store your ipa package and two images for users to scan and install. Picture: Icon57@2x.pngIcon57.png

3. Create a. plst file as follows:

 
 
  
   
    
Items
   
   
    
     
Assets
    
    
     
      
Kind
     
     
      
Software-package
     
     
      
Url
     
     
      
Http: // ***/client/iphone/iPhone. ipa
     
    
    
     
      
Kind
     
     
      
Full-size-image
     
     
      
Needs-shine
     
     
     
      
Url
     
     
      
Http: // * client/iphone/Icon57@2x.png
     
    
    
     
      
Kind
     
     
      
Display-image
     
     
      
Needs-shine
     
     
     
      
Url
     
     
      
Http:/*** client/iphone/Icon57.png
     
    
    
     
Metadata
    
    
     
      
Bundle-identifier
     
     
      
Application Bundleid
     
     
      
Bundle-version
     
     
      
5.6.1
     
     
      
Kind
     
     
      
Software
     
     
      
Title
     
     
      
Application name
     
    
   
  
 
4. Put plist in an HTTPs environment for webpage access. It must be an HTTPs environment. If the company does not have such an environment, it will find a way to apply for it from other channels, which can be available in many channels.

5. Write a webpage and place it on the server to construct a QR code. The most critical code on the webpage is to click to trigger the plist file.

6. The overall process is: scan the QR code, the web page you wrote, the. plist file, and the image ipa package. In this way, you can let everyone in the company test it for you before the release. Upload the appstroe when you feel you can.

7. After the setup is successful, you only need to replace the ipa package for each test.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.