Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis committed Dec 23, 2013
2 parents 31526e8 + 48298a5 commit 016be4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion VZ/VZAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ -(void)application:(UIApplication *)application didFailToRegisterForRemoteNotifi
}

-(void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo{
[AVAnalytics trackAppOpenedWithRemoteNotificationPayload:userInfo];
//[AVAnalytics trackAppOpenedWithRemoteNotificationPayload:userInfo];
[AVPush handlePush:userInfo];
}

-(BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url{
Expand Down

0 comments on commit 016be4f

Please sign in to comment.