forked from Redth/PushSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Big changes on Apple notification management
There were several changes to the underlying base Channel and Service classes to, but many changes to the Apple Channel, for how it manages notifications, and how it decides when all queued messages have been dealt with and it can stop. This should really improve the durability of the library, especially when calling .Stop() or stopping a service immediately after queueing some notifications! Added some Logging statements in the service that may be useful to some. Added nuget version 1.1.0.0 Fixes Redth#69, Fixes Redth#75
- Loading branch information
Showing
16 changed files
with
256 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,5 @@ TestResults | |
#NuGet | ||
packages/ | ||
|
||
Xamarin/ | ||
Xamarin/ | ||
PushSharp.Sample.LocalTesting/ |
4 changes: 2 additions & 2 deletions
4
Client.Samples/PushSharp.ClientSample.WindowsPhone/PushSharp.ClientSample.WindowsPhone.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
...Phone/PushSharp.ClientSample.WindowsPhone/PushSharp.ClientSample.WindowsPhone.csproj.user
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.