Skip to content

Commit fd4c35b

Browse files
committed
Update master
1 parent 0d4951b commit fd4c35b

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

README.md

+18-6
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,24 @@ PushSharp
33

44
A server-side library for sending Push Notifications to iOS (iPhone/iPad APNS), Android (C2DM), Windows Phone, and Blackberry devices!
55

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.
923

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!
1124

1225
Some sample Usage
1326
-----------------
@@ -48,6 +61,5 @@ Using the library should be easy, and the platform fairly abstracted away... Her
4861

4962
Yet to Come
5063
-----------
51-
- Fluent API for Notification construction
52-
- Testing!
64+
- More thorough Testing!
5365

0 commit comments

Comments
 (0)