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: powerapps-docs/maker/canvas-apps/controls/control-new-barcode-scanner.md
+25-21Lines changed: 25 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,14 @@ contributors:
19
19
---
20
20
# Barcode scanner control in Power Apps
21
21
22
-
Scans barcodes, QR codes, and data-matrix codes on an Android or iOS device.
22
+
Scans barcodes, QR codes, and data-matrix codes on an Android, iOS, and Windows device.
23
23
24
24
## Description
25
25
26
-
The control opens a native scanner on an Android or iOS device. The scanner automatically detects a barcode, a QR code, or a data-matrix code when in view. The control doesn't support scanning in a web browser.
26
+
The control opens a native scanner on an Android, iOS, and Windows device. The scanner automatically detects a barcode, a QR code, or a data-matrix code when in view. The control doesn't support scanning in a web browser.
27
27
28
28
> [!NOTE]
29
-
> The barcode scanner control is only supported on Androidand iOS devices. All other platforms will show a warning that some features of the app won't work.
29
+
> The barcode scanner control is supported on an Android, iOS, and Windows device. All other platforms will show a warning that some features of the app won't work.
30
30
31
31
## Key properties
32
32
@@ -80,24 +80,28 @@ The same guidelines for the **[Button](control-button.md)** control apply to the
80
80
81
81
## Barcode Availability by Device
82
82
83
-
| Barcode Type | Android | iOS |
84
-
|--------------|:-------:|:---:|
85
-
|QR_CODE|✔|✔|
86
-
|DATA_MATRIX|✔|✔|
87
-
|UPC_A|✔|✔|
88
-
|UPC_E|✔|✔|
89
-
|EAN_8|✔|✔|
90
-
|EAN_13|✔|✔|
91
-
|CODE_39|✔|✔|
92
-
|CODE_93|✔|✔|
93
-
|CODE_128|✔|✔|
94
-
|CODABAR|✔|✖|
95
-
|ITF|✔|✔|
96
-
|RSS14|✔|✖|
97
-
|PDF_417|✔|✔|
98
-
|RSS_EXPANDED|✔|✖|
99
-
|MSI|✖|✖|
100
-
|AZTEC|✔|✔|
83
+
| Barcode Type | Android | iOS | Windows |
84
+
|--------------|:-------:|:---:|:---:|
85
+
|QR_CODE|✔|✔|✔|
86
+
|DATA_MATRIX|✔|✔|✖|
87
+
|UPC_A|✔|✔|✔|
88
+
|UPC_E|✔|✔|✔|
89
+
|EAN_8|✔|✔|✔|
90
+
|EAN_13|✔|✔|✔|
91
+
|CODE_39|✔|✔|✔|
92
+
|CODE_93|✔|✔|✖|
93
+
|CODE_128|✔|✔|✔|
94
+
|CODABAR|✔|✖|✔|
95
+
|Databar Omnidirectional|✖|✖|✔|
96
+
|Databar Stacked|✖|✖|✔|
97
+
|GS1-DWCode|✖|✖|✔|
98
+
|ITF|✔|✔|✖|
99
+
|Interleaved 2 of 5|✖|✖|✔|
100
+
|RSS14|✔|✖|✖|
101
+
|PDF_417|✔|✔|✖|
102
+
|RSS_EXPANDED|✔|✖|✖|
103
+
|MSI|✖|✖|✖|
104
+
|AZTEC|✔|✔|✖|
101
105
102
106
> [!NOTE]
103
107
> PDF_417 and AZTEC aren't supported in Auto mode.
> 
69
69
70
-
If you still need more help, select **No** to the question,**Did this solve your problem?** The virtual agent will search for answers in the community and blogs to enhance your search.
70
+
If you still need help, select **No** to:**Did this solve your problem?** The virtual agent will search for answers in the community and blogs to enhance your search.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/common/wrap/how-to.md
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -258,13 +258,17 @@ Takes you to the app settings. Also available using the shake gesture. Can't be
258
258
259
259
Follow these steps to configure KeyVault URI:
260
260
261
-
1. Sign in to your tenent as an admin and [create an Azure service principal](/powershell/azure/create-azure-service-principal-azureps?#create-a-service-principal) for 1P AAD application: 4e1f8dc5-5a42-45ce-a096-700fa485ba20 (WrapKeyVaultAccessApp)
261
+
1. Sign in to your tenent as an admin and create an Azure service principal for 1P AAD application: 4e1f8dc5-5a42-45ce-a096-700fa485ba20 (WrapKeyVaultAccessApp) by running the following script: <br>
2. Add a role to the service principal listed above in the subscription where the Key Vault is going to exist. For more information, see [Steps to assign an Azure role](/azure/key-vault/general/quick-create-portal).
264
+
2. Add a role to the service principal listed above in the subscription where the Key Vault is going to exist. For detailed steps, see [Assign a user as an administrator of an Azure subscription](/azure/role-based-access-control/role-assignments-portal-subscription-admin). Note: In step 3, you may choose Contributor, as only a minimal role is required to access the Key vault.
264
265
265
-
3. Create or access existing keyvault: [Create a key vault using the Azure portal](/azure/key-vault/general/quick-create-portal)
266
+
3. Create or access existing key vault: [Create a key vault using the Azure portal](/azure/key-vault/general/quick-create-portal)
267
+
4. Add access policies for the key vault.
266
268
267
-
4. Depending on your device, do one of following:
269
+
:::image type="content" source="media/wrap-canvas-app/wrap-keyvault.gif" alt-text="Add access policies for the key vault.":::
270
+
271
+
5. Depending on your device, do one of following:
268
272
- For Android, create the .pfx file upload it to the keyvault certificate section. More information: [Generate keys](code-sign-android.md#generate-keys)
269
273
270
274
:::image type="content" source="media/wrap-canvas-app/wrap-1.png" alt-text="Create a cert for Android.":::
@@ -283,7 +287,7 @@ Follow these steps to configure KeyVault URI:
283
287
284
288
:::image type="content" source="media/wrap-canvas-app/wrap-2.png" alt-text="Create a cert for iOS.":::
285
289
286
-
5. Once iOS or Android certificates are created and uploaded, add three tags with the name as the bundle id, and the value corresponding to the name of the uploaded certificate(s).
290
+
6. Once iOS or Android certificates are created and uploaded, add three tags with the name as the bundle id, and the value corresponding to the name of the uploaded certificate(s).
0 commit comments