1

I have an Enterprise application hosted in HockeyApp.

The app is signed with Enterprise certificate and provisioning profile. I checked the expiration dates of both. Those are not expired.

When I am downloading the app in iOS 12, it crashes as soon as it opens. But works fine in lower iOS versions.

Here is the log i got through Xcode->Windows->Devices and Simulators:

Reason: Fence-hang-PROCESSNAME: 574ms handling fence, blown-fence (fence duration=575ms)

chandvoid
  • 133
  • 1
  • 12
  • As the error message says, it has nothing to do with provision profile. Your application is running out of memory in the iOS 12 for some reason. I suggest you run the instruments and check where it goes wrong. – Jay Mayu Sep 21 '18 at 08:54
  • If that is the case, the app should crash while in debug mode as well. But, it is working fine in debug mode. – chandvoid Sep 21 '18 at 09:00
  • Has anybody face the same issue with enterprise application? – chandvoid Sep 24 '18 at 06:27
  • @chandvoid I'm facing same problem and not able to find the solution. – Shanmugasundharam Oct 12 '18 at 13:41

0 Answers0