/scooter-app

This project contains the app built for the Tier-0 Ark Scooters project.

Primary LanguageObjective-CMIT LicenseMIT

Ark scooter app

This project contains the app built for the Tier-0 Ark Scooters project.

https://ark.io/projects/ark-scooters

Installation

Android

  1. Download the APK in apk/.
  2. Allow app installs from external sources in the smartphone settings.
  3. Install the APK.
  4. Open the app.

IOS

Not possible because I currently don't have developer certificates for this project. If you want to run this app on iOS you have to manually build it. See more information below.

Building manually (Appcelerator account required)

  1. Download Appcelerator Studio.
  2. Create an Appcelerator account
  3. Log into the Appcelerator Platform
  4. Go to Account (top right) -> Billing -> Adjust Plan and select the free plan.
  5. Login via CLI with appc login.
  6. Clone this repo.
  7. Execute npm run build in the root of the project.
  8. Continue with Android or iOS below.

Android

  1. Download and install Android Studio.
  2. Open the SDK manager and install Android 10.
  3. Install an Android Virtual Device (AVD) with Android 10.
  4. Boot the AVD.
  5. Use appc ti info to find the ID of the AVD.
  6. Build and install the app with appc run -p android -T emulator --device-id <deviceId> (looks like Pixel_3_API_29).
  7. Building will take a minute depending on your machine.
  8. Once building is completed the app should automatically be installed and started on your AVD.

IOS

  1. Boot the simulator.
  2. Run appc ti info and look for the iOS simulator UUID (looks like D002EE88-AAA-1111-BBB-068016363672).
  3. Build and install the app with appc run -p ios -C <deviceId>.
  4. Building will take a minute depending on your machine.
  5. Once building is completed the app should automatically be installed and started on your simulator.

Credits

License

MIT