8
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

iOS エンタープライズ版 Web 配布アプリが iOS7.1 でインストールできない場合の対処方法

Last updated at Posted at 2014-03-12

iOS7.1 にアップデートした直後から、社内Webサーバを経由した、エンタープライズ版のアプリ配布ができなくなりました。

Webブラウザから配布用リンクを踏むと、しょっぱなにアラートがでてダウンロード動作自体がスタートしません。
詳細未確認ですが、下記リンク先の情報などを見ると、iOS7.1 からは、ダウンロード用のスキーマがHTTPではダメになったようです。HTTPSが動くサーバ環境としないとダメなのでしょうか・・・

Stackoverflow 関連情報


続報

やはり答えは、HTTPSでした。Apache に SSL の設定を施したことと、サーバを稼働させていたAWS EC2マシンのセキュリティグループを修正して、443 ポートを通すようにしたら上手くいきました。

8
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?