Skip to content

Commit 012c316

Browse files
Merge pull request #8705 from vigavadi/patch-2
Update app-wrapper-prepare-ios.md
2 parents ffb7663 + 0bda35b commit 012c316

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)

0 commit comments

Comments
 (0)