Hi,
I reciently rewrote on of my apps in Swift and the way I did it is I started from scratch creating a brand new project and what I'm trying to do is to upload this new project as a new version of an existing app in the Appstore.
Is this possible to do? If yes, what is the process?
Thanks
Note there are other changes I'd recommend, but these are the basics that iTunes expects.
- bundle identifier
- code signing
- incremented version number
If it were me, I'd stick with or duplicate the old project and then make new changes, rather than starting completely from scratch.