old mode 100755
new mode 100644
| | |
| | | using System;
|
| | | using System; |
| | | using Foundation; |
| | | using Microsoft.AppCenter; |
| | | using Microsoft.AppCenter.Analytics; |
| | |
| | | if (!string.IsNullOrEmpty(hiddenJson))
|
| | | {
|
| | | if (hiddenJson.Contains("cmtID"))
|
| | | {
|
| | | |
| | | ///目前根据这个判断是否是可视对讲数据
|
| | | // VideoMethod(hiddenJson);
|
| | | { |
| | | |
| | | ///目前根据这个判断是否是可视对讲数据
|
| | | // VideoMethod(hiddenJson); |
| | | }
|
| | | else
|
| | | {
|
| | |
| | | }
|
| | | }
|
| | | } |
| | |
|
| | | |
| | | |
| | | |
| | | } |
| | | |
| | | } |
| | |
| | | } |
| | | AppCenter.Start("0ca801a2-742b-42fb-ba10-7ba4391371aa", typeof(Analytics), typeof(Crashes)); |
| | | GDMapKit.setGDApiKey("866fae25f336bc8d9a79b1d19267fffb");//高德地图key |
| | | |
| | | return true; |
| | | } |
| | | |
| | |
| | | |
| | | public override void WillEnterForeground(UIApplication application) |
| | | { |
| | | var internetStatus = GateWay.Ios.Reachability.InternetConnectionStatus(); |
| | | Shared.Phone.UserCenter.HdlWifiLogic.Current.NetworkStateChanged((int)internetStatus); |
| | | |
| | | //ZigBee.Common.Application.FindGateWaySocket.Start(); |
| | | // Called as part of the transiton from background to active state. |
| | | // Here you can undo many of the changes made on entering the background. |
| | | System.Console.WriteLine("WillEnterForeground"); |