The version of the iOS app I submitted to iTunes Connect for Testflight beta testing is almost expired. AFAIK in order to extend the 30-days trial period I need to submit it aga
If you still have the original archive then of course. An Xcode Archive is just a directory, with a specific hierarchy.
You should just
You should use a search tool to scan through the folders to find the version number in every file. For a basic iOS app it's enough to modify two files: Info.plist
and dSYMs/YourProjectName.app.dSYM/Contents/Info.plist
.
You're done at this point, but the organizer does not pick up the changes. You can just duplicate the whole .xcarchive
file/folder and change the date with like one minute. Re-open the Organizer and you'll have your new version there.
Actually, you should probably just leave the original .xcarchive
as it is and start with duplicating it before opening with "Show Package Contents".