From 02c909ec3731f1c905b294054d4c474b03b3f011 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 25 Feb 2015 18:28:30 +0000 Subject: [PATCH] Logging for when we try & get a push token --- matrixConsole/AppDelegate.m | 1 + 1 file changed, 1 insertion(+) diff --git a/matrixConsole/AppDelegate.m b/matrixConsole/AppDelegate.m index a230f5043..0eef18816 100644 --- a/matrixConsole/AppDelegate.m +++ b/matrixConsole/AppDelegate.m @@ -220,6 +220,7 @@ #pragma mark - APNS methods - (void)registerUserNotificationSettings { + NSLog(@"[AppDelegate] Attempting to get push token..."); if (!isAPNSRegistered) { if ([[UIApplication sharedApplication] respondsToSelector:@selector(registerUserNotificationSettings:)]) { // Registration on iOS 8 and later