Improved checkin app for ti.to events, based on the order number, which is an auto-increment.
- Google Play: https://play.google.com/store/apps/details?id=com.revojs.registration
- App Store: https://apps.apple.com/us/app/ti-to-registration/id1483743059
Built with React Native, using Expo.
Cheackout our in-depth article on how to use this app and how to get a Queueless Registration.
To run the app there follow the instructions from expo-cli.
Then run:
- npm run android
- npm run ios
- npm run web
To create a build, run:
eas build -p ios
eas build -p android
For iOS, validate the build:
xcrun altool --validate-app -f [build_name.ipa] -t ios -u [email] -p [password]
To upload the build on TestFlight:
xcrun altool --upload-app -f [build_name.ipa] -t ios -u [email] -p [password]
To use this app, we need an Api Key from ti.to and your Team Slug. This data is stored ONLY on your device. We don't save it on our servers or any other 3rd party service.
Read more about our Privacy Policy.