II.
LibraryProcess overview
Reference · livelib-process:mobile-development--beta-testing-setup
specializations/mobile-development/beta-testing-setup overview
Beta Testing Infrastructure Setup - Configure TestFlight for iOS and Google Play Testing for Android with tester management, feedback collection, and crash reporting integration.
Attributes
displayName
specializations/mobile-development/beta-testing-setup
description
Beta Testing Infrastructure Setup - Configure TestFlight for iOS and Google Play Testing
for Android with tester management, feedback collection, and crash reporting integration.
libraryPath
library/specializations/mobile-development/beta-testing-setup.js
specialization
mobile-development
references
- - TestFlight: https://developer.apple.com/testflight/
- - Google Play Testing: https://support.google.com/googleplay/android-developer/answer/9845334
- - Firebase App Distribution: https://firebase.google.com/docs/app-distribution
example
const result = await orchestrate('specializations/mobile-development/beta-testing-setup', {
appName: 'MyApp',
platforms: ['ios', 'android'],
testerGroups: ['internal', 'beta', 'external'],
feedbackChannels: ['in-app', 'email', 'slack']
});
usesAgents
- mobile-testing
Outgoing edges
lib_applies_to_domain1
- domain:mobile·DomainMobile
lib_belongs_to_specialization1
- specialization:mobile-development·Specialization
lib_covers_topic1
- topic:accessibility·TopicAccessibility
lib_implements_workflow3
- workflow:mobile-app-submission·WorkflowMobile App Submission
- workflow:release-management·Workflow
- workflow:mobile-beta-testing·WorkflowMobile Beta Testing
lib_involves_role1
- role:mobile-engineer·RoleMobile Engineer
lib_requires_skill_area2
- skill-area:ios-native·SkillAreaiOS Native Development
- skill-area:android-native·SkillAreaAndroid Native Development
Incoming edges
None.