diff options
Diffstat (limited to 'Juick')
-rw-r--r-- | Juick/AppDelegate.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m index 1a4e37b..ac3a04b 100644 --- a/Juick/AppDelegate.m +++ b/Juick/AppDelegate.m @@ -58,9 +58,7 @@ [[UITabBar appearance] setTintColor:[UIColor colorNamed:@"Title"]]; -#if !TARGET_IPHONE_SIMULATOR [self registerForRemoteNotifications]; -#endif NSDictionary *userInfo = launchOptions[UIApplicationLaunchOptionsRemoteNotificationKey]; if (userInfo) { [self parseNotificationPayload:userInfo]; |