Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Unable to Install Enterprise Viewer

Avatar

Level 2

What should I have our developer be looking at to troubleshoot why my app would not be installing from our secure server

It installs from itunes fine.

the error, after downloading, says "enterprise viewer could not be installed at this time"

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Sounds like it could be a certificate issue, see Unable to Download App (Enterprise Signed)

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Sounds like it could be a certificate issue, see Unable to Download App (Enterprise Signed)

Avatar

Level 2

Ok,

I rebuilt all the certificates and provisioning files.

I am supposed to be signing a distribution mobile provision file with a distribution certificate, right?

The development one works, but that is because have provisioned this file.

Could it be the bundle version?

<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://secure.k2sports.com/app/dev/k2skis.ipa</string>

</dict>

</array>

<key>metadata</key>

<dict>

<key>bundle-identifier</key>

<string>com.k2snowboarding.f16</string>

<key>bundle-version</key>

<string>2015.3.000</string>

<key>kind</key>

<string>software</string>

<key>title</key>

<string>Enterprise Viewer</string>

</dict>

</dict>

</array>

</dict>

</plist>