docs(mobile): add iOS allowlisted & private devices#166
Open
Erkan Erol (erkanerol) wants to merge 5 commits into
Open
docs(mobile): add iOS allowlisted & private devices#166Erkan Erol (erkanerol) wants to merge 5 commits into
Erkan Erol (erkanerol) wants to merge 5 commits into
Conversation
Add a Mobile group under the Features tab with Android and iOS sections:
- Android: ephemeral emulators provisioned per run
- iOS: real devices shared across customers via app resigning, plus two
features for cases the shared/resigning model can't cover:
- Allowlisted devices: sign the app for QA Wolf's devices to test
push notifications and universal links; includes instrumentation
injection and disabling resigning
- Private devices: devices dedicated to a single team for MDM testing
and persistence across runs
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Replace the inline allowlisted/private targets note in the API reference with links to the Allowlisted devices and Private devices pages. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <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.
What
Adds a new Mobile group under the Features tab, with Android and iOS sections, and documents the two iOS device features for public customers.
New pages
qawolf:disableResigningcapability.Navigation
Features → Mobile → { Android, iOS }added todocs.json.Source
Adapted from the internal Allowlisted Devices and Private Devices feature docs.
Internal info deliberately excluded
Device UDIDs, customer names, MDS configuration, internal repos (
ios-agent,deploy-production), instrumentation library internals, device-selection strategy, Apple Pay (marked not-yet-public), and internal Notion/Slack links.Notes for review
meta: { ..., targetDevices }object ("Allowlisted Device"/"Team Dedicated Device"), per request. Note this differs from the existing publictargetstring literals documented in the Target Literals reference (e.g."iOS - iPhone 15 (iOS 26) (allowlisted)"). Worth deciding whether to reconcile the two in a follow-up.🤖 Generated with Claude Code