old mode 100755
new mode 100644
| | |
| | | using System; |
| | | using ObjCRuntime; |
| | | using UserNotifications; |
| | | using Shared.Common; |
| | | //using Shared.Common; |
| | | using Microsoft.AppCenter; |
| | | using Microsoft.AppCenter.Analytics; |
| | | using Microsoft.AppCenter.Crashes; |
| | |
| | | |
| | | DeviceTokenAction += (deviceToken) => |
| | | { |
| | | |
| | | Shared.Common.Config.Instance.RegistrationID = deviceToken; |
| | | }; |
| | | haveToSignOut = false; |
| | |
| | | } |
| | | } |
| | | AppCenter.Start("0ca801a2-742b-42fb-ba10-7ba4391371aa", typeof(Analytics), typeof(Crashes)); |
| | | GDMapKit.setGDApiKey("866fae25f336bc8d9a79b1d19267fffb");//高德地图key |
| | | return true; |
| | | } |
| | | |