From bf5d4f9c3b856d9462fc1b55ac003d3ff6465883 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 15 十一月 2023 13:18:22 +0800
Subject: [PATCH] 235发布

---
 HDL-ON_iOS/Info.plist         |   10 +++++-----
 HDL_ON/UI/MainPage.cs         |    2 +-
 HDL-ON_iOS/AppDelegate.cs     |    2 +-
 HDL_ON/DAL/Mqtt/MqttClient.cs |    7 -------
 4 files changed, 7 insertions(+), 14 deletions(-)

diff --git a/HDL-ON_iOS/AppDelegate.cs b/HDL-ON_iOS/AppDelegate.cs
index 9e1a694..731a1c1 100644
--- a/HDL-ON_iOS/AppDelegate.cs
+++ b/HDL-ON_iOS/AppDelegate.cs
@@ -333,7 +333,7 @@
             Console.WriteLine("111111111111");
             SetCurrentLanguage();
             //Shared.Application.FontSize = 12;
-            Bugly.Bugly.StartWithAppId("1dc40c170a");
+            //Bugly.Bugly.StartWithAppId("1dc40c170a");
             //鍙栨秷EditText榛樿瀵嗙爜杈撳叆鏂瑰紡
             //Shared.Application.IsEditTextContentTypePassword = false;
             //榛樿浣跨敤鑻规柟瀛椾綋
diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist
index e4af464..d628c58 100644
--- a/HDL-ON_iOS/Info.plist
+++ b/HDL-ON_iOS/Info.plist
@@ -11,7 +11,7 @@
 	<key>CFBundleName</key>
 	<string>On Pro</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.3.1</string>
+	<string>2.4.1</string>
 	<key>CFBundleURLTypes</key>
 	<array>
 		<dict>
@@ -36,7 +36,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>2.3.1</string>
+	<string>2.4.1</string>
 	<key>LSApplicationQueriesSchemes</key>
 	<array>
 		<string>weixinULAPI</string>
@@ -70,17 +70,17 @@
 	<key>NSCameraUsageDescription</key>
 	<string>App wants to access your camera to set the background picture of the room</string>
 	<key>NSContactsUsageDescription</key>
-	<string>LC Video will be use</string>
+	<string>This permission is required to provide visual intercom function</string>
 	<key>NSFaceIDUsageDescription</key>
 	<string>Need to use Face ID for unlock verification</string>
 	<key>NSLocalNetworkUsageDescription</key>
 	<string>APP wants to use local network access permissions for WiFi distribution.</string>
 	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
-	<string>LC Video will be use</string>
+	<string>Provide weather services based on your positioning</string>
 	<key>NSLocationAlwaysUsageDescription</key>
 	<string>Use geographic location to provide services such as weather</string>
 	<key>NSLocationWhenInUseUsageDescription</key>
-	<string>EZ video will be use</string>
+	<string>Provide weather services based on your positioning</string>
 	<key>NSMicrophoneUsageDescription</key>
 	<string>APP wants to use the phone&apos;s microphone for voice intercom</string>
 	<key>NSPhotoLibraryAddUsageDescription</key>
diff --git a/HDL_ON/DAL/Mqtt/MqttClient.cs b/HDL_ON/DAL/Mqtt/MqttClient.cs
index 4353a7f..246c9b7 100644
--- a/HDL_ON/DAL/Mqtt/MqttClient.cs
+++ b/HDL_ON/DAL/Mqtt/MqttClient.cs
@@ -831,16 +831,11 @@
         /// </summary>
         static void ReceiveNotifySqueezeAsync(string mMes)
         {
-#if DEBUG
-            //return;
-#endif
             if (mMes == PushSignStr) return;//鏄嚜宸辩殑鐧诲綍鎺ㄩ�佷笉澶勭悊//鎴栬�呭綋鍓嶄笉鏄繙绋嬮摼鎺ョ姸鎬�
             //娴嬭瘯璐﹀彿锛屼笉鎸や笅绾�
             switch (UserInfo.Current.userMobileInfo)
             {
-                case "18316672920":
                 case "15626203746":
-                case "464027401@qq.com":
                     return;
             }
 
@@ -891,9 +886,7 @@
         static void SendPushSignOut()
         {
             byte[] message = Encoding.UTF8.GetBytes(PushSignStr);
-#if DEBUG
             MqttRemoteSend(message, 4);
-#endif
         }
 
         /// <summary>
diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs
index 3d6d3c4..93e2089 100644
--- a/HDL_ON/UI/MainPage.cs
+++ b/HDL_ON/UI/MainPage.cs
@@ -26,7 +26,7 @@
         /// <summary>
         /// 鐗堟湰鍙�
         /// </summary>
-        public static string VersionString = "2.3.1";
+        public static string VersionString = "2.3.5";
         ///// <summary>
         ///// 瀹㈡埛绔被鍨�
         ///// </summary>

--
Gitblit v1.8.0