コンテンツにジャンプ

iOSセットアップ

GitHub
  • 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. Intune と MSAL の設定を Info.plist に追加する” Info.plist

辞書:

コピー 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 スキームのみを保存する場合、代替として使用する場合
  • ADALAuthority オプションで権威をオーバーライドする

2. AppDelegateでMSALコールバックを前方に進める AppDelegate

セクション「2. AppDelegateでMSALコールバックを前方に進める」
import MSAL
func application(
_ app: UIApplication,
open url: URL,
options: [UIApplication.OpenURLOptionsKey: Any] = [:]
) -> Bool {
return MSALPublicClientApplication.handleMSALResponse(
url,
sourceApplication: options[.sourceApplication] as? String
)
}

MicrosoftのとIonicのIntuneガイドラインを参照してください:

  • その msauth... リダイレクトURIスキーム
  • キーチェーン共有 / キーチェーンアクセスグループ
  • LSApplicationQueriesSchemes
  • NSFaceIDUsageDescription If your flow needs biometrics

These are app-specific and cannot be inferred by the plugin.

Microsoft requires running IntuneMAMConfigurator against your final app Info.plist and entitlements. Use the latest configurator from the official Intune iOS SDK and rerun it whenever those files materially change.

5. エシア 一丂エシアフイントエムフォトエシア

Because the bundled Intune iOS __CAPGO_KEEP_0__ is on the current

Because the bundled Intune iOS SDK is on the current 21.x or later. 17.0 Section titled エシア 一丂エシアフイントエムフォトエシア

iOS セットアップを使用している場合 iOS セットアップ ネイティブ プラグインの作業を計画するには、 ネイティブ プラグインの作業を計画するには、@capgo/capacitor-intuneを接続する ネイティブ プラグインの作業を計画するには、@capgo/capacitor-intuneを使用する Capgo プラグイン ディレクトリ Capgo プラグイン ディレクトリ Capacitor Plugins by Capgo for the implementation detail in Capacitor Plugins by Capgo, プラグインの実装詳細については、__CAPGO_KEEP_0__ プラグインを参照してください。 実装詳細の追加または更新の場合の詳細 Ionic Enterprise プラグインの代替 Ionic Enterprise プラグインの製品ワークフロー