Skip to content

Installing Test App

HyunWoo Lee (Nunu Lee) edited this page Sep 17, 2025 · 2 revisions

The Granite test App is an application for testing deployed bundles. This document guides you through installing and setting up the Granite test App on iOS simulators and Android devices.

iOS Simulator Installation Guide

To test React Native apps on iOS, you need a simulator. The simulator comes with Xcode when installed on macOS.

Follow the guide below to install the app.

Prerequisites

  • macOS
  • Xcode (Available on the App Store)

Installation Steps

  1. Download the Granite iOS app bundle
    granite_ios.zip
  2. Extract the downloaded granite_ios.zip file.
  3. Drag the .app file into the Xcode iOS simulator window to install.
    The app will be copied to the simulator when you drag and drop.

Android Installation Guide

Prerequisites

  • Android device or emulator
  • ADB (Android Debug Bridge) installation (Comes with Android Studio)

Installation Steps

  1. Download the Granite Android APK
    granite_android.zip
  2. Extract the downloaded granite_android.zip file.
  3. Choose one of the installation methods.

Install using ADB command

  • Connect your Android device to your computer, then run the following command in the terminal:
adb install granite_android.apk

Direct installation on device

  1. Copy the downloaded APK file to your Android device.
  2. Open the file explorer on your device and tap the APK file to install.
    You may need to enable 'Install from Unknown Sources' in security settings.
Clone this wiki locally