i have a weird bug with my application.

My app is a 'white label' app and i use allot of bundle IDs (and certification for push ..), i use the adHoc distribution to let testers install it. (i host my app in my server, not testFlight for example).

The problem (in iOS 6 and 7 ) is that when the app is almost installed, a new icon is displayed (and i can use it to launch the app) and the old one remain with statue = "installation .."

Can you help to solve this, thanks.

demo

有帮助吗?

解决方案

The Problem is created because of the bundle-identifier unmatched in your app's plist and .ipa.

Please make sure that the bundle identifiers match when you make the build.

We also had this problem and now we have resolved it. enter image description here

其他提示

Please delete both the apps (the new one and one with installation), then try once again.

I think this is the problem of same provisioning profile used for both the apps.

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