In my app I am using sqlite database I don\'t want to replace an existing database when app is updated in app store.
Will it replace with new database? Or will it re
it will replace with new database , because when you create binary for your app it will be build with new database.
if you want to do it with old database , you have to create build with old database in your app.