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/common/wrap/how-to.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,20 +29,22 @@ Earlier, you learned about the capabilities of wrap feature, how it works, and i
29
29
- To use Android platform, ensure you [generate keys](code-sign-android.md#generate-keys), and then [generate signature hash](code-sign-android.md#generate-signature-hash) before you [register the app](#app-registration). You'll need the generated signature hash to configure the **Redirect URI**.
30
30
31
31
## Install wrap for Power Apps in your environment
32
-
Go to [Dynamics 365 apps](https://admin.powerplatform.microsoft.com/resources/applications) section on [Power Platform admin center](https://admin.powerplatform.microsoft.com), select **Wrap for Power Apps** and click on **Install** option.
32
+
The wrap feature will create a mobile version of your canvas apps that you can distribute as your custom-branded Android and iOS native mobile apps through the distribution channels like [Microsoft Intune](/mem/intune/fundamentals/what-is-intune), [Microsoft App Center](https://visualstudio.microsoft.com/app-center/), [Google Play Store](https://support.google.com/googleplay/work/answer/6138458) and [Apple Business Manager](https://developer.apple.com/custom-apps/).
33
+
34
+
To use wrap for Power Apps, your need to install it in your environment. Go to [Dynamics 365 apps](https://admin.powerplatform.microsoft.com/resources/applications) section on [Power Platform admin center](https://admin.powerplatform.microsoft.com), select **Wrap for Power Apps** and click on **Install** option.
33
35
34
36
:::image type="content" source="media/wrap-canvas-app/install-wrap-for-power-apps.png" alt-text="Install wrap for Power Apps.":::
35
37
36
38
Select your environment from the list and click **Install** button.
37
39
38
-
:::image type="content" source="media/wrap-canvas-app/install-wrap-for-power-apps-1.png" alt-text="Select environment and begin installation.":::
40
+
:::image type="content" source="media/wrap-canvas-app/install-wrap-for-power-apps-1.png" alt-text="Select an environment and begin installation.":::
39
41
40
42
> [!NOTE]
41
43
> You need to have admin rights to the environment to install wrap for Power Apps.
42
44
43
45
## Add canvas app to solution
44
46
45
-
This feature requires the apps to be part of a solution. If your canvas apps aren't part of a solution already, add them to an existing or a new solution. Go to **Solutions** section, select a solution and press **Edit** button.
47
+
Wrap for Power Apps requires the apps to be part of a solution. If your canvas apps aren't part of a solution already, add them to an existing or a new solution. Go to **Solutions** section, select a solution and press **Edit** button.
46
48
47
49
:::image type="content" source="media/wrap-canvas-app/select-solution.png" alt-text="Select a solution.":::
0 commit comments