Skip to content

Commit e203040

Browse files
alexisoyamaEnuviel
authored andcommitted
Merge pull request #45 from Leanplum/fix/local-push-open-action/LP-4627
Fix/local push open action/lp 4627
1 parent a534e56 commit e203040

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Leanplum-SDK/Classes/LPActionManager.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,9 @@ - (void)listenForLocalNotifications
830830
} else {
831831
mutableInfo = [NSMutableDictionary dictionary];
832832
}
833+
834+
// Adding body message manually.
835+
mutableInfo[@"aps"] = @{@"alert":@{@"body": message} };
833836

834837
// Specify open action
835838
if (openAction) {

0 commit comments

Comments
 (0)