DEV-3362: loyalty methods#11
Merged
Merged
Conversation
Add joinLoyalty / getLoyaltyStatus to the Flutter SDK, bridged to the native loyalty APIs. Native dependency bump (required for loyalty): - Android: switch to JitPack com.github.rees46:android-sdk:v2.33.0 (first release exposing SDK.instance.loyaltyManager) instead of the stale Maven com.rees46:rees46-sdk:2.6.0. - iOS: bump REES46 pod 3.23.0 -> 3.28.0. Adapt the iOS plugin to REES46 3.28.0 breaking changes: - qualify REES46.Category (now ambiguous with the ObjC runtime typedef); - ProductsListResponse.products is [Product] (no categories) -> map via the Product serializer; - setProfileData moved from a ProfileData value to named parameters. Loyalty plumbing: - Pigeon joinLoyalty/getLoyaltyStatus (JSON envelope) + regenerated bindings; - Dart facade + LoyaltyJoinResponse/LoyaltyStatusResponse/LoyaltyLevel models; - Android impl via loyaltyManager.join/getStatus (Gson); - iOS impl via sdk.joinLoyalty/getLoyaltyStatus; - example Loyalty card (Join/Status); - 7 unit tests + real-network integration tests (verified on iOS simulator and Android emulator against the live API).
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.
No description provided.