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
feat: add support to auto-install cert on mobile device (#167)
* feat: add support to auto-install cert on mobile device
* chore: move string to message file
* chore: add boot mode
* chore: minor refactoring
* chore: use latest version of lwc-dev-mobile-core
* chore: update dep versions
* chore: revert dep version changes
Copy file name to clipboardExpand all lines: messages/lightning.dev.app.md
+12-70Lines changed: 12 additions & 70 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,10 @@ Unable to determine App Id for %s
55
55
56
56
Unable to find device %s
57
57
58
+
# error.device.google.play
59
+
60
+
Google Play devices are not supported. %s is a Google Play device. Please use a Google APIs device instead.
61
+
58
62
# spinner.device.boot
59
63
60
64
Booting device %s
@@ -63,6 +67,14 @@ Booting device %s
63
67
64
68
Generating self-signed certificate
65
69
70
+
# spinner.cert.install
71
+
72
+
Installing self-signed certificate
73
+
74
+
# spinner.app.install
75
+
76
+
Installing app %s
77
+
66
78
# spinner.extract.archive
67
79
68
80
Extracting archive
@@ -79,76 +91,6 @@ Downloading
79
91
80
92
Note: Your desktop browser requires additional configuration to trust the local development server. See the documentation for more details.
81
93
82
-
# certificate.installation.notice
83
-
84
-
To use local preview on your device, you have to install a self-signed certificate on it. If you previously set up a certificate for your device, you can skip this step.
85
-
86
-
# certificate.installation.skip.message
87
-
88
-
Do you want to skip this step
89
-
90
-
# certificate.installation.description
91
-
92
-
Before proceeding, install the self-signed certificate on your device. The certificate file is located at
93
-
94
-
`%s`
95
-
96
-
To install the certificate, follow these steps:
97
-
98
-
%s
99
-
100
-
# certificate.installation.steps.ios
101
-
102
-
1. Drag and drop the file onto your booted simulator.
103
-
2. Click `Allow` to proceed with downloading the configuration file.
104
-
3. Click `Close` and navigate to `Settings > General > VPN & Device Management > localhost`.
105
-
4. Click `Install` in the title bar, in the warning window, and on the install button.
106
-
5. In the `Profile Installed` view, confirm that the profile displays `Verified` and then click `Done`.
107
-
6. Navigate to `Settings > General > About > Certificate Trust Settings`.
108
-
7. Enable full trust for `localhost`.
109
-
8. In the resulting warning pop-up, click `Continue`.
110
-
111
-
# certificate.installation.steps.android
112
-
113
-
1. Drag and drop the file onto your booted emulator.
114
-
2. %s
115
-
3. Navigate to the certificate file from step 1. (It's usually located in `/sdcard/download`).
116
-
4. Follow the on-screen instructions to install it.
117
-
5. Click `User credentials` under `Credential storage` and verify that your certificate is listed there.
118
-
6. Click `Trusted credentials` under `Credential storage`. Then click `USER` and verify that page lists your certificate.
Navigate to `Settings > Security > Encryption & credentials` and click `Install a certificate` under `Credential storage`. Click `CA certificate`, and then click `Install anyway`.
Navigate to `Settings > Security > More security settings > Encryption & credentials` and click `Install a certificate` under `Credential storage`. Click `CA certificate`, and then click `Install anyway`.
Navigate to `Settings > Security & Privacy > More security & privacy > Encryption & credentials` and click `Install a certificate` under `Credential storage`. Click `CA certificate`, and then click `Install anyway`.
147
-
148
-
# certificate.waiting
149
-
150
-
After you install the certificate, press any key to continue...
0 commit comments