Skip to content

Commit ffb7663

Browse files
Merge pull request #8704 from vigavadi/patch-1
Update app-sdk-ios.md
2 parents 6c6bdf5 + 6d23df5 commit ffb7663

1 file changed

Lines changed: 1 addition & 0 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

0 commit comments

Comments
 (0)