Uber’s business model has given rise to a large number of Uber-for-X services. Among other things, X equals moving, parking, courier, groceries, flowers, alcohol, dog walks, massages, dry cleaning, vets, medicines, car washes, roadside assistance and marijuana. Through these on-demand platforms, supply and demand are aggregated online for services to be fulfilled offline.
This open source repo/s uses HyperTrack SDK for developing real world Uber-like consumer & driver apps.
- Uber-for-X Consumer app can be used by customer to :
- Login/signup customer using Firebase phone-number authentication
- Show available cars near customer's current location
- Allow customer to select pickup and dropoff location
- Show estimated fare and route for selected pickup and dropoff location
- Book a ride from desired pickup and dropoff location
- Track driver to customer's pickup location
- Track the ongoing ride to dropoff location
- Let customers share live trip with friends and family
- Show trip summary with distance travelled
- Uber-for-X Driver app can be used by driver to :
- Login/signup driver using Firebase phone-number authentication
- Find new rides
- Accept a ride
- Track and navigate till customer's pickup location, and mark the pickup as complete
- Track and navigate from customer's pickup to dropoff location, and mark the dropoff as complete
- Show trip summary with distance travelled
- Signup to get your HyperTrack API keys
# Clone this repository
$ git clone https://github.com/hypertrack/uber_for_x_iOS.git
# Go into the repository
$ cd uber_for_x_iOS/RideSharingApp
# Install dependencies
$ pod install
- Open RideSharingApp.xcworkspace
- Add the publishable key to initialHyperTrackSetup() function in UserSampleApp AppDelegate.swift file and DriverSampleApp AppDelegate.swift file
HyperTrack.initialize("YOUR_PUBLISHABLE_KEY")
- Change the bundle identifiers of both apps as per your requirements.
-
Setup Firebase Realtime Database. For detail steps refer following link https://firebase.google.com/docs/ios/setup
-
Both Apps uses Firebase Phone Authentication. Complete the setup for same. https://firebase.google.com/docs/auth/ios/phone-auth
-
Note that Firebase Realtime Database is not required to use HyperTrack SDK. You may have your own server that is connected to your apps
- In these samples apps, Driver app creates actions for pickup and drop, which are tracked by Driver & Consumer apps.
For detailed documentation of the APIs, customizations and what all you can build using HyperTrack, please visit the official docs.
Feel free to clone, use, and contribute back via pull requests. We'd love to see your pull requests - send them in! Please use the issues tracker to raise bug reports and feature requests.
We are excited to see what live location feature you build in your app using this project. Do ping us at [email protected] once you build one, and we would love to feature your app on our blog!
Join our Slack community for instant responses, or interact with our growing community. You can also email us at [email protected].