In the next version of my iOS application, I modified the Default.png image. The new image (now localized) is featured prominently throughout the application.
To test the upgrade process on my device, initiate the installation from Xcode on a device that has previous version of the application. My problem is that during this mock upgrade, the splash image appears as the old Default.png. Additionally, when displaying Default.png elsewhere in the application, it also continues to be the old one.
However, if I first remove the application from the device, and afterwards install (rather than upgrade), the new splash image does appear properly.
How do I fix this, or is this to be expected when mock upgrading via Xcode? Can/Should I rely on the upgrade process executing properly when it happens through the app store?
The closest question seems to be this:
Updated splash / launch not working
The answer, though sounding great, seems speculative.
Thanks in advance.