From 9af91cc4bc33a4cc6406af39bad420b28618724c Mon Sep 17 00:00:00 2001 From: CodeST <694468528@qq.com> Date: Thu, 30 Oct 2025 18:31:12 +0800 Subject: [PATCH] 1 --- keyBoard/AppDelegate.m | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/keyBoard/AppDelegate.m b/keyBoard/AppDelegate.m index 471d3d5..be66216 100644 --- a/keyBoard/AppDelegate.m +++ b/keyBoard/AppDelegate.m @@ -12,7 +12,10 @@ #import "BaseTabBarController.h" #import "LoginViewController.h" -static NSString * const kKBKeyboardExtensionBundleId = @"com.keyBoard.CustomKeyboard"; +// 注意:用于判断系统已启用本输入法扩展的 bundle id 需与扩展 target 的 +// PRODUCT_BUNDLE_IDENTIFIER 完全一致。 +// 当前工程的 CustomKeyboard target 为 com.keyBoardst.CustomKeyboard +static NSString * const kKBKeyboardExtensionBundleId = @"com.keyBoardst.CustomKeyboard"; @implementation AppDelegate