We solved this in two ways, turning to immediately disabling the real application, and then actually turning to the encoding error that caused it.
The iOS 7.0.3 update has added latency to calls to apple servers that return product data in the application. Since we made a request for a product request from didFinishLaunching, our application was killed because it did not start fast enough.
To deal with a real-time crash, we temporarily removed all app purchases for the app from the sale. In the meantime, we rescheduled a product data request just before the storefront was presented in the application — the right software solution, as maddy suggested.
source share