Integrate your app
Wire the SDK into your app and take a referral from signup to a validated test reward — the fourth step, and the first one that touches code.
With your account, rewards, and pages set up, the last step is to wire Invitebase into your app. Every platform guide walks the same loop, end to end, in test mode: get a referral link for a user, simulate a friend signing up through that link and completing the qualifying event, then watch the referral validate in the dashboard. It takes under 10 minutes, uses no real users, and costs nothing.
By the end you will have exercised the entire product: attribution, the qualification engine, the referral state machine, and the moment a referral becomes validated — the only state that ever triggers rewards or billing. The in-app share and invite UI you build here inherits the theme you set in Design your referral pages.
Pick your platform:
Web
JavaScript or TypeScript with @invitebase/js — the fastest path to a working loop.
iOS
Swift via Swift Package Manager, including Universal Links and the clipboard handoff.
Android
Kotlin via Gradle, with deferred attribution through the Play Install Referrer API.
React Native
React Native and Expo with the hooks API — reactive referral state out of the box.
Flutter
Dart with the invitebase_flutter plugin over the native iOS and Android SDKs.
REST API
No SDK — drive the whole loop with cURL against api.invitebase.com.
Rather not do any of this by hand? Install with AI wires the SDK, your keys, and a first campaign into your codebase from a single pasted prompt.