Swift (iOS) — guides
Implementation guides organised by SDK (Swift, Kotlin, React Native, Flutter) and the privacy property you need. Each page has the install + init snippet, a comparison vs other SDKs, and the operational FAQ for that combination.
13 guides published
-
How to add Swift (iOS) analytics with no IDFA collection
Add analytics to a Swift (iOS) app without collecting Apple's IDFA. Helps developers avoid collecting personal data in the first place.
Read guide -
How to add Swift (iOS) analytics with no ATT prompt
Add analytics to a Swift (iOS) iOS app without showing the App Tracking Transparency prompt. No NSUserTrackingUsageDescription needed.
Read guide -
How to add Swift (iOS) analytics with no third-party trackers
Add analytics to a Swift (iOS) app without any third-party tracker dependencies in your supply chain.
Read guide -
How to add Swift (iOS) analytics with zero device storage
Add analytics to a Swift (iOS) app without writing a single byte to disk. RAM-only event queue.
Read guide -
How Swift (iOS) analytics works with a RAM-only event queue
Swift (iOS) analytics events are held in memory only — flushed every 30 seconds, lost on force-quit by design.
Read guide -
How to add Swift (iOS) analytics with a 5-field event schema
Add analytics to a Swift (iOS) app where every event stores only 5 fields. Extra fields are rejected at the API.
Read guide -
How Swift (iOS) analytics handles geolocation (country only)
Swift (iOS) analytics with country-level geolocation only. IPs are processed transiently for country lookup, then discarded.
Read guide -
How Swift (iOS) analytics rotates session IDs every 2 hours
Swift (iOS) analytics rotates session IDs automatically every two hours and on app restart. No persistent user ID.
Read guide -
How Swift (iOS) analytics avoids device fingerprinting
Swift (iOS) analytics that doesn't fingerprint devices. No model+OS+screen +locale combinations stored as identifiers.
Read guide -
How Swift (iOS) analytics avoids cross-app tracking
Swift (iOS) analytics with no cross-app identifiers. Sessions are scoped to a single app install.
Read guide -
How to add Swift (iOS) analytics with EU data residency
Add analytics to a Swift (iOS) app where all stored data lives on EU infrastructure. Self-host option for any region.
Read guide -
How to self-host Respectlytics for Swift (iOS) analytics
Self-host Respectlytics on your own infrastructure for Swift (iOS) analytics. AGPL-3.0 server, MIT SDK.
Read guide -
How Swift (iOS) analytics works with an open-source SDK
Swift (iOS) analytics with an MIT-licensed, fully open-source SDK you can audit, fork, and modify.
Read guide