Question

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

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top