Catapush 1.2.1
Requires NuGet 2.5 or higher.
dotnet add package Catapush --version 1.2.1
NuGet\Install-Package Catapush -Version 1.2.1
<PackageReference Include="Catapush" Version="1.2.1" />
paket add Catapush --version 1.2.1
#r "nuget: Catapush, 1.2.1"
// Install Catapush as a Cake Addin #addin nuget:?package=Catapush&version=1.2.1 // Install Catapush as a Cake Tool #tool nuget:?package=Catapush&version=1.2.1
Catapush is a simple, reliable and scalable delivery API for transactional push notifications for applications. Ideal for sending data-driven transactional notifications including targeted e-commerce
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap is compatible. uap10.0 was computed. |
Windows Phone | wp81 is compatible. wpa81 is compatible. |
-
UAP 0.0
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 9.0.1)
- SQLite.Net.Async-PCL (>= 3.1.1)
- SQLite.Net-PCL (>= 3.1.1)
- Yort.Ntp.Portable (>= 1.0.9)
-
WindowsPhone 8.1
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 9.0.1)
- sqlite-net-wp8 (>= 3.8.5)
- Yort.Ntp.Portable (>= 1.0.9)
-
WindowsPhoneApp 8.1
- Newtonsoft.Json (>= 9.0.1)
- SQLite.Net.Async-PCL (>= 3.1.1)
- SQLite.Net-PCL (>= 3.1.1)
- Yort.Ntp.Portable (>= 1.0.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Is now possible to send messages even without using the CatapushSendMessageControl
- Added attachment support
- Added send events to Catapush object (send events in CatapushSendMessageControl have been removed)
- CatapushMessage object has now a "Sending" bool property which tells if the message is being sending or not; in the first case, a "placeholder message" will be returned, which has body, timestamp and Id in common with the actual message
- CatapushMessagesListView now automatically shows sent message (integrator must no more subscribe to send events in CatapushSendMessageControl and attach the message to the CatapushMessagesListView)
- Minor bug fixes