Add Samsung Family Hub support for iOS - #2092
Merged
Merged
Conversation
One artifact from com.samsung.familyhub: the Samsung account signed in to the refrigerator app, from Library/Preferences/com.samsung.familyhub.plist and the NSKeyedArchiver session dictionary inside it, with the Samsung auth device id and last token authorization joined from the app's NSURLCache, every row of which lived in the write-ahead log. Terms Agreed At is localised with the IANA zone the agreement dictionary records under timeZoneName, so no zone is assumed. The app device id and the Samsung auth device id are different identifiers and are reported separately. Access and refresh tokens, the app secret and push tokens are in the same stores and are not reported. The app's Realm store (file format 9) was read and is deliberately not reported. Its 1,851 rows are the food catalogue the app downloads from the Whisk service, which the cache shows arriving in 38 paginated responses holding exactly 1,851 products, and every user-data class in the store held no rows: fridge inventory, shopping lists, to-dos, memos, whiteboard, calendar, deals, camera images and scanned items. The notes name each so a row here reads as account linked and features unused, not as an omission. Present on 1 of 24 iOS corpora; no Android corpus of 28 holds the app. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Samsung Family Hub support for iOS. One artifact from
com.samsung.familyhub: the Samsung account signed in to the refrigerator app, fromLibrary/Preferences/com.samsung.familyhub.plistand the NSKeyedArchiver session dictionary inside it, with the Samsung auth device id and last token authorization joined from the app's NSURLCache, every row of which lived in the write-ahead log.timeZoneName, so no zone is assumed.The app's Realm store (file format 9) was read and is deliberately not reported. Its 1,851 rows are the food catalogue the app downloads from the Whisk service, which the cache shows arriving in 38 paginated responses holding exactly 1,851 products. Every user-data class in the store held no rows: fridge inventory, shopping lists, to-dos, memos, whiteboard, calendar, deals, camera images and scanned items. The notes name each, so a row here reads as account linked and features unused rather than as an omission.
Present on 1 of 24 iOS corpora; no Android corpus of 28 holds the app.
🤖 Generated with Claude Code