Enterprise app deployment doesn't install on iOS 8.1.3

前端 未结 8 1522
我在风中等你
我在风中等你 2020-11-30 18:53

After updating iOS 8.1.3, I tried to download, but getting error \"Unable to download app\" and \"could not be installed at this time\" mes

8条回答
  •  无人及你
    2020-11-30 19:11

    I have the same issue and this happens for the applications that doesn't have any entitlements.

    Re-signing the app with entitlement solved the issue for me, but this is going to be pain as all the applications that are already deployed need to be re-signed and deployed.

    This is a weird issue because these apps which failed for me doesn't use anything like keychain sharing or push notifications and hence doesn't need an entitlement at all (as per my understanding). Now when I just add an entitlement with keychain-sharing it starts working.

提交回复
热议问题