1

I have an iOS6/iOS7 application in the App Store which is going to be replaced with the new version of the App. The new version includes new app icons and a new launch image. My problem is that the old app icons and the launch image are not replaced with the update.
This only works when I delete the old app before I install the new app. Any ideas how to solve this issue? Thanks in advance!

madhu
  • 961
  • 9
  • 21
codewitch
  • 73
  • 5

1 Answers1

3

Check wheter the images are added to the target. Check through the cloud by uploading two ipa files and installing through safari.

madhu
  • 961
  • 9
  • 21
  • My Images.xcassets was already added to the target... Additinaly, I added the app icons again and the launch image too. (iOS6 Devices)--> Now the launch image get updated, but the app icon is still the old one. (iOS7 Devices)--> The app icon and the launch image get updated but, when I launch the app then the app icon switch to the old one and back. This means, I see the new icon on the home screen, but when I touch it then it changes to the old app icon. When I resume the app the new icon is again there. Strange behavior... – codewitch Jun 23 '14 at 18:57