문제

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