Based on the current IOS app, my company planned to split it into two apps. Very likely, one of them will use the old App ID and the other one use a new APP ID.
We propose the app data to be transferred from the old app to the new apps with the process invisible to users. The users are only required to update the old app to the latest version and install the new app. The app data includes Core data, Keychain data, data in NSUserDefaults, data in plist file and data files.
Could you tell me if our requirements can be fulfilled and please suggest how can it be achieved.