开发者

Why does my apps icon disappear after an ad hoc install (iPhone)

I have an app that I'm trying to install via standard OTA ad hoc. On iOS 4.1 The app installs ok. On newer versions (4.3.1 and 4.3.3 tested) the app installs without error, but the icon disappears from Springboard whe开发者_如何转开发n the install is done. If I restart the device the icon is back.

I have two questions:

  • Does anyone know what causes this behaviour?
  • Is this a problem when it comes to App Store submission?

Edit: It's the whole icon that disappears, not just the graphics. It is not possible to start the app from Springboard.


I think this question is similar to this one:

In-House App Disappears After Install

Give it a try, maybe it helps...


Just spent hours sorting out the same problem.

We deliver our AdHoc build over-the-air.

Turns out that when I changed app ID, I didn't change the bundle-identifier parameter in the OTA installation plist.


You might want to check that both high and standard resolution icon files are entered correctly into the info.plist file.

On older versions of iOS, entering just the standard resolution file name for the "Icon File" Key was sufficient, iOS would select the high resolution file by just adding @2x to the filename.
On newer versions there is the "Icon Files" (note the plural form) Array, where you may enter several files in different resolutions. I experienced similar errors using the "old" style, which were resolved using the new one.


I had this issue and the problem was that our distribution/provisioning certificates had all expired in between when the ipa was created and when it was installed on the device. Renewing all the certificates, rebuilding and redeploying fixed the problem.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜