Sample apps

Working sample apps for every SDK

Every platform has an open-source sample app that exercises the full loop — configure → identify → share a link → attribute a referred install → fire qualifying events → display the reward — running in test mode out of the box:

PlatformRepository
Web (Next.js/React, plus example webhook receiver)github.com/invitebase/sample-next
iOS (SwiftUI)github.com/invitebase/sample-ios
Android (Jetpack Compose)github.com/invitebase/sample-android
React Native (Expo)github.com/invitebase/sample-react-native
Fluttergithub.com/invitebase/sample-flutter

The web sample includes an example webhook receiver that verifies the Invitebase-Signature header and grants an in-app reward — the customer-side half of the integration developers most often get wrong. Each sample is pinned to the latest SDK and built in CI, so a broken SDK release breaks the sample build before it breaks yours.