Skip to content

Commit 8dffd64

Browse files
author
Thomas Raya
authored
Merge pull request #8770 from MicrosoftDocs/main
Publish 10/12/2022 3:30 PM PT
2 parents 7f52d7e + 012c316 commit 8dffd64

4 files changed

Lines changed: 5 additions & 11 deletions

File tree

memdocs/intune/developer/app-sdk-ios.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,6 +1016,7 @@ A newly created SwiftUI app supports UIScenes but does not have a UISceneDelegat
10161016
Here are recommended best practices for developing for iOS:
10171017

10181018
* The iOS file system is case-sensitive. Ensure that the case is correct for file names like `IntuneMAMResources.bundle`.
1019+
* Registering custom URL schemes allows specific URLs to redirect into your app. iOS and iPadOS allow multiple apps to register the same custom URL scheme and the OS determines which application is invoked. Please refer to the Apple documentation [Defining a custom URL scheme for your app](https://developer.apple.com/documentation/xcode/defining-a-custom-url-scheme-for-your-app) for recommendations to help avoid custom URL scheme collisions and security guidelines for handling malformed URLs.
10191020

10201021
## FAQs
10211022

memdocs/intune/developer/app-wrapper-prepare-ios.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,8 @@ Use the following security and privacy best practices when you use the App Wrapp
441441
442442
- When you monitor the documents folder on your device from within a wrapped app, you might see a folder named .msftintuneapplauncher. If you change or delete this file, it might affect the correct functioning of restricted apps.
443443
444+
- Registering custom URL schemes allows specific URLs to redirect into your app. iOS and iPadOS allow multiple apps to register the same custom URL scheme and the OS determines which application is invoked. Please refer to the Apple documentation [Defining a custom URL scheme for your app](https://developer.apple.com/documentation/xcode/defining-a-custom-url-scheme-for-your-app) for recommendations to help avoid custom URL scheme collisions and security guidelines for handling malformed URLs.
445+
444446
## See also
445447
446448
- [Decide how to prepare apps for mobile application management with Microsoft Intune](apps-prepare-mobile-application-management.md)

memdocs/intune/fundamentals/in-development.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,6 @@ You can first create a filter using any of the available properties for iOS and
7878

7979
## Device management
8080

81-
### Intune support for Linux Ubuntu LTS desktops will be generally available<!-- 14616038 -->
82-
Intune will support Linux Ubuntu LTS desktops. The following initial functionality is planned for this first release for Linux desktop management:
83-
- Enroll Linux Ubuntu LTS (22.04 and 20.04) desktops into Microsoft Endpoint Manager
84-
- Enable access to corporate resources via Microsoft Edge
85-
- Conditional Access enforcement in Microsoft Edge
86-
- Standard Compliance policies
87-
- Linux distribution
88-
- Device encryption
89-
- Password complexity
90-
- Bash script support for custom compliance policies
91-
9281
### New hardware details available for individual devices running on iOS/iPadOS<!-- 15038076 -->
9382
Select **Devices** > **All devices** > *select one of your listed devices* and open it's **Hardware** details. The following new details are available in the **Hardware** pane of individual devices:
9483

memdocs/intune/protect/compliance-custom-script.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ Before deploying your script in production, test it in an isolated environment t
122122

123123
5. Complete the script creation process. The script is now visible in the *Scripts* pane of the Microsoft Endpoint Manager admin center and is available to select when configuring compliance policies.
124124

125+
Also, note that the workflow for uploading these scripts to the Microsoft Endpoint Manager admin center does not support scope tags at this time. You must be targeted with the default scope tag to create, edit, or see custom compliance discovery scripts.
126+
125127
## Next steps
126128

127129
- [Use custom compliance settings](../protect/compliance-use-custom-settings.md)

0 commit comments

Comments
 (0)