Home
last modified time | relevance | path

Searched refs:credentials (Results 1 – 25 of 80) sorted by relevance

1234

/expo/docs/pages/app-signing/
H A Dsyncing-credentials.mdx2 title: Sync credentials between remote and local sources
3 description: Learn how to sync credentials between remote and local sources.
6credentials, your credentials will be hosted remotely on EAS servers, but you may encounter a situ…
8 ## Downloading credentials
10credentials, run `eas credentials` in the root of your project, pick a platform, choose `"Credenti…
12 Android credentials will be ready to use immediately because your project will read the credentials
14 iOS credentials require two steps to set up locally. You will first need to install the distributio…
16 ## Uploading credentials
18credentials from **credentials.json** to be managed by EAS, run `eas credentials` in the root of y…
H A Dexisting-credentials.mdx2 title: Use existing credentials
3 description: Learn about different options for supplying your app signing credentials to EAS Build.
6 EAS Build gives you two options for how you can supply your build jobs with app signing credentials:
8 1. [Automatically managed credentials](managed-credentials.mdx): EAS can host your app signing cred…
9 2. [Local credentials](local-credentials.mdx): You create a **credentials.json** file in your proje…
11credentials is to set them up as local credentials in **credentials.json**. Refer to the [credenti…
13credentials.json** file is configured, you can run `eas credentials`, choose a platform, and then …
H A Dmanaged-credentials.mdx2 title: Use automatically managed credentials
3 description: Learn how to automatically manage your app credentials with EAS.
10 Read on to learn how EAS can automatically manage credentials for you and your team.
12 ## Generating app signing credentials
14credentials if you have not done so already. Follow the simple instructions to generate your crede…
18credentials or about logging in to your Apple Developer account through EAS CLI, please refer to t…
20 ### Push notification credentials
24 The Android push notification credentials setup for EAS Build requires configuring your app with FC…
32 ## Sharing credentials with your team
38 ## Inspecting credentials configuration
[all …]
H A Dlocal-credentials.mdx2 title: Use local credentials
13 ## credentials.json
17 ```json credentials.json
39 ### Android credentials
66 Create **credentials.json** and configure it with the credentials:
68 ```json credentials.json
90 ### iOS credentials
104 Create (or edit) **credentials.json** and configure it with the credentials:
106 ```json credentials.json
141 ```json credentials.json
[all …]
H A Dapp-credentials.mdx2 title: App credentials
3 description: Learn about what app credentials Android and iOS require.
38 ### Download credentials
42 1. Run `eas credentials`
44 3. Select the option `credentials.json: Upload/Download credentials between EAS servers and your lo…
45 4. Select `Download credentials from EAS to credentials.json`
56 1. Find the key alias in your **credentials.json** file under the `keyAlias` key.
86credentials, or you handle them yourself, it can be valuable to understand what each of these cred…
115 ### Clearing credentials
117credentials` command to delete your credentials, this only removes those credentials from Expo's s…
[all …]
H A Dsecurity.mdx3 description: Learn how credentials and other sensitive data are handled when using EAS.
12 ## iOS Push Notification credentials
24 If a malicious actor were to somehow gain access to the credentials, they would be able to send pus…
30 ## iOS build credentials
42 ## Apple Developer account credentials
50 By default, your Apple ID credentials are stored in the macOS Keychain.
69 ## Android Push Notification credentials
83 ## Android build credentials
95 ## Google Developer credentials
97 Expo tools never ask you to provide your Google account credentials.
[all …]
/expo/packages/@expo/config-plugins/build/android/
H A DEasBuildGradleScript.js.map1credentials.json\");\n\n if (credentialsJson.exists()) {\n if (storeFile && !System.getenv…
/expo/apps/eas-expo-go/
H A D.gitignore1 credentials.json
3 credentials/**
/expo/apps/native-component-list/src/screens/
H A DAppleAuthenticationScreen.tsx22 credentials?: AppleAuthentication.AppleAuthenticationCredential | null;
47 credentials: null,
66 this.setState({ credentials: null });
77 const credentials = await AppleAuthentication.signInAsync({
81 this.setState({ credentials });
82 if (credentials.user) {
83 await AsyncStorage.setItem(USER_CREDENTIAL_KEY, credentials.user);
93 const credentials = await AppleAuthentication.refreshAsync({
98 this.setState({ credentials });
111 this.setState({ credentials: null, credentialState: null });
[all …]
/expo/packages/expo-auth-session/src/__tests__/
H A DBase64-test.node.ts6 const credentials = `${clientId}:${clientSecret}`; constant
7 expect(Base64.encodeNoWrap(credentials)).toBe(
/expo/docs/pages/deploy/
H A Dbuild-project.mdx71 ## App signing credentials
73 …s, you will need to have a store developer account and generate or provide app signing credentials.
75 …ating app signing credentials or not, EAS CLI does the heavy lifting. You can opt-in for EAS CLI t…
77 ### Android app signing credentials
80 … keystore, please see the [manual Android credentials guide](/app-signing/local-credentials#androi…
82 ### iOS app signing credentials
85 …r manually generate your credentials, refer to the [manual iOS credentials guide](/app-signing/loc…
/expo/docs/pages/build-reference/
H A Dandroid-builds.mdx17 1. Prepare the credentials needed for the build unless `builds.android.PROFILE_NAME.withoutCredenti…
19 …e credentials are obtained from either the local **credentials.json** file or from the EAS servers…
97 def credentialsJson = rootProject.file("../credentials.json");
98 def credentials = new groovy.json.JsonSlurper().parse(credentialsJson)
99 def keystorePath = Paths.get(credentials.android.keystore.keystorePath);
105 storePassword credentials.android.keystore.keystorePassword
106 keyAlias credentials.android.keystore.keyAlias
107 if (credentials.android.keystore.containsKey("keyPassword")) {
108 keyPassword credentials.android.keystore.keyPassword
112 keyPassword credentials.android.keystore.keystorePassword
[all …]
H A Dapp-extensions.mdx12 …fore the Xcode project has been generated) to ensure that the required credentials are generated a…
42credentials for each target, or you can provide them in **credentials.json** For more information,…
H A Dios-builds.mdx17 1. Prepare the credentials needed for the build.
19 …e credentials are obtained from either the local **credentials.json** file or from the EAS servers…
38 1. Restore the credentials
/expo/docs/pages/build/
H A Dsetup.mdx97 …s, you will need to have a store developer account and generate or provide app signing credentials.
99credentials or not, EAS CLI does the heavy lifting. You can opt-in for EAS CLI to handle the app s…
113 …e account and decided whether or not EAS CLI should handle app signing credentials, you can procee…
130 …gning credentials](/distribution/app-signing) that you want to use, [follow these instructions to …
132 #### Android app signing credentials
135 - If you have previously built your app with `expo build:android`, you can use the same credentials
136 … keystore, please see the [manual Android credentials guide](/app-signing/local-credentials#androi…
138 #### iOS app signing credentials
141 - If you have already built your app with `expo build:ios`, you can use the same credentials here.
142 …r manually generate your credentials, refer to the [manual iOS credentials guide](/app-signing/loc…
H A Dinternal-distribution.mdx76 ### Configure app signing credentials for Android
78 …ing any compatible **.apk** file. As a result, configuring app signing credentials for internal di…
84 ### Configure app signing credentials for iOS
117 <Collapsible summary="Are you using manual local credentials?">
119credentials.json** to an ad hoc or enterprise provisioning profile that you generate through the A…
176 … Build or to [resign an existing build](/app-signing/app-credentials/#re-signing-new-credentials) …
/expo/docs/pages/push-notifications/
H A Doverview.mdx12 title="Setup push notifications, get a push token and credentials"
13 …description="Learn how to set up push notifications, get credentials for development and productio…
39 …description="Learn how to setup push notifications, get credentials for development and production…
H A Dfaq.mdx53 …of your client-side logic is correct, and narrow things down to the server side or app credentials.
89 … either misconfigured your credentials or didn't configure them at all in your production app. Exp…
91credentials. On Android, follow [this guide](/push-notifications/push-notifications-setup/#android…
93 For more information, see [app signing](/app-signing/app-credentials).
106 ### Handle expired push notification credentials
108 When your push notification credentials have expired, run `eas credentials`, choose iOS and a build…
/expo/packages/expo-auth-session/build/
H A DTokenRequest.js153 const credentials = `${encodedClientId}:${encodedClientSecret}`;
154 const basicAuth = Base64.encodeNoWrap(credentials);
297 const credentials = `${encodedClientId}:${encodedClientSecret}`;
298 const basicAuth = Base64.encodeNoWrap(credentials);
/expo/docs/pages/archive/classic-updates/
H A Dbuilding-standalone-apps.mdx77 When building an aab, make sure [Google Play App Signing](/app-signing/app-credentials) is enabled …
107 <Terminal cmd={['$ expo build:android --clear-credentials']} />
123 …o create any necessary credentials that your app will need. However, you'll still have the choice …
142 [16:44:59] We do not have some credentials for you: Apple Distribution Certificate, Apple Push Noti…
143 ? How would you like to upload your credentials? (Use arrow keys)
144 ❯ Expo handles all credentials, you can still provide overrides
145 I will provide all the credentials and files needed, Expo does limited validation
148credentials, it is recommended to let Expo handle the creation and management of credentials. To l…
150 If you are familiar with iOS credentials and plan to provide your own, use the [Apple Developer Por…
160 …od requires you to override your own credentials. Use this distribution if you know how to generat…
[all …]
/expo/packages/expo-auth-session/src/
H A DTokenRequest.ts183 const credentials = `${encodedClientId}:${encodedClientSecret}`; constant
184 const basicAuth = Base64.encodeNoWrap(credentials);
375 const credentials = `${encodedClientId}:${encodedClientSecret}`; constant
376 const basicAuth = Base64.encodeNoWrap(credentials);
/expo/docs/pages/custom-builds/
H A Dschema.mdx646 Resolves the Apple team ID value based on build credentials provided in the `inputs.credentials`. T…
769 Configures Android keystore with credentials on the builder and injects app signing config using th…
773 name: Android credentials
803 name: iOS credentials
1001 Default template used when credentials are passed:
1029 Default template used when credentials are not passed (simulator build):
1068 credentials: ${ eas.job.secrets.buildCredentials }
1103 credentials: ${ eas.job.secrets.buildCredentials }
1174 credentials: ${ eas.job.secrets.buildCredentials }
1223 credentials: ${ eas.job.secrets.buildCredentials }
[all …]
H A Dget-started.mdx116 Use the `withoutCredentials` option to skip the credentials setup on the CLI side, as they are not …
158credentials for custom builds the same way as for regular builds. If you want to run a custom buil…
/expo/packages/@expo/cli/src/api/rest/cache/
H A DwrapFetchWithCache.ts118 credentials: req.credentials,
/expo/docs/pages/develop/development-builds/
H A Dshare-with-your-team.mdx38 …For more information, see [Re-signing new credentials](/app-signing/app-credentials/#re-signing-ne…

1234