Skip to content

Commit e989ade

Browse files
Merge pull request MicrosoftDocs#4194 from MicrosoftDocs/main638146117656150631sync_temp
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents c9ad85e + 2d3f71b commit e989ade

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

powerapps-docs/maker/common/wrap/how-to.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,22 @@ Earlier, you learned about the capabilities of wrap feature, how it works, and i
2929
- 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**.
3030

3131
## 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.
3335

3436
:::image type="content" source="media/wrap-canvas-app/install-wrap-for-power-apps.png" alt-text="Install wrap for Power Apps.":::
3537

3638
Select your environment from the list and click **Install** button.
3739

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.":::
3941

4042
> [!NOTE]
4143
> You need to have admin rights to the environment to install wrap for Power Apps.
4244
4345
## Add canvas app to solution
4446

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.
4648

4749
:::image type="content" source="media/wrap-canvas-app/select-solution.png" alt-text="Select a solution.":::
4850

Loading

0 commit comments

Comments
 (0)