0

I am trying to share my enterprise build via my server. First of all, I want to test process on my local server. The problem is that app was not installed on my device.

I tried to install app in 2 ways:

1. Open direct link for .ipa file. Safari just displays file picture, name and size

enter image description here

2. Open link for distribution .plist file. I was guided by this answer. Safari says app cannot be installed

enter image description here

Community
  • 1
  • 1
3CC
  • 502
  • 3
  • 11

2 Answers2

3

The problem seems to be that the server you deployed your .ipa/.plist files to doesn't have a valid https certificate. See this question for solutions and an easy workaround using Dropbox.

Community
  • 1
  • 1
Aaganrmu
  • 328
  • 1
  • 11
0

Use below link it will helps you and solved your problem

http://gknops.github.io/adHocGenerate/

Kalpit Gajera
  • 2,475
  • 1
  • 14
  • 24