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
+18-6
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,24 @@ PushSharp
3
3
4
4
A server-side library for sending Push Notifications to iOS (iPhone/iPad APNS), Android (C2DM), Windows Phone, and Blackberry devices!
5
5
6
-
Disclaimer: Only for the Brave
7
-
------------------------------
8
-
There's finally some code available here to look at, but I must warn you, this code is completely untested as of now! I mean it, I haven't even confirmed that the Push Channels can actually send notifications successfully! It compiles, but past that, venture here at your own risk!
6
+
Features
7
+
--------
8
+
- Supports sending push notifications for many platforms:
9
+
- Apple (APNS - iOS - iPhone, iPad)
10
+
- Android (C2DM - Phone/Tablets)
11
+
- Windows Phone 7 / 7.5
12
+
- Blackberry (Still in alpha)
13
+
- Fluent API for constructing Notifications for each platform
14
+
- Auto Scaling of notification channels (more workers/connections are added as demand increases, and scaled down as it decreases)
15
+
- Asynchronous code where possible, use of library is very event oriented
16
+
- No third party dependencies!
17
+
18
+
19
+
Disclaimer: Beta Quality
20
+
---------------------------------
21
+
Ok, so since the first update, some code has been tested and appears to be working! Apple APNS should be working reasonably well, as well as C2DM. I'm working on testing WP7 and Blackberry.
22
+
I will warn that this code has not been heavily tested in production, so YMMV. Having said that, it only gets better the more bugs are exposed, and since these were both based off previous libraries (APNS-Sharp and C2DM-Sharp) which I wrote, I feel that the code is pretty stable otherwise.
9
23
10
-
I will obviously start trying to do some testing in the near future, but until then, feel free to fork it, watch it, play with it, and let me know of any obvious mistakes or errors! Thanks!
11
24
12
25
Some sample Usage
13
26
-----------------
@@ -48,6 +61,5 @@ Using the library should be easy, and the platform fairly abstracted away... Her
0 commit comments