Qeen Mobile Analytics SDK
Qeen's first-party mobile analytics and commerce-event SDK, shipped as a binary XCFramework for iOS (Swift Package Manager) and an AAR for Android (self-hosted Maven). It exposes a typed commerce event vocabulary — productViewed, addToCart, cartUpdated, couponApplied, cartCleared, checkoutStarted, paymentMethodSet, shippingDetailsSet, orderPlaced, orderCompleted, orderRefunded, signedIn, signedUp — alongside freeform track(), identify(), screen(), flush() and reset(). Every monetary amount is a Money value carrying an ISO 4217 currency and every product line is a LineItem, so a currency-less price is not expressible. Deep links are forwarded to the SDK and every utm_* and *clid parameter is captured for server-side attribution. The analytics engine is PostHog, compiled into the framework and hidden behind Qeen's own API.