Colada

0.2.4

3laween/colada-sdk-ios

What's New

v0.2.4

2026-09-13T11:13:49Z

Colada iOS SDK 0.2.4 β€” Core Module binary (Colada.xcframework). checksum: fbfbfd78abfe3b7aabf3f12e639f3f608f95c1f2dc2a35de3cddb352d5971818

Colada iOS SDK

Mobile attribution & marketing performance, in one place. Colada tells you exactly which ad and which campaign brought every user into your app β€” and how much they're worth afterwards β€” so you can stop guessing and start optimizing.

πŸ‘‰ Learn more: masar-ai.manus.space

Instead of logging into Meta, TikTok, Google, Snapchat and every other dashboard to piece together what's working, Colada brings your true marketing performance into a single, real-time view β€” so you know your numbers now, not days later and not spread across ten tabs.

Who it's for: any app, any country, any industry. Colada is global and sector-agnostic β€” if you have an app and you run marketing, this is the tool to bring you better numbers.

What Colada gives you:

  • Attribution β€” know the exact source of every install and in-app event.
  • Marketing performance tracking β€” all your channels in one dashboard.
  • Social media campaign & ads tracking β€” Meta, TikTok, Google, Snapchat, and more.
  • Ad spend optimization & higher ROAS β€” kill the bad ads, scale the winners with confidence.

Keywords: attribution, marketing performance tracking, social media campaign tracking, ads tracking, ads optimization, ad spending optimization, higher ROAS, killing bad ads, scaling winner ads, social media marketing.


About this package

Public binary distribution of the Colada iOS SDK β€” Core Module (Colada): attribution, ad-campaign matching, and lifecycle event reporting for iOS apps.

This repository ships no source code. It is a thin Swift Package that references the compiled Colada.xcframework, published as a GitHub Release here. You can add the SDK without any access to Colada's private source repositories.

Requires iOS 13.0+.

Install (Swift Package Manager)

In Xcode: File β–Έ Add Package Dependencies… and enter https://github.com/3laween/colada-sdk-ios, or in a Package.swift:

dependencies: [
    .package(url: "https://github.com/3laween/colada-sdk-ios.git", from: "0.1.0")
],
targets: [
    .target(
        name: "YourApp",
        dependencies: [
            .product(name: "Colada", package: "colada-sdk-ios"),
        ]
    )
]
import Colada

Task {
    try await ColadaSDK.shared.configure(apiKey: "pk_live_your_key_here")
}

Full developer documentation: see USAGE.md β€” configuration, deep links, attribution, events, offline queue, privacy, errors, and the optional Platform Module, explained point by point.

What's in the binary

  • Colada β€” Core Module only. Zero third-party dependencies. No App Tracking Transparency, no IDFA.

ColadaPlatform (optional native TikTok/Meta forwarding) is not part of this binary β€” it depends on the vendor SDKs and is available only to source integrators.

How this is built

Package.swift here is maintained automatically: the private SDK repository's release pipeline builds and validates Colada.xcframework, publishes it as a Release on this repo, and updates the url + checksum in Package.swift for each version. Released artifacts are immutable β€” a published version's binary is never replaced. This package tracks the SDK's versions one-for-one β€” 0.1.0 here is Colada.xcframework 0.1.0.

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sun Sep 13 2026 07:39:34 GMT-0900 (Hawaii-Aleutian Daylight Time)