Developer Setup

Last updated on Apr 04, 2026

Setup Guides

Choose your platform to get started with LinkMe. Each guide walks you through installing the SDK, configuring your app or project, and making your first request so you can resolve smart links and universal links from your application.

Platform quick links

  • iOS — Xcode project setup, Associated Domains, and Swift or Objective-C integration
  • Android — Gradle dependency, intent filters, and Kotlin or Java usage
  • React Native — Linking and native module setup for iOS and Android
  • Flutter — Dart package installation and platform-specific configuration
  • Node.js — NPM package, API client, and server-side link resolution
  • Web — Browser SDK for redirects and optional deferred deep linking

After you complete your platform guide, see the developer overview for API behavior, auth for API keys, and OpenAPI for the full REST specification. For universal links and app links hosting, ensure your domain serves the correct AASA and assetlinks files; the Universal Links Validator can check your configuration.

What each setup guide covers

Every platform guide in this hub follows a similar structure: install the SDK or client, configure your project (e.g. Associated Domains on iOS, intent filters on Android), and resolve a link from your app or server. We include code snippets, required permissions, and links to the REST API and OpenAPI spec where relevant. If you use React Native or Flutter, the guides cover both iOS and Android from a single codebase.

Next steps after setup

Once your app or service can resolve links, explore developer overview for redirect behavior, UTM handling, and fallbacks. Use auth to create and manage API keys for server-side or headless use. For universal links and app links, ensure your domain hosts valid AASA and assetlinks files; our Universal Links Validator checks format, content type, and size so you can fix issues before going live.