RealSimpleLinks Developer Hub
1. Platform Setup
Section titled “1. Platform Setup”- iOS Universal Links: Enter your iOS Bundle ID and Apple Team ID in the dashboard. We automatically generate and host your
.well-known/apple-app-site-associationasset safely. - Android App Links: Provide your Package Name and SHA-256 Certificate Fingerprints. We instantly generate and host your
assetlinks.jsonmaps.
2. REST API Reference
Section titled “2. REST API Reference”All public SDK/API endpoints authenticate using your publishable API key via the Authorization: Bearer header validation strings.
POST /resolve— Used by the SDK to fetch the deferred payload upon first app open. Rate-limited to 50 req/min per IP.POST /events/install— Send a confirmed app install to our real-time analytics pipeline engine.POST /events/custom— Track custom post-install conversion events (e.g.,purchase_completed).
3. Advanced Routing Engine
Section titled “3. Advanced Routing Engine”Developers can pass explicit parameter objects such as deep_link_uri, fallback_web_url, and custom JSON payloads to handle specific web vs. mobile client routing paths cleanly. Standard query parameters (utm_source, etc.) are automatically preserved and forwarded to your fallback targets.