0

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.

Robin Pr
  • 11
  • 1

1 Answers1

0

App Group can be an answer to your problem: it enables several applications from the same group to share container.

See this SO question: Communicating and persisting data between apps with App Groups

Community
  • 1
  • 1
Nicolas Buquet
  • 3,880
  • 28
  • 28