Mobile app for Pelastakaa Lapset RY Hemmo
project.
Setup according to the Pepperoni app kit setup instructions.
You can skip the Auth0 part.
Android:
- Get the hemmo gradle.properties and keystore files from the Spice Program Google Drive (Chilicorn Fund/keys/hemmo).
- Copy gradle.properties.example to ~/.gradle/gradle.properties (or manually merge if it already exists)
- Place the keystore in PelaryHemmo/android/app/hemmo-release-key.keystore
- Run
npm run bundle:android
and signedhemmo.apk
will be available in repo root
For more info: https://facebook.github.io/react-native/docs/signed-apk-android.html
iOS:
- Use the Futurice Oy/Ltd iOS distribution certificates/key when building. You can get the certificate from https://developer.apple.com/account/ -> Certificates -> Production.
- If the certificate has expired, a new one can be generated using the key found in Confluence (under Apple Developer).
- Follow these steps