Skip to content

Commit

Permalink
Version 0.1.8
Browse files Browse the repository at this point in the history
repost local notifications (like Cordova < 4 used to)
  • Loading branch information
kapejod committed Jun 25, 2016
1 parent e6e2584 commit e82825f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:rim="http://www.blackberry.com/ns/widgets"
id="com.ahoyrtc.cordova"
version="0.1.7">
version="0.1.8">
<name>AhoyRTC SDK cordova plugin</name>
<description>Cordova plugin for the AhoyRTC SDK</description>
<author>Klaus-Peter Junghanns</author>
Expand Down
4 changes: 4 additions & 0 deletions src/ios/AhoyCordova/AppDelegate+ahoyrtc.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@ - (void)application:(UIApplication *)application handleActionWithIdentifier:(NSS
}
}

- (void)application:(UIApplication*)application didReceiveLocalNotification:(UILocalNotification*)notification {
[[NSNotificationCenter defaultCenter] postNotificationName:CDVLocalNotification object:notification];
}

@end

0 comments on commit e82825f

Please sign in to comment.