How to distribute your iOS app OTA with Enterprise account

  1. Web server setup 
    1. You need to Install your favorite web server (eg. Apache, Nginx, IIS) correctly.
    2. Make sure all the paths (to .plist in html file & to .ipa in .plist file are absolute, not relative) e.g,
      • https://YOUR_IP/ios_app/YOUR_APP.plist
      • https://YOUR_IP/ios_app/YOUR_APP.ipa
    3. Don't forget to put itms-services:// in the link. Your link should be something like this.
      • <a href="itms-services://?action=download-manifest&url=https://YOUR_IP/ios_appYOUR_APP.plist">Install iOS App!</a>
    4. .htaccess file should be saved in same directory where "ios_app" directory is there. You should include following in this file:
      • AddType application/octet-stream .ipa
        AddType text/xml .plist
        <Files *.ipa>
          Header set Content-Disposition attachment
        </Files>
    5. Check if all looks proper.
    6. XCode process
    7. Apple developer console process
Blog Category: 
Company

Credits



Leave a comment

Tags

Comparative Analysis (1)    Competitive Exams (1)    Enterprise (1)    fresher (1)    full stack (1)    iOS (1)    Java (1)    JBoss (1)    LAMP (1)    Methods (1)   

Pages

About Us

Atulsia is primarily focused on building enterprise web and mobile applications. With innovative ideas and right set of skills, Atulsia's aim is to deliver products based on customers needs. From ideas to execution, we deliver.

Latest tweets