You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/beta builds.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Before continuing make sure you have:
52
52
-[ ] Choose the [bundle identifier](https://cocoacasts.com/what-are-app-ids-and-bundle-identifiers/) of your app (for example `com.tcm.boilerplate`)
53
53
-[ ] An Apple ID with an admin user, with its username (email, for example `dev-team@yourcompany.com`) and password
54
54
-[ ] Your app name, if not already created on the Developer Portal (for example `TCM React Native Boilerplate`). Fastlane can create applications in the Developer Portal and App Store Connect, so it's recommended to let Fastlane do the job for you.
55
-
-[ ] Use the right [.gitignore](ios/.gitignore) file inside the `ios` directory
55
+
-[ ] Use the right [.gitignore](../ios/.gitignore) file inside the `ios` directory
56
56
-[ ] You also need to create an App Icon to use Fastlane or you will get an error on running `fastlane beta`. You can simply create one using the website [MakeAppIcon](https://makeappicon.com/)
57
57
58
58
Open your Xcode project and modify some information:
@@ -202,7 +202,7 @@ Before continuing make sure you have:
202
202
203
203
-[ ] A Google Play Console *admin* account and its username (email, for example `dev-team@yourcompany.com`) and password
204
204
-[ ] Create your application in the Google Play Console (unlike for iOS Fastlane cannot do that for you)
205
-
-[ ] Use the right [.gitignore](android/.gitignore) file inside the `android` directory (if you are using this boilerplate you are good to go)
205
+
-[ ] Use the right [.gitignore](../android/.gitignore) file inside the `android` directory (if you are using this boilerplate you are good to go)
206
206
-[ ][Collect your Google Credentials](https://docs.fastlane.tools/getting-started/android/setup/#collect-your-google-credentials)
207
207
:warning: In the Google Play Console, add the parameter `&hl=en` at the end of the URL (before any #) to switch to English. In some languages, the "Create Service Account" will not be available.
208
208
Download the JSON key file, and copy it into `my-project/android/key.json`
0 commit comments