GithubHelp home page GithubHelp logo

zuluspl0it / mirror-mobile-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mirror-protocol/mirror-mobile-app

0.0 0.0 0.0 3.56 MB

JavaScript 0.10% Ruby 0.11% Objective-C 2.70% Java 5.18% Kotlin 1.15% TypeScript 89.84% Swift 0.69% Starlark 0.23%

mirror-mobile-app's Introduction

Mirror Mobile App

Prerequisites

Android

  • Android Studio 3.6.1 or later

iOS

  • XCode 11.0 or later
  • Cocoapods 1.9.1 or later

React Native

  • Node.js v12.16.1 or later

Installation

  1. git clone
  2. npm install
  3. cd ios && pod install && cd .. // (to install iOS libraries.)
  4. npm start

How to run on Android

Run in the Debug(development) environment

Run android studio -> open up the project > build(Ctrl or cmd + R)

You must add your ip address to 'network_security_config.xml' App resources will be synchronized with developing computer

Run in the Release environment

  1. Click 'Build Variants'(located left vertical menu)
  2. Change value 'debug' to 'release' from 'Active Build Variant' of 'app' Module
  3. Build (Ctrl or cmd + R)

How to build APK

  1. Click 'Build' menu
  2. Click 'Generate Signed Bundle(s) / APK(s)'
  3. Select 'APK'
  4. Check environment values
  • 'Key store path' = '{your path}/mirror-app/android/keystore'
  • 'Key store password' = 'mynamefelix'
  • 'Key alias' = 'mirror'
  • 'Key password' = 'mynamefelix'

the keystore should be managed securely and privately

  1. In the next screen, check the 'Signature Versions'.
  2. Click Finish

How to run on Apple iOS

Run XCode -> build(Cmd + R) -> run by phone

  1. Click 'Product' -> 'Scheme' -> 'Edit Scheme...'
  2. Change value 'Debug' to 'Release' from 'Build Configuration'
  3. Build (Cmd + R) -> run by phone.

Publishing

  1. Click 'XCode' -> 'Preferences...' -> 'Accounts' tab
  2. Add your apple account(this account must be added KysenTechnologies member and have permissions)
  3. Click 'Download Manual Profiles'
  4. Build binary. Click 'Product' -> 'Archive'.
  5. Click 'Window' -> 'Organizer'. You can see Built Acrhives.
  6. Choose Archive and Click 'Distribute App'
  7. Click 'App Store Connect' -> 'Upload' -> Check prefer options(recommend check all) -> 'Automatically manage signing' -> 'Upload'
  8. Go to 'https://appstoreconnect.apple.com' and login. You can request Testflight or AppReview

mirror-mobile-app's People

Contributors

bokuhe avatar hanjukim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.