Hello everyone,
I’m creating an app.staging.json in parallel with app.json. This way i can create a new app on the stores just for testing (especially with testflight)
Now, my concerns are more about the keystore.
- should i reuse the same as for the prod version?
- if i generate a new one will expo know to switch between them depending on which app json it uses?
- and if a new one is generated how to get it through expo
expo fetch:android:keystore
?
Thank you