Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Issue #1002: FYI: Resumed iOS 10 Notifications results in an error
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Jul 7, 2016
1 parent 350f7a4 commit 5fa4653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/AppDelegate+notification.m
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ - (void)application:(UIApplication *) application handleActionWithIdentifier: (N

NSLog(@"Push Plugin handleActionWithIdentifier %@", identifier);
NSMutableDictionary *userInfo = [notification mutableCopy];
[userInfo setObject:identifier forKey:@"callback"];
[userInfo setObject:identifier forKey:@"actionCallback"];
NSLog(@"Push Plugin userInfo %@", userInfo);

if (application.applicationState == UIApplicationStateActive) {
Expand Down

0 comments on commit 5fa4653

Please sign in to comment.