add js event jpush.receiveNotification

This commit is contained in:
zhangqinghe
2015-03-10 16:37:08 +08:00
parent 7d489c7f20
commit aae9e8314a
4 changed files with 19 additions and 2 deletions
+3
View File
@@ -86,6 +86,9 @@
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo {
// Required
[APService handleRemoteNotification:userInfo];
[[NSNotificationCenter defaultCenter] postNotificationName:kJPushPluginReceiveNotification
object:userInfo];
}
###Android 手工安装###