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/faq.yml
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ sections:
21
21
- question: |
22
22
Can single tenant customers use wrap with Power Apps?
23
23
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.
25
25
26
26
- question: |
27
27
Does the wrap feature in Power Apps support Customer Managed Keys (CMK) or Lockbox capabilities?
@@ -46,18 +46,28 @@ sections:
46
46
- question: |
47
47
How do I distribute my mobile app?
48
48
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/).
50
50
51
51
- question: |
52
-
Do I need to rewrap my mobile app frequently?
52
+
Do I need to rewrap and redistribute my mobile app frequently?
53
53
answer: |
54
54
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.
55
55
56
56
- 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?
58
58
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
+
61
71
- question: |
62
72
What are Primary and Secondary apps in the context of wrap?
Copy file name to clipboardExpand all lines: powerapps-docs/maker/common/wrap/how-to.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,9 @@ Create a new registration for your app in the organizational directory using the
39
39
> [!NOTE]
40
40
> Both single tenant and multitenant customers can use wrap to create native mobile apps based on their Power Apps canvas apps.
41
41
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)
Copy file name to clipboardExpand all lines: powerapps-docs/maker/common/wrap/overview.md
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,23 +19,28 @@ contributors:
19
19
# Overview of wrap
20
20
21
21
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/).
23
23
24
24
:::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":::
25
25
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.
27
27
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
29
34
-**Managed mobile app builds**—we generate the app for you
30
35
-**Seamless end-to-end branding**—use your own logo and color palette
31
36
-**Multiple canvas apps support**—bundle multiple apps in a single mobile app
32
37
-**Enterprise governance with Microsoft Intune**—protect your data with app management
33
38
34
39
## Understand wrap process
35
40
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/).
37
42
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:
39
44
40
45
:::image type="content" source="media/wrap-intro/wrap-steps.png" alt-text="Steps involved in using wrap feature to create mobile apps." border="false":::
0 commit comments