Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cordova-plugin-local-notifications
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nabil Sadki
cordova-plugin-local-notifications
Commits
54955460
Commit
54955460
authored
Jul 05, 2017
by
Sebastián Katzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update IOS to 0.9.0.beta
parent
9c65b6c2
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
162 additions
and
94 deletions
+162
-94
project.pbxproj
platforms/ios/NotificationExample.xcodeproj/project.pbxproj
+38
-38
UserInterfaceState.xcuserstate
...data/sebastian.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
APPLocalNotification.m
...cordova-plugin-local-notifications/APPLocalNotification.m
+48
-21
APPNotificationOptions.m
...rdova-plugin-local-notifications/APPNotificationOptions.m
+4
-4
local-notification-util.js
...plugin-local-notifications/www/local-notification-util.js
+4
-2
index.js
platforms/ios/www/js/index.js
+4
-0
local-notification-util.js
...plugin-local-notifications/www/local-notification-util.js
+4
-2
APPLocalNotification.m
...plugin-local-notifications/src/ios/APPLocalNotification.m
+48
-21
APPNotificationOptions.m
...ugin-local-notifications/src/ios/APPNotificationOptions.m
+4
-4
local-notification-util.js
...plugin-local-notifications/www/local-notification-util.js
+4
-2
index.js
www/js/index.js
+4
-0
No files found.
platforms/ios/NotificationExample.xcodeproj/project.pbxproj
View file @
54955460
...
@@ -18,13 +18,13 @@
...
@@ -18,13 +18,13 @@
D0D06B90644D41EAAE8C16D6
/* QuartzCore.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
E4042BD923824AEB9E9079DC
/* QuartzCore.framework */
;
};
D0D06B90644D41EAAE8C16D6
/* QuartzCore.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
E4042BD923824AEB9E9079DC
/* QuartzCore.framework */
;
};
E09211A0D1294D6588191EB4
/* libz.tbd in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
B49413F707024AE39907B73F
/* libz.tbd */
;
};
E09211A0D1294D6588191EB4
/* libz.tbd in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
B49413F707024AE39907B73F
/* libz.tbd */
;
};
E27F123D4ACE4BF39165B055
/* CDVDevice.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
8A150CBE2B3E47C5A4319096
/* CDVDevice.m */
;
};
E27F123D4ACE4BF39165B055
/* CDVDevice.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
8A150CBE2B3E47C5A4319096
/* CDVDevice.m */
;
};
F8C0095E58304CDA88167C07
/* APPLocalNotification.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
883054076F4F42B2BFE374BB
/* APPLocalNotification.m */
;
};
AE1D2F976BD1474F921CE256
/* APPLocalNotification.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
20B580E28F054EFCB7A7D41E
/* APPLocalNotification.m */
;
};
583F6EE2D5C44179A9EF077D
/* APPNotificationContent.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
E5A6BF77F5ED486F9BFE3DEC
/* APPNotificationContent.m */
;
};
AC95B6ED22EE49BDBCD07C66
/* APPNotificationContent.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
17232118AA764D6CB19C882F
/* APPNotificationContent.m */
;
};
DDE963D727044DE4925AA9E1
/* APPNotificationOptions.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
09B14F03C5FD43248C58E15B
/* APPNotificationOptions.m */
;
};
2349DD224887466AAE578791
/* APPNotificationOptions.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
3A2867F700B64A5FB2581C0D
/* APPNotificationOptions.m */
;
};
01A490EDB5BE40E4AEEC5E9C
/* UNUserNotificationCenter+APPLocalNotification.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
8466AA945B6D4989A262FC18
/* UNUserNotificationCenter+APPLocalNotification.m */
;
};
CB9179BBEF0D4D9EADA7778F
/* UNUserNotificationCenter+APPLocalNotification.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
589BFAE0C6AF4CDBAB4E6985
/* UNUserNotificationCenter+APPLocalNotification.m */
;
};
C
AF775B02AEE4B3DB3595BC0
/* UNNotificationRequest+APPLocalNotification.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
172633A5622E40109D708A09
/* UNNotificationRequest+APPLocalNotification.m */
;
};
C
D9827DC930242E19D6E7089
/* UNNotificationRequest+APPLocalNotification.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
F27FE397FFD4401A890F6733
/* UNNotificationRequest+APPLocalNotification.m */
;
};
21DEA5CE68BF4E039638C4AF
/* UserNotifications.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
F6B59A7831EF4394828B3370
/* UserNotifications.framework */
;
};
0BF6C28A43154AB49E8ABD7B
/* UserNotifications.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
8BED2E98C634499FABBB78F6
/* UserNotifications.framework */
;
};
6550B5FDD9914A9E99DCC1DC
/* CoreLocation.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
2E54A42FBB604A0EA11AAF6C
/* CoreLocation.framework */
;
};
12032E505F204C80B0BA036D
/* CoreLocation.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
DCC36C315C8C462C8277EAB7
/* CoreLocation.framework */
;
};
/* End PBXBuildFile section */
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
/* Begin PBXContainerItemProxy section */
...
@@ -80,18 +80,18 @@
...
@@ -80,18 +80,18 @@
EB87FDF41871DAF40020F90C
/* config.xml */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.xml
;
name
=
config.xml
;
path
=
../../config.xml
;
sourceTree
=
"<group>"
;
};
EB87FDF41871DAF40020F90C
/* config.xml */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.xml
;
name
=
config.xml
;
path
=
../../config.xml
;
sourceTree
=
"<group>"
;
};
ED33DF2A687741AEAF9F8254
/* Bridging-Header.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
"Bridging-Header.h"
;
sourceTree
=
"<group>"
;
};
ED33DF2A687741AEAF9F8254
/* Bridging-Header.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
"Bridging-Header.h"
;
sourceTree
=
"<group>"
;
};
F840E1F0165FE0F500CFE078
/* config.xml */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.xml
;
name
=
config.xml
;
path
=
NotificationExample/config.xml
;
sourceTree
=
"<group>"
;
};
F840E1F0165FE0F500CFE078
/* config.xml */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.xml
;
name
=
config.xml
;
path
=
NotificationExample/config.xml
;
sourceTree
=
"<group>"
;
};
883054076F4F42B2BFE374BB
/* APPLocalNotification.m */
=
{
isa
=
PBXFileReference
;
name
=
"APPLocalNotification.m"
;
path
=
"cordova-plugin-local-notifications/APPLocalNotification.m"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
20B580E28F054EFCB7A7D41E
/* APPLocalNotification.m */
=
{
isa
=
PBXFileReference
;
name
=
"APPLocalNotification.m"
;
path
=
"cordova-plugin-local-notifications/APPLocalNotification.m"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
E5A6BF77F5ED486F9BFE3DEC
/* APPNotificationContent.m */
=
{
isa
=
PBXFileReference
;
name
=
"APPNotificationContent.m"
;
path
=
"cordova-plugin-local-notifications/APPNotificationContent.m"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
17232118AA764D6CB19C882F
/* APPNotificationContent.m */
=
{
isa
=
PBXFileReference
;
name
=
"APPNotificationContent.m"
;
path
=
"cordova-plugin-local-notifications/APPNotificationContent.m"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
09B14F03C5FD43248C58E15B
/* APPNotificationOptions.m */
=
{
isa
=
PBXFileReference
;
name
=
"APPNotificationOptions.m"
;
path
=
"cordova-plugin-local-notifications/APPNotificationOptions.m"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
3A2867F700B64A5FB2581C0D
/* APPNotificationOptions.m */
=
{
isa
=
PBXFileReference
;
name
=
"APPNotificationOptions.m"
;
path
=
"cordova-plugin-local-notifications/APPNotificationOptions.m"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
8466AA945B6D4989A262FC18
/* UNUserNotificationCenter+APPLocalNotification.m */
=
{
isa
=
PBXFileReference
;
name
=
"UNUserNotificationCenter+APPLocalNotification.m"
;
path
=
"cordova-plugin-local-notifications/UNUserNotificationCenter+APPLocalNotification.m"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
589BFAE0C6AF4CDBAB4E6985
/* UNUserNotificationCenter+APPLocalNotification.m */
=
{
isa
=
PBXFileReference
;
name
=
"UNUserNotificationCenter+APPLocalNotification.m"
;
path
=
"cordova-plugin-local-notifications/UNUserNotificationCenter+APPLocalNotification.m"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
172633A5622E40109D708A09
/* UNNotificationRequest+APPLocalNotification.m */
=
{
isa
=
PBXFileReference
;
name
=
"UNNotificationRequest+APPLocalNotification.m"
;
path
=
"cordova-plugin-local-notifications/UNNotificationRequest+APPLocalNotification.m"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
F27FE397FFD4401A890F6733
/* UNNotificationRequest+APPLocalNotification.m */
=
{
isa
=
PBXFileReference
;
name
=
"UNNotificationRequest+APPLocalNotification.m"
;
path
=
"cordova-plugin-local-notifications/UNNotificationRequest+APPLocalNotification.m"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
63873E734B3C460C93922F8B
/* APPLocalNotification.h */
=
{
isa
=
PBXFileReference
;
name
=
"APPLocalNotification.h"
;
path
=
"cordova-plugin-local-notifications/APPLocalNotification.h"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
1AC233A4A7C74B4187BB3F4C
/* APPLocalNotification.h */
=
{
isa
=
PBXFileReference
;
name
=
"APPLocalNotification.h"
;
path
=
"cordova-plugin-local-notifications/APPLocalNotification.h"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
0F64FF1951E549C981D4C727
/* APPNotificationContent.h */
=
{
isa
=
PBXFileReference
;
name
=
"APPNotificationContent.h"
;
path
=
"cordova-plugin-local-notifications/APPNotificationContent.h"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
28CDBD35FCEE4BFD94101B55
/* APPNotificationContent.h */
=
{
isa
=
PBXFileReference
;
name
=
"APPNotificationContent.h"
;
path
=
"cordova-plugin-local-notifications/APPNotificationContent.h"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
47D738D5436A46B6BD1DEC2C
/* APPNotificationOptions.h */
=
{
isa
=
PBXFileReference
;
name
=
"APPNotificationOptions.h"
;
path
=
"cordova-plugin-local-notifications/APPNotificationOptions.h"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
B3AF4613434547EB9EC4528A
/* APPNotificationOptions.h */
=
{
isa
=
PBXFileReference
;
name
=
"APPNotificationOptions.h"
;
path
=
"cordova-plugin-local-notifications/APPNotificationOptions.h"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
C
C1D7BFEF2AF4F85A2AA04ED
/* UNUserNotificationCenter+APPLocalNotification.h */
=
{
isa
=
PBXFileReference
;
name
=
"UNUserNotificationCenter+APPLocalNotification.h"
;
path
=
"cordova-plugin-local-notifications/UNUserNotificationCenter+APPLocalNotification.h"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
C
E7A6E7E03044A64B657630E
/* UNUserNotificationCenter+APPLocalNotification.h */
=
{
isa
=
PBXFileReference
;
name
=
"UNUserNotificationCenter+APPLocalNotification.h"
;
path
=
"cordova-plugin-local-notifications/UNUserNotificationCenter+APPLocalNotification.h"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
8BF09BB30DEA49D6A1C4C902
/* UNNotificationRequest+APPLocalNotification.h */
=
{
isa
=
PBXFileReference
;
name
=
"UNNotificationRequest+APPLocalNotification.h"
;
path
=
"cordova-plugin-local-notifications/UNNotificationRequest+APPLocalNotification.h"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
2878131A27D5493281F3253C
/* UNNotificationRequest+APPLocalNotification.h */
=
{
isa
=
PBXFileReference
;
name
=
"UNNotificationRequest+APPLocalNotification.h"
;
path
=
"cordova-plugin-local-notifications/UNNotificationRequest+APPLocalNotification.h"
;
sourceTree
=
"<group>"
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
F6B59A7831EF4394828B3370
/* UserNotifications.framework */
=
{
isa
=
PBXFileReference
;
name
=
"UserNotifications.framework"
;
path
=
"System/Library/Frameworks/UserNotifications.framework"
;
sourceTree
=
SDKROOT
;
fileEncoding
=
undefined
;
lastKnownFileType
=
wrapper.framework
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
8BED2E98C634499FABBB78F6
/* UserNotifications.framework */
=
{
isa
=
PBXFileReference
;
name
=
"UserNotifications.framework"
;
path
=
"System/Library/Frameworks/UserNotifications.framework"
;
sourceTree
=
SDKROOT
;
fileEncoding
=
undefined
;
lastKnownFileType
=
wrapper.framework
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
2E54A42FBB604A0EA11AAF6C
/* CoreLocation.framework */
=
{
isa
=
PBXFileReference
;
name
=
"CoreLocation.framework"
;
path
=
"System/Library/Frameworks/CoreLocation.framework"
;
sourceTree
=
SDKROOT
;
fileEncoding
=
undefined
;
lastKnownFileType
=
wrapper.framework
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
DCC36C315C8C462C8277EAB7
/* CoreLocation.framework */
=
{
isa
=
PBXFileReference
;
name
=
"CoreLocation.framework"
;
path
=
"System/Library/Frameworks/CoreLocation.framework"
;
sourceTree
=
SDKROOT
;
fileEncoding
=
undefined
;
lastKnownFileType
=
wrapper.framework
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
/* End PBXFileReference section */
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
/* Begin PBXFrameworksBuildPhase section */
...
@@ -102,8 +102,8 @@
...
@@ -102,8 +102,8 @@
301BF552109A68D80062928A
/* libCordova.a in Frameworks */
,
301BF552109A68D80062928A
/* libCordova.a in Frameworks */
,
E09211A0D1294D6588191EB4
/* libz.tbd in Frameworks */
,
E09211A0D1294D6588191EB4
/* libz.tbd in Frameworks */
,
D0D06B90644D41EAAE8C16D6
/* QuartzCore.framework in Frameworks */
,
D0D06B90644D41EAAE8C16D6
/* QuartzCore.framework in Frameworks */
,
21DEA5CE68BF4E039638C4AF
/* UserNotifications.framework in Frameworks */
,
0BF6C28A43154AB49E8ABD7B
/* UserNotifications.framework in Frameworks */
,
6550B5FDD9914A9E99DCC1DC
/* CoreLocation.framework in Frameworks */
,
12032E505F204C80B0BA036D
/* CoreLocation.framework in Frameworks */
,
);
);
runOnlyForDeploymentPostprocessing
=
0
;
runOnlyForDeploymentPostprocessing
=
0
;
};
};
...
@@ -176,8 +176,8 @@
...
@@ -176,8 +176,8 @@
children
=
(
children
=
(
B49413F707024AE39907B73F
/* libz.tbd */
,
B49413F707024AE39907B73F
/* libz.tbd */
,
E4042BD923824AEB9E9079DC
/* QuartzCore.framework */
,
E4042BD923824AEB9E9079DC
/* QuartzCore.framework */
,
F6B59A7831EF4394828B3370
/* UserNotifications.framework */
,
8BED2E98C634499FABBB78F6
/* UserNotifications.framework */
,
2E54A42FBB604A0EA11AAF6C
/* CoreLocation.framework */
,
DCC36C315C8C462C8277EAB7
/* CoreLocation.framework */
,
);
);
name
=
Frameworks
;
name
=
Frameworks
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
...
@@ -210,16 +210,16 @@
...
@@ -210,16 +210,16 @@
816F86ACE6CD4C8E8FA7A84A
/* Toast.m */
,
816F86ACE6CD4C8E8FA7A84A
/* Toast.m */
,
A380129C71E248EDBC5BE744
/* Toast+UIView.h */
,
A380129C71E248EDBC5BE744
/* Toast+UIView.h */
,
84764C161F33453AB5FD1235
/* Toast.h */
,
84764C161F33453AB5FD1235
/* Toast.h */
,
883054076F4F42B2BFE374BB
/* APPLocalNotification.m */
,
20B580E28F054EFCB7A7D41E
/* APPLocalNotification.m */
,
E5A6BF77F5ED486F9BFE3DEC
/* APPNotificationContent.m */
,
17232118AA764D6CB19C882F
/* APPNotificationContent.m */
,
09B14F03C5FD43248C58E15B
/* APPNotificationOptions.m */
,
3A2867F700B64A5FB2581C0D
/* APPNotificationOptions.m */
,
8466AA945B6D4989A262FC18
/* UNUserNotificationCenter+APPLocalNotification.m */
,
589BFAE0C6AF4CDBAB4E6985
/* UNUserNotificationCenter+APPLocalNotification.m */
,
172633A5622E40109D708A09
/* UNNotificationRequest+APPLocalNotification.m */
,
F27FE397FFD4401A890F6733
/* UNNotificationRequest+APPLocalNotification.m */
,
63873E734B3C460C93922F8B
/* APPLocalNotification.h */
,
1AC233A4A7C74B4187BB3F4C
/* APPLocalNotification.h */
,
0F64FF1951E549C981D4C727
/* APPNotificationContent.h */
,
28CDBD35FCEE4BFD94101B55
/* APPNotificationContent.h */
,
47D738D5436A46B6BD1DEC2C
/* APPNotificationOptions.h */
,
B3AF4613434547EB9EC4528A
/* APPNotificationOptions.h */
,
C
C1D7BFEF2AF4F85A2AA04ED
/* UNUserNotificationCenter+APPLocalNotification.h */
,
C
E7A6E7E03044A64B657630E
/* UNUserNotificationCenter+APPLocalNotification.h */
,
8BF09BB30DEA49D6A1C4C902
/* UNNotificationRequest+APPLocalNotification.h */
,
2878131A27D5493281F3253C
/* UNNotificationRequest+APPLocalNotification.h */
,
);
);
name
=
Plugins
;
name
=
Plugins
;
path
=
NotificationExample/Plugins
;
path
=
NotificationExample/Plugins
;
...
@@ -350,11 +350,11 @@
...
@@ -350,11 +350,11 @@
E27F123D4ACE4BF39165B055
/* CDVDevice.m in Sources */
,
E27F123D4ACE4BF39165B055
/* CDVDevice.m in Sources */
,
CA605C2FE84D46FC94CE18B1
/* Toast+UIView.m in Sources */
,
CA605C2FE84D46FC94CE18B1
/* Toast+UIView.m in Sources */
,
91E68846231A433A8F26E364
/* Toast.m in Sources */
,
91E68846231A433A8F26E364
/* Toast.m in Sources */
,
F8C0095E58304CDA88167C07
/* APPLocalNotification.m in Sources */
,
AE1D2F976BD1474F921CE256
/* APPLocalNotification.m in Sources */
,
583F6EE2D5C44179A9EF077D
/* APPNotificationContent.m in Sources */
,
AC95B6ED22EE49BDBCD07C66
/* APPNotificationContent.m in Sources */
,
DDE963D727044DE4925AA9E
1
/* APPNotificationOptions.m in Sources */
,
2349DD224887466AAE57879
1
/* APPNotificationOptions.m in Sources */
,
01A490EDB5BE40E4AEEC5E9C
/* UNUserNotificationCenter+APPLocalNotification.m in Sources */
,
CB9179BBEF0D4D9EADA7778F
/* UNUserNotificationCenter+APPLocalNotification.m in Sources */
,
C
AF775B02AEE4B3DB3595BC0
/* UNNotificationRequest+APPLocalNotification.m in Sources */
,
C
D9827DC930242E19D6E7089
/* UNNotificationRequest+APPLocalNotification.m in Sources */
,
);
);
runOnlyForDeploymentPostprocessing
=
0
;
runOnlyForDeploymentPostprocessing
=
0
;
};
};
...
...
platforms/ios/NotificationExample.xcodeproj/project.xcworkspace/xcuserdata/sebastian.xcuserdatad/UserInterfaceState.xcuserstate
View file @
54955460
No preview for this file type
platforms/ios/NotificationExample/Plugins/cordova-plugin-local-notifications/APPLocalNotification.m
View file @
54955460
...
@@ -596,6 +596,7 @@
...
@@ -596,6 +596,7 @@
withCompletionHandler
:
(
void
(
^
)())
completionHandler
withCompletionHandler
:
(
void
(
^
)())
completionHandler
{
{
UNNotificationRequest
*
notification
=
response
.
notification
.
request
;
UNNotificationRequest
*
notification
=
response
.
notification
.
request
;
NSMutableDictionary
*
data
=
[[
NSMutableDictionary
alloc
]
init
];
NSString
*
action
=
response
.
actionIdentifier
;
NSString
*
action
=
response
.
actionIdentifier
;
NSString
*
event
=
action
;
NSString
*
event
=
action
;
...
@@ -616,7 +617,12 @@
...
@@ -616,7 +617,12 @@
[
self
fireEvent
:
@"clear"
notification
:
notification
];
[
self
fireEvent
:
@"clear"
notification
:
notification
];
}
}
[
self
fireEvent
:
event
notification
:
notification
];
if
([
response
isKindOfClass
:
UNTextInputNotificationResponse
.
class
])
{
[
data
setObject
:((
UNTextInputNotificationResponse
*
)
response
).
userText
forKey
:
@"text"
];
}
[
self
fireEvent
:
event
notification
:
notification
data
:
data
];
}
}
#pragma mark -
#pragma mark -
...
@@ -639,20 +645,6 @@
...
@@ -639,20 +645,6 @@
#pragma mark Helper
#pragma mark Helper
/**
/**
* Retrieve the state of the application.
*
* @return "background" or "foreground"
*/
-
(
NSString
*
)
applicationState
{
UIApplicationState
state
=
[
_app
applicationState
];
bool
isActive
=
state
==
UIApplicationStateActive
;
return
isActive
?
@"foreground"
:
@"background"
;
}
/**
* Simply invokes the callback without any parameter.
* Simply invokes the callback without any parameter.
*/
*/
-
(
void
)
execCallback
:
(
CDVInvokedUrlCommand
*
)
command
-
(
void
)
execCallback
:
(
CDVInvokedUrlCommand
*
)
command
...
@@ -673,7 +665,9 @@
...
@@ -673,7 +665,9 @@
*/
*/
-
(
void
)
fireEvent
:
(
NSString
*
)
event
-
(
void
)
fireEvent
:
(
NSString
*
)
event
{
{
[
self
fireEvent
:
event
notification
:
NULL
];
NSMutableDictionary
*
data
=
[[
NSMutableDictionary
alloc
]
init
];
[
self
fireEvent
:
event
notification
:
NULL
data
:
data
];
}
}
/**
/**
...
@@ -685,15 +679,48 @@
...
@@ -685,15 +679,48 @@
* @return [ Void ]
* @return [ Void ]
*/
*/
-
(
void
)
fireEvent
:
(
NSString
*
)
event
-
(
void
)
fireEvent
:
(
NSString
*
)
event
notification
:
(
UNNotificationRequest
*
)
notitification
{
NSMutableDictionary
*
data
=
[[
NSMutableDictionary
alloc
]
init
];
[
self
fireEvent
:
event
notification
:
notitification
data
:
data
];
}
/**
* Fire event for about a local notification.
*
* @param [ NSString* ] event The name of the event to fire.
* @param [ APPNotificationRequest* ] notification The local notification.
* @param [ NSMutableDictionary* ] data Event object with additional data.
*
* @return [ Void ]
*/
-
(
void
)
fireEvent
:
(
NSString
*
)
event
notification
:
(
UNNotificationRequest
*
)
request
notification
:
(
UNNotificationRequest
*
)
request
data
:
(
NSMutableDictionary
*
)
data
{
{
NSString
*
js
;
BOOL
isActive
=
[
_app
applicationState
]
==
UIApplicationStateActive
;
NSString
*
appState
=
[
self
applicationState
];
NSString
*
js
,
*
params
,
*
notiAsJSON
,
*
dataAsJSON
;
NSString
*
params
=
[
NSString
stringWithFormat
:
@"
\"
%@
\"
"
,
appState
];
NSData
*
dataAsData
;
[
data
setObject
:
event
forKey
:
@"event"
];
[
data
setObject
:
@
(
isActive
)
forKey
:
@"foreground"
];
if
(
request
)
{
if
(
request
)
{
NSString
*
args
=
[
request
encodeToJSON
];
notiAsJSON
=
[
request
encodeToJSON
];
params
=
[
NSString
stringWithFormat
:
@"%@,'%@'"
,
args
,
appState
];
[
data
setObject
:
request
.
options
.
id
forKey
:
@"notification"
];
}
dataAsData
=
[
NSJSONSerialization
dataWithJSONObject
:
data
options
:
0
error
:
NULL
];
dataAsJSON
=
[[
NSString
alloc
]
initWithData
:
dataAsData
encoding
:
NSUTF8StringEncoding
];
if
(
request
)
{
params
=
[
NSString
stringWithFormat
:
@"%@,%@"
,
notiAsJSON
,
dataAsJSON
];
}
else
{
params
=
[
NSString
stringWithFormat
:
@"%@"
,
dataAsJSON
];
}
}
js
=
[
NSString
stringWithFormat
:
js
=
[
NSString
stringWithFormat
:
...
...
platforms/ios/NotificationExample/Plugins/cordova-plugin-local-notifications/APPNotificationOptions.m
View file @
54955460
...
@@ -61,9 +61,9 @@
...
@@ -61,9 +61,9 @@
*
*
* @return [ NSString* ]
* @return [ NSString* ]
*/
*/
-
(
NSString
*
)
type
-
(
NSString
*
)
t
riggerT
ype
{
{
NSString
*
type
=
[
dict
objectForKey
:
@"t
ype
"
];
NSString
*
type
=
[
dict
objectForKey
:
@"t
rigger
"
];
return
type
.
length
?
type
:
@"normal"
;
return
type
.
length
?
type
:
@"normal"
;
}
}
...
@@ -276,12 +276,12 @@
...
@@ -276,12 +276,12 @@
*/
*/
-
(
UNNotificationTrigger
*
)
trigger
-
(
UNNotificationTrigger
*
)
trigger
{
{
NSString
*
type
=
[
self
type
];
NSString
*
type
=
[
self
t
riggerT
ype
];
if
([
type
isEqualToString
:
@"location"
])
if
([
type
isEqualToString
:
@"location"
])
return
[
self
triggerWithRegion
];
return
[
self
triggerWithRegion
];
if
(
!
[
type
isEqualToString
:
@"
normal
"
])
if
(
!
[
type
isEqualToString
:
@"
date
"
])
NSLog
(
@"Unknown type: %@"
,
type
);
NSLog
(
@"Unknown type: %@"
,
type
);
if
([
self
isRepeating
])
if
([
self
isRepeating
])
...
...
platforms/ios/platform_www/plugins/cordova-plugin-local-notifications/www/local-notification-util.js
View file @
54955460
...
@@ -22,16 +22,16 @@ var exec = require('cordova/exec'),
...
@@ -22,16 +22,16 @@ var exec = require('cordova/exec'),
// Default values
// Default values
exports
.
_defaults
=
{
exports
.
_defaults
=
{
id
:
0
,
id
:
0
,
type
:
'normal'
,
text
:
''
,
text
:
''
,
title
:
''
,
title
:
''
,
sound
:
'res://platform_default'
,
sound
:
'res://platform_default'
,
trigger
:
'date'
,
badge
:
undefined
,
badge
:
undefined
,
data
:
undefined
,
data
:
undefined
,
every
:
undefined
,
every
:
undefined
,
at
:
undefined
,
at
:
undefined
,
actions
:
undefined
,
actions
:
undefined
,
actionGroupId
:
undefined
actionGroupId
:
undefined
,
};
};
// Listener
// Listener
...
@@ -58,6 +58,8 @@ exports.applyPlatformSpecificOptions = function () {
...
@@ -58,6 +58,8 @@ exports.applyPlatformSpecificOptions = function () {
defaults
.
attachments
=
undefined
;
defaults
.
attachments
=
undefined
;
defaults
.
region
=
undefined
;
defaults
.
region
=
undefined
;
defaults
.
radius
=
undefined
;
defaults
.
radius
=
undefined
;
defaults
.
notifyOnEntry
=
true
;
defaults
.
notifyOnExit
=
false
;
break
;
break
;
}
}
};
};
...
...
platforms/ios/www/js/index.js
View file @
54955460
...
@@ -325,6 +325,10 @@ var app = {
...
@@ -325,6 +325,10 @@ var app = {
console
.
log
(
'dislike'
,
arguments
);
console
.
log
(
'dislike'
,
arguments
);
showToast
(
'disliked'
);
showToast
(
'disliked'
);
});
});
cordova
.
plugins
.
notification
.
local
.
on
(
'feedback'
,
function
(
obj
,
e
)
{
console
.
log
(
'feedback'
,
arguments
);
showToast
(
'Feedback: '
+
e
.
text
);
});
}
}
};
};
...
...
platforms/ios/www/plugins/cordova-plugin-local-notifications/www/local-notification-util.js
View file @
54955460
...
@@ -22,16 +22,16 @@ var exec = require('cordova/exec'),
...
@@ -22,16 +22,16 @@ var exec = require('cordova/exec'),
// Default values
// Default values
exports
.
_defaults
=
{
exports
.
_defaults
=
{
id
:
0
,
id
:
0
,
type
:
'normal'
,
text
:
''
,
text
:
''
,
title
:
''
,
title
:
''
,
sound
:
'res://platform_default'
,
sound
:
'res://platform_default'
,
trigger
:
'date'
,
badge
:
undefined
,
badge
:
undefined
,
data
:
undefined
,
data
:
undefined
,
every
:
undefined
,
every
:
undefined
,
at
:
undefined
,
at
:
undefined
,
actions
:
undefined
,
actions
:
undefined
,
actionGroupId
:
undefined
actionGroupId
:
undefined
,
};
};
// Listener
// Listener
...
@@ -58,6 +58,8 @@ exports.applyPlatformSpecificOptions = function () {
...
@@ -58,6 +58,8 @@ exports.applyPlatformSpecificOptions = function () {
defaults
.
attachments
=
undefined
;
defaults
.
attachments
=
undefined
;
defaults
.
region
=
undefined
;
defaults
.
region
=
undefined
;
defaults
.
radius
=
undefined
;
defaults
.
radius
=
undefined
;
defaults
.
notifyOnEntry
=
true
;
defaults
.
notifyOnExit
=
false
;
break
;
break
;
}
}
};
};
...
...
plugins/cordova-plugin-local-notifications/src/ios/APPLocalNotification.m
View file @
54955460
...
@@ -596,6 +596,7 @@
...
@@ -596,6 +596,7 @@
withCompletionHandler
:
(
void
(
^
)())
completionHandler
withCompletionHandler
:
(
void
(
^
)())
completionHandler
{
{
UNNotificationRequest
*
notification
=
response
.
notification
.
request
;
UNNotificationRequest
*
notification
=
response
.
notification
.
request
;
NSMutableDictionary
*
data
=
[[
NSMutableDictionary
alloc
]
init
];
NSString
*
action
=
response
.
actionIdentifier
;
NSString
*
action
=
response
.
actionIdentifier
;
NSString
*
event
=
action
;
NSString
*
event
=
action
;
...
@@ -616,7 +617,12 @@
...
@@ -616,7 +617,12 @@
[
self
fireEvent
:
@"clear"
notification
:
notification
];
[
self
fireEvent
:
@"clear"
notification
:
notification
];
}
}
[
self
fireEvent
:
event
notification
:
notification
];
if
([
response
isKindOfClass
:
UNTextInputNotificationResponse
.
class
])
{
[
data
setObject
:((
UNTextInputNotificationResponse
*
)
response
).
userText
forKey
:
@"text"
];
}
[
self
fireEvent
:
event
notification
:
notification
data
:
data
];
}
}
#pragma mark -
#pragma mark -
...
@@ -639,20 +645,6 @@
...
@@ -639,20 +645,6 @@
#pragma mark Helper
#pragma mark Helper
/**
/**
* Retrieve the state of the application.
*
* @return "background" or "foreground"
*/
-
(
NSString
*
)
applicationState
{
UIApplicationState
state
=
[
_app
applicationState
];
bool
isActive
=
state
==
UIApplicationStateActive
;
return
isActive
?
@"foreground"
:
@"background"
;
}
/**
* Simply invokes the callback without any parameter.
* Simply invokes the callback without any parameter.
*/
*/
-
(
void
)
execCallback
:
(
CDVInvokedUrlCommand
*
)
command
-
(
void
)
execCallback
:
(
CDVInvokedUrlCommand
*
)
command
...
@@ -673,7 +665,9 @@
...
@@ -673,7 +665,9 @@
*/
*/
-
(
void
)
fireEvent
:
(
NSString
*
)
event
-
(
void
)
fireEvent
:
(
NSString
*
)
event
{
{
[
self
fireEvent
:
event
notification
:
NULL
];
NSMutableDictionary
*
data
=
[[
NSMutableDictionary
alloc
]
init
];
[
self
fireEvent
:
event
notification
:
NULL
data
:
data
];
}
}
/**
/**
...
@@ -685,15 +679,48 @@
...
@@ -685,15 +679,48 @@
* @return [ Void ]
* @return [ Void ]
*/
*/
-
(
void
)
fireEvent
:
(
NSString
*
)
event
-
(
void
)
fireEvent
:
(
NSString
*
)
event
notification
:
(
UNNotificationRequest
*
)
notitification
{
NSMutableDictionary
*
data
=
[[
NSMutableDictionary
alloc
]
init
];
[
self
fireEvent
:
event
notification
:
notitification
data
:
data
];
}
/**
* Fire event for about a local notification.
*
* @param [ NSString* ] event The name of the event to fire.
* @param [ APPNotificationRequest* ] notification The local notification.
* @param [ NSMutableDictionary* ] data Event object with additional data.
*
* @return [ Void ]
*/
-
(
void
)
fireEvent
:
(
NSString
*
)
event
notification
:
(
UNNotificationRequest
*
)
request
notification
:
(
UNNotificationRequest
*
)
request
data
:
(
NSMutableDictionary
*
)
data
{
{
NSString
*
js
;
BOOL
isActive
=
[
_app
applicationState
]
==
UIApplicationStateActive
;
NSString
*
appState
=
[
self
applicationState
];
NSString
*
js
,
*
params
,
*
notiAsJSON
,
*
dataAsJSON
;
NSString
*
params
=
[
NSString
stringWithFormat
:
@"
\"
%@
\"
"
,
appState
];
NSData
*
dataAsData
;
[
data
setObject
:
event
forKey
:
@"event"
];
[
data
setObject
:
@
(
isActive
)
forKey
:
@"foreground"
];
if
(
request
)
{
if
(
request
)
{
NSString
*
args
=
[
request
encodeToJSON
];
notiAsJSON
=
[
request
encodeToJSON
];
params
=
[
NSString
stringWithFormat
:
@"%@,'%@'"
,
args
,
appState
];
[
data
setObject
:
request
.
options
.
id
forKey
:
@"notification"
];
}
dataAsData
=
[
NSJSONSerialization
dataWithJSONObject
:
data
options
:
0
error
:
NULL
];
dataAsJSON
=
[[
NSString
alloc
]
initWithData
:
dataAsData
encoding
:
NSUTF8StringEncoding
];
if
(
request
)
{
params
=
[
NSString
stringWithFormat
:
@"%@,%@"
,
notiAsJSON
,
dataAsJSON
];
}
else
{
params
=
[
NSString
stringWithFormat
:
@"%@"
,
dataAsJSON
];
}
}
js
=
[
NSString
stringWithFormat
:
js
=
[
NSString
stringWithFormat
:
...
...
plugins/cordova-plugin-local-notifications/src/ios/APPNotificationOptions.m
View file @
54955460
...
@@ -61,9 +61,9 @@
...
@@ -61,9 +61,9 @@
*
*
* @return [ NSString* ]
* @return [ NSString* ]
*/
*/
-
(
NSString
*
)
type
-
(
NSString
*
)
t
riggerT
ype
{
{
NSString
*
type
=
[
dict
objectForKey
:
@"t
ype
"
];
NSString
*
type
=
[
dict
objectForKey
:
@"t
rigger
"
];
return
type
.
length
?
type
:
@"normal"
;
return
type
.
length
?
type
:
@"normal"
;
}
}
...
@@ -276,12 +276,12 @@
...
@@ -276,12 +276,12 @@
*/
*/
-
(
UNNotificationTrigger
*
)
trigger
-
(
UNNotificationTrigger
*
)
trigger
{
{
NSString
*
type
=
[
self
type
];
NSString
*
type
=
[
self
t
riggerT
ype
];
if
([
type
isEqualToString
:
@"location"
])
if
([
type
isEqualToString
:
@"location"
])
return
[
self
triggerWithRegion
];
return
[
self
triggerWithRegion
];
if
(
!
[
type
isEqualToString
:
@"
normal
"
])
if
(
!
[
type
isEqualToString
:
@"
date
"
])
NSLog
(
@"Unknown type: %@"
,
type
);
NSLog
(
@"Unknown type: %@"
,
type
);
if
([
self
isRepeating
])
if
([
self
isRepeating
])
...
...
plugins/cordova-plugin-local-notifications/www/local-notification-util.js
View file @
54955460
...
@@ -21,16 +21,16 @@ var exec = require('cordova/exec'),
...
@@ -21,16 +21,16 @@ var exec = require('cordova/exec'),
// Default values
// Default values
exports
.
_defaults
=
{
exports
.
_defaults
=
{
id
:
0
,
id
:
0
,
type
:
'normal'
,
text
:
''
,
text
:
''
,
title
:
''
,
title
:
''
,
sound
:
'res://platform_default'
,
sound
:
'res://platform_default'
,
trigger
:
'date'
,
badge
:
undefined
,
badge
:
undefined
,
data
:
undefined
,
data
:
undefined
,
every
:
undefined
,
every
:
undefined
,
at
:
undefined
,
at
:
undefined
,
actions
:
undefined
,
actions
:
undefined
,
actionGroupId
:
undefined
actionGroupId
:
undefined
,
};
};
// Listener
// Listener
...
@@ -57,6 +57,8 @@ exports.applyPlatformSpecificOptions = function () {
...
@@ -57,6 +57,8 @@ exports.applyPlatformSpecificOptions = function () {
defaults
.
attachments
=
undefined
;
defaults
.
attachments
=
undefined
;
defaults
.
region
=
undefined
;
defaults
.
region
=
undefined
;
defaults
.
radius
=
undefined
;
defaults
.
radius
=
undefined
;
defaults
.
notifyOnEntry
=
true
;
defaults
.
notifyOnExit
=
false
;
break
;
break
;
}
}
};
};
...
...
www/js/index.js
View file @
54955460
...
@@ -325,6 +325,10 @@ var app = {
...
@@ -325,6 +325,10 @@ var app = {
console
.
log
(
'dislike'
,
arguments
);
console
.
log
(
'dislike'
,
arguments
);
showToast
(
'disliked'
);
showToast
(
'disliked'
);
});
});
cordova
.
plugins
.
notification
.
local
.
on
(
'feedback'
,
function
(
obj
,
e
)
{
console
.
log
(
'feedback'
,
arguments
);
showToast
(
'Feedback: '
+
e
.
text
);
});
}
}
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment