| | |
| | | } |
| | | |
| | | if (UIApplication.SharedApplication.ApplicationIconBadgeNumber > 0) { |
| | | RemoteInfo.Current.ReadMsgList (NSUserDefaults.StandardUserDefaults.StringForKey ("PushDeviceToken"), true); |
| | | //RemoteInfo.Current.ReadMsgList (NSUserDefaults.StandardUserDefaults.StringForKey ("PushDeviceToken"), true); |
| | | } |
| | | //if (UserConfig.Instance.SkinCode == 0) { |
| | | application.StatusBarStyle = UIStatusBarStyle.DarkContent; |
| | |
| | | |
| | | UserConfig.Instance.SaveUserConfig (); |
| | | |
| | | RemoteInfo.Current.ReadMsgList (NSUserDefaults.StandardUserDefaults.StringForKey ("PushDeviceToken"), |
| | | application.ApplicationState == UIApplicationState.Active ? true : false); |
| | | //RemoteInfo.Current.ReadMsgList (NSUserDefaults.StandardUserDefaults.StringForKey ("PushDeviceToken"), |
| | | // application.ApplicationState == UIApplicationState.Active ? true : false); |
| | | UIApplication.SharedApplication.ApplicationIconBadgeNumber = 0; |
| | | } |
| | | |