Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Building Process #30

Open
anthonylavado opened this issue Dec 14, 2019 · 3 comments
Open

Document Building Process #30

anthonylavado opened this issue Dec 14, 2019 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@anthonylavado
Copy link
Member

We should document the building process for the app to be distributed to stores. Right now, my current workflow is

expo build:ios --release-channel testflight

as seen in this documentation:

@anthonylavado
Copy link
Member Author

In other building notes:

  • Currently, TestFlight only reviews version number changes. Build number changes are allowed through with no further review.
  • To increment the build number, you must update the build line in app.json

"buildNumber": "3",

@anthonylavado
Copy link
Member Author

We also need a full privacy policy. For now, I've used this template: https://www.termsfeed.com/privacy-policy/6b05fa49bbfc1bb1aeda960c9e8d2460

@anthonylavado
Copy link
Member Author

This document is useful in explaining the Expo "automated" process for upload:
https://docs.expo.io/versions/v36.0.0/distribution/uploading-apps/

@thornbill thornbill added the documentation Improvements or additions to documentation label Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants