You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# TiPushNotification
2
2
Yes you can use it with your self-hosted server or any other cloud services like Parse.com or Appcelerator cloud.
3
3
4
-
## Get it [](http://gitt.io/component/dk.napp.drawer)
4
+
## Get it [](http://gitt.io/component/TiPushNotification)
5
5
Download the latest distribution ZIP-file and consult the [Titanium Documentation](http://docs.appcelerator.com/titanium/latest/#!/guide/Using_a_Module) on how install it, or simply use the [gitTio CLI](http://gitt.io/cli):
6
6
7
7
`$ gittio install TiPushNotification`
@@ -99,5 +99,13 @@ tiPush.registerDevice({
99
99
### Contributions
100
100
Your issues and pull requests are most welcome.
101
101
102
+
### TODOs
103
+
1. Server-side snippets for PHP and NodeJS
104
+
1. Parse.com example
105
+
1. Wordpress self-hosted example
106
+
1. APN Server API setup tutorial
107
+
1. GCM Server API setup tutorial
108
+
1. Add option to depend on [CaffeinaLab GCM](https://github.com/CaffeinaLab/GCM) or [Jeroen GCM](https://github.com/morinel/gcmpush) module.
109
+
102
110
### Credits
103
111
This module is based on [ACS Push Notifications](https://github.com/ricardoalcocer/acspushmod) CommonJS module by my Ricardo Alcocer.
0 commit comments