New App Code + Same Bundle Identifier

Hello,
Recently we have gone under a complete refactor and created a whole new project to replace our old app. We still need the database on the device to be available from the old version. So we have replaced our bundle Identifier with the exact same older one.
Will these work ?
Is there anything else that needs to remain the same across the old vs new project.

We still need the database on the device to be available from the old
version.

What platform are you targeting?

How are you managing this database? And if it’s on the file system, how are you finding the location in which to store it?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
New App Code + Same Bundle Identifier
 
 
Q