From df6adddc7595b2e888faa4216b6a8e56856c181d Mon Sep 17 00:00:00 2001 From: pikacode Date: Mon, 19 Dec 2016 15:24:04 +0800 Subject: [PATCH] iOS - fix #196 --- src/ios/Plugins/JPushDefine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ios/Plugins/JPushDefine.h b/src/ios/Plugins/JPushDefine.h index 06253a9..02e59af 100644 --- a/src/ios/Plugins/JPushDefine.h +++ b/src/ios/Plugins/JPushDefine.h @@ -24,7 +24,7 @@ static NSString *const JPushConfig_Delay = @"Delay"; static NSString *const JPushDocumentEvent_ReceiveNotification = @"receiveNotification"; static NSString *const JPushDocumentEvent_OpenNotification = @"openNotification"; -static NSString *const JPushDocumentEvent_BackgroundNotification = @"backgroundNotification"; +static NSString *const JPushDocumentEvent_BackgroundNotification = @"backgroundNotification"; static NSString *const JPushDocumentEvent_SetTagsWithAlias = @"setTagsWithAlias"; static NSString *const JPushDocumentEvent_ReceiveMessage = @"receiveMessage"; static NSString *const JPushDocumentEvent_StartLocalNotification = @"startLocalNotification";