With the bare workflow comes the need to manage iOS certificates. In order to make iOS release, certificates and app management, we will need Apple Developer Account. The account is paid and it requires some bureaucracy - apply for the account and pay the annual subscription (99 USD per year).
Then create iOS certificates for Development, AdHoc (staging testing) and Appstore (production).
The best practice is to store the certificates in the private GitHub repo and setup some certificate management around it (possibly the best option is Fastlane)
With the bare workflow comes the need to manage iOS certificates. In order to make iOS release, certificates and app management, we will need Apple Developer Account. The account is paid and it requires some bureaucracy - apply for the account and pay the annual subscription (99 USD per year).
Then create iOS certificates for Development, AdHoc (staging testing) and Appstore (production). The best practice is to store the certificates in the private GitHub repo and setup some certificate management around it (possibly the best option is Fastlane)