Generating new test snapshots for sk2-receipt - ios-14#3437
Merged
MarkVillacampa merged 1 commit intoNov 17, 2023
Conversation
MarkVillacampa
approved these changes
Nov 17, 2023
rickvdl
added a commit
that referenced
this pull request
May 27, 2026
Aligns with Android convention (DEFAULT_ENTRY_ID = "default") established in purchases-android PR #3437.
rickvdl
added a commit
that referenced
this pull request
May 28, 2026
Aligns with Android convention (DEFAULT_ENTRY_ID = "default") established in purchases-android PR #3437.
rickvdl
added a commit
that referenced
this pull request
May 29, 2026
Aligns with Android convention (DEFAULT_ENTRY_ID = "default") established in purchases-android PR #3437.
rickvdl
added a commit
that referenced
this pull request
Jun 1, 2026
Aligns with Android convention (DEFAULT_ENTRY_ID = "default") established in purchases-android PR #3437.
rickvdl
added a commit
that referenced
this pull request
Jun 2, 2026
Aligns with Android convention (DEFAULT_ENTRY_ID = "default") established in purchases-android PR #3437.
rickvdl
added a commit
that referenced
this pull request
Jun 2, 2026
…int (#6854) * feat(remote-config): add network scaffolding for GET /v2/config endpoint Adds RemoteConfigResponse model, GetRemoteConfigOperation, RemoteConfigAPI, and wires everything into Backend. Unknown topic keys in the manifest are silently dropped for forward compatibility. Mirrors Android PR #3435. * fix(remote-config): use lowercase "default" variant key in test fixtures Aligns with Android convention (DEFAULT_ENTRY_ID = "default") established in purchases-android PR #3437. * test(remote-config): add snapshot files for all CI OS versions BackendGetRemoteConfigTests was only recording snapshots for iOS 26. CI also runs tests on iOS 14/15/16/17/18, tvOS 18, macOS, and watchOS, each of which requires its own snapshot file. Derived from existing snapshot patterns in BackendGetRewardVerificationStatusTests. * fix(remote-config): log warning when unknown topic key is received Follows the codebase convention of logging unknown backend values (e.g. WorkflowsResponse unknown_workflow_trigger_type) rather than silently dropping them. * refactor(remote-config): rename wireKey to rawValue, add WIP comment for signature verification Aligns Topic with Swift's RawRepresentable convention and matches the Android SDK's comment indicating signature verification will be enabled once the remote config endpoint is finalized. * refactor(remote-config): enable etag and simplify HTTPRequestPath cases
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.
Requested by @MarkVillacampa for sk2-receipt