企业包的下载配置


iPhone版

1.  plist的写法

<?xml version="1.0" encoding="UTF-8"?>
DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>itemskey>
    <array>
        <dict>
            <key>assetskey>
            <array>
                <dict>
                    <key>kindkey>
                    <string>software-packagestring>
                    <key>urlkey>
                    <string>https://app.lexandera.com/app/download/gulong.ipastring>
                dict>
                <dict>
                    <key>kindkey>
                    <string>full-size-imagestring>
                    <key>needs-shinekey>
                    <false/>
                    <key>urlkey>
                    <string>https://app.lexandera.com/app/download/gulong.iconstring>
                dict>
                <dict>
                    <key>kindkey>
                    <string>display-imagestring>
                    <key>needs-shinekey>
                    <false/>
                    <key>urlkey>
                    <string>https://app.lexandera.com/app/download/gulong.iconstring>
                dict>
            array>
            <key>metadatakey>
            <dict>
                <key>bundle-identifierkey>
                <string>org.hgl.GLDemostring>
                <key>bundle-versionkey>
                <string>1.0.0string>
                <key>kindkey>
                <string>softwarestring>
                <key>titlekey>
                <string>历山大亚HDstring>
            dict>
        dict>
    array>
dict>
plist>

2. 必须配置成https