Commit f7a0250
authored
feat: initial upload of mobile-dotnet (#393)
## Summary
Supports only SR for Android and iOS
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **High Risk**
> Large new surface area spanning native Android/iOS build systems, MAUI
bindings, and NuGet packaging/transitive targets; integration issues are
likely (dependency/version conflicts, build failures, runtime
linker/type conflicts).
>
> **Overview**
> Introduces a new `sdk/@launchdarkly/mobile-dotnet` .NET 9 MAUI Session
Replay SDK, including a cross-platform C# API (`LDNative`,
`ObservabilityOptions`, `SessionReplayOptions`) plus MAUI `View`
extension methods for manual masking (`LDMask`/`LDUnmask`).
>
> Adds native bridges for **Android** (Gradle/Kotlin library with
`SRLaunch` + masking helpers, and a `net9.0-android` binding project)
and **iOS** (Swift-based `LDObserveBridge` framework + `net9.0-ios`
binding project), along with packaging to ship native artifacts via a
“fat” NuGet (`LaunchDarkly.SessionReplay`) using `buildTransitive`
targets.
>
> Includes a MAUI sample app demonstrating initialization, privacy
options, and masking flows, plus developer tooling/scripts (VSCode
tasks, XCFramework build script, pack scripts) and repo ignore rules for
.NET build artifacts.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
c7c0739. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent a47f9b5 commit f7a0250
File tree
90 files changed
+5145
-0
lines changed- sdk/@launchdarkly/mobile-dotnet
- .vscode
- android
- LDObserve.Android.Binding
- Additions
- Transforms
- native
- LDObserve
- src/main
- java/com/example/LDObserve
- gradle/wrapper
- macios
- LDObserve.MaciOS.Binding
- native/LDObserve
- LDObserve.xcodeproj
- project.xcworkspace
- xcuserdata/abelonogov.xcuserdatad
- Sources
- observability
- LDAPI
- buildTransitive
- sample
- .vscode
- Platforms
- Android
- Resources/values
- Tizen
- Windows
- iOS
- Properties
- Resources
- AppIcon
- Fonts
- Images
- Raw
- Splash
- Styles
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
90 files changed
+5145
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
0 commit comments