-
Notifications
You must be signed in to change notification settings - Fork 40
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.
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
- Download the Granite iOS app bundle
granite_ios.zip - Extract the downloaded
granite_ios.zipfile. - Drag the
.appfile into theXcodeiOS simulator window to install.
The app will be copied to the simulator when you drag and drop.
Prerequisites
- Android device or emulator
- ADB (Android Debug Bridge) installation (Comes with Android Studio)
Installation Steps
- Download the Granite Android APK
granite_android.zip - Extract the downloaded
granite_android.zipfile. - 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.apkDirect installation on device
- Copy the downloaded APK file to your Android device.
- 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.