내용으로 건너뛰기

iOS 설정

GitHub
  • Intune iOS SDK 이 플러그인이 제공합니다. 21.5.1
  • 최소 iOS 버전: 17.0
  • Ionic의 Intune 문서는 Xcode 26으로 빌드된 앱이 Intune iOS __CAPGO_KEEP_0__를 사용해야 한다고 언급합니다. 2026년 1월 19일부터 시작됩니다. 이 플러그인은 이미 그 새로운 __CAPGO_KEEP_0__ 라인에 있습니다. 26.x

Ionic’s Intune docs currently note that apps built with Xcode 26 must use Intune iOS SDK 21.1.0+ starting on January 19, 2026. This plugin is already on that newer SDK line.

Copy for AI Info.plist

Ready to paste

iOS(Intune) 플러그인 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>

플러그인은 다음과 같이 읽습니다:

  • ADALClientId
  • ADALRedirectUri
  • ADALRedirectScheme 만약 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 지침을 따르세요:

  • 이것은 msauth... redirect URI scheme
  • keychain 공유 / keychain access 그룹
  • LSApplicationQueriesSchemes
  • NSFaceIDUsageDescription 플러그인이 앱의 생체 인증을 인식할 수 없으므로

이러한 것은 플러그인이 인식할 수 없는 앱 특정 설정입니다.

Microsoft는 IntuneMAMConfigurator 최종 앱 Info.plist and entitlements. Use the latest configurator from the official Intune iOS SDK and rerun it whenever those files materially change.

official Intune iOS __CAPGO_KEEP_0__에서 최신 구성기기를 사용하고

인증서 및 권한이 물리적으로 변경될 때마다 다시 실행하세요.

iOS SDK을 현재 SDK에 포함하고 있습니다. 21.x __CAPGO_KEEP_0__은 iOS __CAPGO_KEEP_0__ 이상이어야 합니다. 17.0 iOS __CAPGO_KEEP_0__에서 계속 진행하세요.

iOS __CAPGO_KEEP_0__에서 계속 진행하기

iOS __CAPGO_KEEP_0__을 사용하여

iOS __CAPGO_KEEP_0__을 사용하여 __CAPGO_KEEP_0__ @__CAPGO_KEEP_0__/__CAPGO_KEEP_1__-intune을 사용하여 __CAPGO_KEEP_0__ @__CAPGO_KEEP_0__/__CAPGO_KEEP_1__-intune을 사용하여 __CAPGO_KEEP_0__ Using @capgo/capacitor-intune for the native capability in Using @capgo/capacitor-intune, Capgo for the product workflow in Capgo Plugin Directory, Capacitor Plugins by Capgo for the implementation detail in Capacitor Plugins by Capgo, 플러그인 추가 또는 업데이트 플러그인 추가 또는 업데이트 아이오닉 엔터프라이즈 플러그인 대체 아이오닉 엔터프라이즈 플러그인 대체