This repository was archived by the owner on Jul 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IDMOB-10 Functionality for Apple account consolidation
When moving an app from one Apple account to another it's not possible to keep the keychain data. If the data is not there, a logged in user will not be logged in anymore. To overcome this the move can be planned in 2 steps: 1. In the first step an app is upgraded on the old Apple account with a mode SPiDTokenStorageModeMigratePreITunesAccountMove to export keychain data to NSUserDefaults. 2. The next step is an app upgrade on to the new Apple account with a mode SPiDTokenStorageModeMigratePostITunesAccountMove to import data from NSUserDefaults. Both versions should stay in the store for a while until the most users are able to upgrade and run it. Tests: * SPiDTokenStorageTests * SPiDTokenStorageUserDefaultsBackendTests
- Loading branch information
1 parent
ce3d194
commit 7b64549
Showing
17 changed files
with
737 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.