Game engine
onestore.link for Unity apps
Smart store link for Unity mobile games.
Unity games ship to App Store and Google Play with massive install funnels โ every viral share matters. onestore.link is the universal URL layer that routes social shares, ads, influencer links, and QR codes to the right store automatically.
Without onestore.link
- Influencer shares a Play Store URL โ 50% of viewers on iOS get a broken page
- Ad creative requires two URLs per campaign (one per platform)
- QR codes on event flyers only work for one store
With onestore.link
- One link in every share, every ad, every QR โ works for 100% of viewers
- Custom OG per game (Pro) for branded TikTok / Instagram previews
- Per-link analytics (Pro) to track which influencer / channel drives installs
How it works with Unity
No SDK, no rebuild, no native config change. Just a URL.
- 1
Ship your Unity game to both stores
Build for iOS (Xcode) and Android (Gradle / Unity Build Settings). Submit to both stores and grab the listing URLs.
- 2
Generate your link on onestore.link
Paste both store URLs, choose a slug like `/mygame`.
- 3
Use the link in influencer / ad / share campaigns
Replace any per-platform URL with `onestore.link/mygame` in your TikTok creatives, Reddit ad UTM URLs, in-game share buttons, etc.
Optional: share from inside your app
onestore.link is just a URL โ you don't need to add anything to your Unity app to make it work. If you also want a share button inside your app that sends users the universal link, here's the typical pattern in Unity:
From a Unity MonoBehaviour:
using UnityEngine;
using UnityEngine.UI;
public class ShareButton : MonoBehaviour
{
private const string ShareUrl = "https://onestore.link/mygame";
public void OnClick()
{
// Native share โ use a plugin like Native Share
// (com.yasirkula.unity.NativeShare) for production
Application.OpenURL(ShareUrl);
}
}Frequently asked questions
Does it work with Unity Ads / IronSource attribution?
onestore.link handles the redirect, not attribution. For SKAdNetwork / install attribution, keep using your mediation SDK โ onestore.link sits on top of it as the public share URL.
Can I track per-influencer installs?
Yes via UTM-style query params: `onestore.link/mygame?utm_source=influencer-name`. Pro analytics breaks down clicks by source.
Ready to add a universal link to your Unity app?
Free forever, no signup needed. Your first link is live in under a minute.
Create your free link