Project Setup

  • change app project name
  • Setup project app distribution & apple store TF
  • Setup project CI/CD
  • Setup Firebase cloud messaging
  • Setup Firebae distribution and Apstore connect portal
  • Create .env.dev & .env.prod
  • Fill in project environment

Project Release

  • run ./build_app.sh <env>
  • don’t build_app using any other way
  • for dev env make sure the app will be automatically sended to firebae_distribution and TestFlight
  • for production release use the build created with this process to sent to appstore/playstore