Updating ios package on safari

Posted on 28 Mart 2018 in Programlama by

Just define a url as follows:

<a class=” btn-primary btn-lghref=”itms-services://?action=download-manifest&url=https://abc.com.tr/manifest.plist“>Download App</a>

and manifest.plist file should look like as follows:

<?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>items</key>
    <array>
        <dict>
            <key>assets</key>
            <array>
                <dict>
                    <key>kind</key>
                    <string>software-package</string>
                    <key>url</key>
                    <string>https://abc.com.tr/xxx.ipa</string>
                </dict>
            </array>
            <key>metadata</key>
            <dict>
                <key>bundle-identifier</key>
                <string>com.def.abc</string>
                <key>bundle-version</key>
                <string>0.10.0</string>
                <key>kind</key>
                <string>software</string>
                <key>title</key>
                <string>XXX</string>
            </dict>
        </dict>
    </array>
</dict>
</plist>

As you can see ipa file path is defined in manifest file.

Please give us your valuable comment

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Anti-spam image

This site uses Akismet to reduce spam. Learn how your comment data is processed.