iOS 설정
설치 단계와 이 플러그인의 전체 마크다운 가이드를 포함한 설정 지시를 복사하세요.
iOS 지원 매트릭스
iOS 지원 매트릭스 섹션- Intune iOS SDK 이 플러그인에 의해 패키징되었습니다.
21.5.1 - 최소 iOS 버전:
17.0 - 권장 Xcode 명령어:
26.x
Ionic의 Intune 문서는 현재 Xcode 26으로 빌드된 앱이 Intune iOS SDK을 사용해야 한다고 언급하고 있습니다. 2026년 1월 19일부터 시작됩니다. 이 플러그인은 이미 그 새로운 SDK 라인에 있습니다. 21.1.0+ starting on January 19, 2026. This plugin is already on that newer SDK line.
1. Info.plist에 Intune 및 MSAL 설정 추가하기 Info.plist
Intune 및 MSAL 설정을 추가하는사전 정의된 키-값 pairs: IntuneMAMSettings 클립보드에 복사
<key>IntuneMAMSettings</key><dict> <key>ADALClientId</key> <string>YOUR_CLIENT_ID</string> <key>ADALRedirectUri</key> <string>msauth.com.example.app://auth</string> <key>ADALAuthority</key> <string>https://login.microsoftonline.com/common</string></dict>The plugin reads:
ADALClientIdADALRedirectUriADALRedirectScheme만약 scheme만 저장하는 것을 선호한다면 대체로 사용합니다.ADALAuthority권한을 승인하는 optional authority override
2. AppDelegate에서 MSAL callback을 전달하세요. AppDelegate
제목: 2. AppDelegate에서 MSAL callback을 전달하세요.import MSAL
func application( _ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey: Any] = [:]) -> Bool { return MSALPublicClientApplication.handleMSALResponse( url, sourceApplication: options[.sourceApplication] as? String )}3. URL schemes 및 권한 설정
제목: 3. URL schemes 및 권한 설정Microsoft와 Ionic의 Intune 지침을 따르세요.
- redirect URI scheme
msauth...keychain sharing / keychain access groups - the
LSApplicationQueriesSchemesNSFaceIDUsageDescription비омет릭스 흐름이 필요하다면
이것은 플러그인에 의해 추론할 수 없는 앱 전용입니다.
4. 실행 IntuneMAMConfigurator
제목 “4. IntuneMAMConfigurator 실행”마이크로소프트는 IntuneMAMConfigurator 최종 앱 Info.plist and entitlements. Use the latest configurator from the official Intune iOS SDK and rerun it whenever those files materially change.
공식 Intune iOS __CAPGO_KEEP_0__에서 최신 구성기를 가져와
그 파일이 물리적으로 변경될 때마다 다시 실행하십시오.Because the bundled Intune iOS SDK is on the current 21.x 제목 “5. 배포 대상이 일치하도록 유지” 17.0 현재 라인에 있는 빌드된 Intune iOS __CAPGO_KEEP_0__이기 때문에, 앱 대상은 iOS
iOS 설정에서 계속 진행하기
iOS 설정에서 계속 진행하는 섹션iOS 설정을 사용 중이라면 iOS 설정 native 플러그인 작업을 계획하고자 할 때, @capgo/capacitor-intune을 사용하여 @capgo/capacitor-intune의 native 기능을 사용할 때 Capgo 플러그인 디렉토리 Capgo 플러그인 디렉토리의 제품 워크플로우 Capacitor 플러그인들에 의해 Capgo Capacitor 플러그인들에 의해 Capgo의 구현 세부사항 플러그인을 추가하거나 업데이트 __CAPGO_KEEP_0__ 구현 세부 정보에 대한 설명을 위해 Adding or Updating Plugins, 및 Ionic Enterprise Plugin Alternatives의 대안 __CAPGO_KEEP_0__ 제품 워크플로우에 대한 설명을 위해 Ionic Enterprise Plugin Alternatives.