iphone - Things to keep in mind for smooth transition from Version 1.0 to 2.0 on iOS -
i planning develop application. app quite big in size, planning go version 2.0 in few months after release of version 1.0.
i know things should careful of front. that, when release version 2.0, things go smooth on both development side , user experience side.
svn
- copy first version , save in folder , make changes in version 2 folder.- analyze , remove unused design assets (like .png, etc) reduce app size.
- if have backend apis in version 1 app, let's create new apis version 2 development.
- make sure have takes backup db before move version 1 production.
- you should not add new updates in version1 prod api in db table well.
Comments
Post a Comment