I recently updated an app that was previously published to iOS 7.
The app works fine in every case, except when it is downloaded from the App Store. Even when published to TestFlight and installed from there.
The code block where it is not working is at a point where it retrieves a file from a remote HTTP server.
I have tried to sniff the network by having it connect to WiFi through my Mac and running a packet sniffer, but it doesn't even seem to make the HTTP GET request.
Obviously this is very hard to debug because it has to go through the store process.
Is there a way to take the binary package that I would upload to the store, and sideload it onto a device for debugging?