Skip to content

Commit 18e3c42

Browse files
authored
Merge pull request #7335 from MicrosoftDocs/main
Sally - latest from Main
2 parents c6d41ad + 807a3af commit 18e3c42

File tree

3 files changed

+29
-12
lines changed

3 files changed

+29
-12
lines changed

powerapps-docs/maker/common/wrap/faq.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sections:
2121
- question: |
2222
Can single tenant customers use wrap with Power Apps?
2323
answer: |
24-
Yes. Both single tenant and multitenant customers can use wrap. However, it is important to assign a correct account type for your app on Azure portal during new app registration. See [App registraion](how-to.md#app-registration) for directions on how to select a correct account type to prepare your app for wrap.
24+
Yes. Both single tenant and multitenant customers can use wrap. However, it is important to assign a correct account type for your app on Azure portal during new app registration. See [App registration](how-to.md#app-registration) for directions on how to select a correct account type to prepare your app for wrap.
2525
2626
- question: |
2727
Does the wrap feature in Power Apps support Customer Managed Keys (CMK) or Lockbox capabilities?
@@ -46,18 +46,28 @@ sections:
4646
- question: |
4747
How do I distribute my mobile app?
4848
answer: |
49-
It depends on your business scenario. You can use [Microsoft Intune](/mem/intune/fundamentals/what-is-intune), [Managed Google Play](https://support.google.com/googleplay/work/answer/6138458) or [Apple Business Manager](https://developer.apple.com/custom-apps/).
49+
It depends on your business scenario. You can use [Microsoft Intune](/mem/intune/fundamentals/what-is-intune), [Microsoft App Center](https://visualstudio.microsoft.com/app-center/), [Google Play](https://support.google.com/googleplay/work/answer/6138458) or [Apple Business Manager](https://developer.apple.com/custom-apps/).
5050
5151
- question: |
52-
Do I need to rewrap my mobile app frequently?
52+
Do I need to rewrap and redistribute my mobile app frequently?
5353
answer: |
5454
Power Apps Mobile is [updated periodically](/power-platform/released-versions/powerapps#all-power-apps-studio-and-power-apps-mobile-versions). Hence, to ensure compatibility with the latest Power Apps release versions, benefit from bug-fixes and new platform features, we recommend that you rewrap and redistribute your mobile app to your end users at least on a monthly basis.
5555
5656
- question: |
57-
Do I need to rewrap my mobile app after making changes to the canvas app(s) included in the package?
57+
Do I need to rewrap and redistribute my mobile app after making changes to the canvas app(s) included in the package?
5858
answer: |
59-
No. Published changes to the included canvas app(s) are downloaded automatically by existing, released versions of your mobile app. However, we recommend that you rewrap and redistribute your mobile app on a [monthly basis](faq.yml#do-i-need-to-rewrap-my-mobile-app-frequently-) to benefit from platform bug fixes, updates and new features.
60-
59+
No. Published changes to the included canvas app(s) are downloaded automatically by existing, released versions of your mobile app. However, we recommend that you rewrap and redistribute your mobile app on a [monthly basis](faq.yml#do-i-need-to-rewrap-and-redistribute-my-mobile-app-frequently-) to benefit from platform bug fixes, updates and new features.
60+
61+
- question: |
62+
How do I update the icons and colors in my mobile app?
63+
answer: |
64+
You can update icons and colors in your mobile app by rewraping your apps with new icons and colors and redistributing the updated mobile app pacakge.
65+
66+
- question: |
67+
How do I add or remove canvas apps in my wrapped mobile app?
68+
answer: |
69+
You can add or remove canvas apps by rewraping your mobile app package with a new set of included apps and redistributing your mobile package.
70+
6171
- question: |
6272
What are Primary and Secondary apps in the context of wrap?
6373
answer: |

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ Create a new registration for your app in the organizational directory using the
3939
> [!NOTE]
4040
> Both single tenant and multitenant customers can use wrap to create native mobile apps based on their Power Apps canvas apps.
4141
42-
When creating a new app registration, ensure to use the supported account type that includes accounts in an organizational directory. Whether you are a single or multitenant maker, select any of the options containing **Any Azure AD directory - Multitenant** when choosing the supported account type for your app to enable it for wrap:
42+
Whether you are a single or multitenant maker, you must select any of the options containing **Any Azure AD directory - Multitenant** when choosing the supported account type for your app to enable it for wrap. Choose one of the following account types:
43+
- Accounts in any organzational directory (Any Azure AD directory - Multitenant)
44+
- Accounts in any orgnizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)
4345

4446
:::image type="content" source="media/wrap-intro/AppResgistration_AccountTypes.png" alt-text="App registration - supported account types for wrap.":::
4547

powerapps-docs/maker/common/wrap/overview.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,28 @@ contributors:
1919
# Overview of wrap
2020

2121

22-
The **wrap** feature in Power Apps enables you to *wrap* your canvas apps as custom-branded Android and iOS apps, for native distribution to mobile users.
22+
The **wrap** feature in Power Apps enables you to *wrap* your canvas apps as custom-branded Android and iOS apps for native distribution to mobile users. You can distribute such wrapped native mobile apps to the end users through [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/).
2323

2424
:::image type="content" source="media/wrap-intro/wrap.png" alt-text="Canvas apps published to mobile users as mobile app package using wrap feature." border="false":::
2525

26-
**Wrap** brings mobile application development platform (MADP) capabilities to Power Apps.
26+
You can wrap a single or multiple Power Apps canvas apps in the same native mobile app package. You can use wrap feature to customize mobile app start up experience to match the branding requirements of your organization. You can specify the app icon, splash screen image, welcome (sign in) screen image, and color palette to use in the mobile app.
2727

28-
- **No-code mobile app development**—make mobile apps with no previous experience
28+
You can update the wrapped mobile apps by publishing your changes to the canvas app(s) that included in the mobile package on the [Power Apps](https://make.powerapps.com) maker portal. All published changes to the included canvas app(s) are downloaded automatically by the existing, released versions of your wrapped mobile apps.
29+
30+
31+
**Wrap** brings native mobile application development platform (MADP) capabilities to Power Apps.
32+
33+
- **No-code mobile app development**—make mobile apps with no previous experienc
2934
- **Managed mobile app builds**—we generate the app for you
3035
- **Seamless end-to-end branding**—use your own logo and color palette
3136
- **Multiple canvas apps support**—bundle multiple apps in a single mobile app
3237
- **Enterprise governance with Microsoft Intune**—protect your data with app management
3338

3439
## Understand wrap process
3540

36-
The **wrap** feature in Power Apps lets you *wrap* your canvas apps as custom-branded Android and iOS apps for distribution to mobile users through Intune or other native distribution channels.
41+
The **wrap** feature will *wrap* your canvas apps in a native mobile app shell and produce a mobile package. You can digitally sign and distribute this mobile package as your custom-branded Android and iOS apps to mobile users through the native 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/).
3742

38-
The following section explains steps involved in using the wrap feature to create mobile apps:
43+
The following section explains steps involved in using the wrap feature to create native mobile apps:
3944

4045
:::image type="content" source="media/wrap-intro/wrap-steps.png" alt-text="Steps involved in using wrap feature to create mobile apps." border="false":::
4146

0 commit comments

Comments
 (0)