TailorDev / pauling

:calling: Scientific posters on the go!
MIT License
7 stars 3 forks source link

iOS app registration #37

Closed willdurand closed 7 years ago

willdurand commented 7 years ago

Below are the steps I followed to register the mobile app on iOS/Apple:

  1. Register a new app called Pauling at: https://developer.apple.com/. The bundle ID must be explicited, I chose: fr.tailordev.pauling.

  2. Initialize fastlane match. This tool helps doing all the code signing dance.

    cd mobile/
    mkdir fastlane
    fastlane match init
  3. Edit fastlane/Matchfile

  4. Run fastlane match development to generate certs/profiles for dev (use personal iPhone to try the app)

willdurand commented 7 years ago

cf. https://shift.infinite.red/simple-react-native-ios-releases-4c28bb53a97b