Reference/Distribution
Distributionstatelessdistribution

Mappls LMS IOS Distribution

mappls-lms-ios-distribution

A versioned iOS distribution package used to integrate Mappls capabilities into an application.

Integration notice

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.

Why this source is classified stateless

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 vocabulary
Platforms

iOS

Product areas

Other

Languages found

No fenced language tags in the source README

Authentication signals

No explicit authentication signal detected

Prepare the integration

  1. An iOS project with Xcode and the package manager required by the source release
  2. The corresponding product entitlement enabled for the developer application
Production guardrailsPin package versions and record the source fingerprint.Keep server credentials out of client binaries and logs.Test failures, timeouts, quota limits, upgrades, and rollback.Validate legacy examples against current authentication contracts.

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