it seems that my last update for one of my apps caused a little database hickup.
But to find the error, i need to install the previous version of my app on a device, enter some data and then update to see the error.
Any ideas how i can install an older version of my app on the simulator or on the device?
Greeting,
Grinarn
__________________ DiabetesPlus - Diabetes-Management for the iPhone/iPod (Website) InsulinPlus - Insulin-dosage-calculator for the iPhone/iPod
it seems that my last update for one of my apps caused a little database hickup.
But to find the error, i need to install the previous version of my app on a device, enter some data and then update to see the error.
Any ideas how i can install an older version of my app on the simulator or on the device?
Greeting,
Grinarn
Don't you have the build files for the older version? You just need to build it again & deploy to the device or run on the simulator.
Sure i have the source code, but i have made changes to that for the new update. So i dont have the original source for the older version. I only have the archive file for the old version, but i cant install them, since they are signed with the release profile.
__________________ DiabetesPlus - Diabetes-Management for the iPhone/iPod (Website) InsulinPlus - Insulin-dosage-calculator for the iPhone/iPod
Sure i have the source code, but i have made changes to that for the new update. So i dont have the original source for the older version. I only have the archive file for the old version, but i cant install them, since they are signed with the release profile.
Do you have your Mac time machine working properly? If so just go back to a date when your old version was working and take it from there.
You really need to save the final release source code of every release you make. I guess that's obvious to you now.