My app is a 'clickconf app', and I used the AdHoc distribution in order to allow my client to install the app on their device for testing. I am hosting my app on a TestFlight server and then installing it on the device from MobileSafari.

The problem is that when the app is almost installed, a new icon is displayed saying "Installing".

I don't know whether this is an issue from iOS side or PHP side because from PHP side it is allowing the app to install on the device.

Can anyone help me fix this issue?

有帮助吗?

解决方案

I know its been long time but i got the answer for my question. Its issue ob mismatch bundle-identifier in plist and IPA.

So make sure bundle identifier should be same.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top