Get the Travelling Buddies app
Plan trips, split expenses, build itineraries and pack together — now fully offline-first on Android & iOS. v2.1.0
Android
Install from Google Play for automatic updates, or download the APK directly if you can't use the Play Store.
Installing the APK directly
- Tap Download APK directly above.
- When prompted, allow your browser to install unknown apps (Settings → Apps → Special access).
- Open the downloaded file and tap Install.
iPhone & iPad
The iOS app isn't on the App Store. Because we don't run a paid Apple Developer account, you install the signed .ipa directly on your device using a free sideloading tool — it re-signs the app with your own Apple ID.
Install with AltStore (recommended, free)
- On a Mac or Windows PC, install AltServer and the AltStore app on your iPhone/iPad (one-time setup, signs in with your Apple ID).
- Download the .ipa above to your device (or your computer).
- In AltStore → My Apps → tap + and choose the downloaded Travelling Buddies.ipa.
- Open Travelling Buddies from your home screen and sign in as usual.
Prefer another tool? Sideloadly works the same way. Free sideloads are re-signed with a personal Apple ID and need re-signing about every 7 days — just re-open AltStore on Wi-Fi to refresh.
Advanced: install from source with Xcode
- Clone the app repo and run
flutter pub get, thencd ios && pod install. - Open
ios/Runner.xcworkspace, select your device, and set a free personal team under Signing & Capabilities. - Press Run to build & install directly to your device (free provisioning lasts ~7 days).
Having trouble? Contact us and we'll help you get set up.