sumsub-integrate-msdk
Installation
SKILL.md
Sumsub — Mobile SDK integration (iOS & Android)
Embed Sumsub KYC into an existing native app via the IdensicMobileSDK framework
(main class SNSMobileSDK), from dependency install to presenting / launching the
verification flow — on iOS (Swift) or Android (Kotlin).
This is the trunk: read the always-on sections below (intake, asking-vs-doing), detect the platform, then use the decision table to open only the branch files that match the platform, the project, and the user's answers.
Intake — ask these three questions first, in one message
Before touching any project file, ask all three together:
- Launch point. "From which screen should the Sumsub flow open? Please share the class name or describe the screen." — iOS: a ViewController or SwiftUI view; Android: an Activity, Fragment, or Composable.