Update quickstart-maui-httpclient#3
Open
charlesoj6205 wants to merge 14 commits into
Open
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Raise Android minSdk to 23 (Approov AAR requirement) - Add tools:replace="android:label" to suppress manifest merge conflict with approov.aar's own AndroidManifest.xml - Pin iOS TargetPlatformVersion to 18.0 to use the compatible SDK pack (net9.0_18.0) matching the installed Xcode version Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ApproovService.CreateHttpClient() does not exist in the service layer API; verified against approov-service-maui during simulator testing. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The MAUI service layer now lives in the official approov/approov-service-net-httpclient repository. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The service layer is consumed by cloning approov-service-net-httpclient alongside this repository and using the ProjectReference already present in ShapesApp.csproj — the Approov.Service.Maui NuGet package is not yet published. Also documents the Android API 23 minimum and fixes stale service layer links. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…g, secrets) Refactor MainPage.xaml.cs into a clear STAGE 1/2/3 model using named constants (ENDPOINT_VERSION, APPROOV_CONFIG, SHAPES_API_KEY) so the code matches the walkthrough. Add a message-signing (v5) section and rewrite the SECRETS PROTECTION section as a self-contained worked example aligned with the published retrofit quickstart, using the real refactored code. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Remove the dev-key tip from the ShapesApp example code so the walkthrough stays focused on the standard registration flow. Document SetDevKey instead in USAGE.md (Testing on an Unregistered Device), alongside API-PROTECTION.md and SECRETS-PROTECTION.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <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.
Summary
Testing