We recently changed the development team for our app and are getting ready for the first update since the change. We store a small amount of data in an sqlite database. From what I understand that data should be retained for users when updating the app version since the Bundle ID has remained the same. When I update the app from the currently released App Store build, which was from the old development team, to the latest build in TestFlight the data is not being retained. Is there something else that needs to be done to retain the data? Is it possible that the data is only being lost when updating from TestFlight but will be retained when updating the app from the App Store?