This repository distributes a package rather than defining the complete product contract. Pair it with the owning SDK or product guide.
What this surface enables
A versioned iOS distribution package used to integrate Mappls capabilities into an application.
No durable provider record or application workflow contract was established from the source identity or bounded document evidence; view, camera, callback, and authentication sessions alone do not make a source stateful.
Authority: Conservative Default · No durable-state signal promoted from incidental vocabularyiOS
Other
No fenced language tags in the source README
No explicit authentication signal detected
Prepare the integration
- An iOS project with Xcode and the package manager required by the source release
- The corresponding product entitlement enabled for the developer application
Topics documented by the source
01Overview
// swift-tools-version:5.3 import PackageDescription
let package = Package( name: "MapplsLMS", platforms: [ .iOS(.v13) ], products: [ .library( name: "MapplsLMS", targets: ["MapplsLMSWrapper"]) ], dependencies: [ .package(url: "https://github.com/mappls-api/mappls-api-core-ios-distribution.git", from: "2.1.3") ], targets: [ .binaryTarget( name: "MapplsLMS", url: "https://mmi-api-team.s3.amazonaws.com/mappls-sdk-ios/mappls-lms/MapplsLMS.xcframework-2.0.4.zip", checksum: "c0ef03ed4fbc2316822139193902a301e4927b3aa27af2c6e46a661a5564fcef" ), .target( name: "MapplsLMSWrapper", dependencies: [ "MapplsLMS", .product(name: "MapplsAPICore", package: "mappls-api-core-ios-distribution") ] ), ] )
Service references found
URLs are sanitized during ingestion and may include documentation or legacy hosts. Use them to trace the source, not as a substitute for the current API contract.
https://github.com/mappls-api/mappls-api-core-ios-distribution.githttps://mmi-api-team.s3.amazonaws.com/mappls-sdk-ios/mappls-lms/MapplsLMS.xcframework-2.0.4.zip