Created Release: JPush Server SDK 1.2.1 (For JPush V3) (八月 15, 2014)
Assembly: 1.2.1.24728JPush REST API Version: v3JPush Documentation Reference.NET framework: v4.0 or above.Sample: class: JPushClientV32014 Augest 15th.
View ArticleUpdated Wiki: Documentation
Document:class: JPushClient (Since JPush V2 service would retired soon, this class is OBSOLETED)class: JPushClientV3 (RECOMMENDED. ForJPush V3)class: JPushHandler (NOT in release yet but soon)Change Log
View ArticleUpdated Wiki: Documentation
Document:class: JPushClient (Since JPush V2 service would retired soon, this class is OBSOLETED)class: JPushClientV3 (RECOMMENDED. ForJPush V3)class: JPushHandler (NOT in release yet but soon)Change Log
View ArticleNew Post: Is JPushClientV3.SendPushMessage threadsafe?
Hello, Can I create a single JPushClientV3 instance and use it to send (via SendPushMessage) JPush messages over multiple threads in parallel without serializing the access to the JPushClientV3...
View ArticleNew Post: Is JPushClientV3.SendPushMessage threadsafe?
Hi mstavrev, JPushClientV3 is thread safe, because all of the shared variables is readonly for sending messages. But I cannot understand clearly what you mean for serializing the access? Could you...
View ArticleUpdated Wiki: Home
Project Description (项目介绍) JPush.NET is JPush SDK for .NET. It can help you send, monitor and manage all your JPush messages by programming, following JPush official REST API. (JPush.NET...
View ArticleNew Post: Is JPushClientV3.SendPushMessage threadsafe?
I meant the following scenario:Create an instance of the JPushClientV3 class In multiple threads call the SendPushMessage method without locking the access to the instance (no serialization over the...
View ArticleUpdated Wiki: Home
Project Description (项目介绍) JPush.NET is .NET Server SDK for JPush. It can help you send, monitor and manage all your JPush messages by programming, following JPush official REST API. (JPush.NET...
View ArticleReleased: JPush Server SDK 1.2.2 (For JPush V3) (十月 01, 2014)
Assembly: 1.2.2.35327 JPush REST API Version: v3JPush Documentation Reference.NET framework: v4.0 or above.JSON.NET: 6.0.5 or above.Special Note:From this version on, JSON.NET is no longer included in...
View ArticleCreated Release: JPush Server SDK 1.2.2 (For JPush V3) (十月 01, 2014)
Assembly: 1.2.2.35327JPush REST API Version: v3JPush Documentation Reference.NET framework: v4.0 or above.JSON.NET: 6.0.5 or above.Special Note:From this version on, JSON.NET is no longer included in...
View ArticleReleased: JPush Server SDK 1.2.3 (For JPush V3) (十月 22, 2014)
Assembly: 1.2.3.26891 JPush REST API Version: v3JPush Documentation Reference.NET framework: v4.0 or above.JSON.NET: 6.0.5 or above.Special Note:JSON.NET is no longer included in release package. If...
View ArticleCreated Release: JPush Server SDK 1.2.3 (For JPush V3) (十月 22, 2014)
Assembly: 1.2.3.26891JPush REST API Version: v3JPush Documentation Reference.NET framework: v4.0 or above.JSON.NET: 6.0.5 or above.Special Note:JSON.NET is no longer included in release package. If you...
View ArticleSource code checked in, #35185
Fix issue when AppMessage or Notification is null in Request. Update assembly version.
View ArticleReleased: JPush Server SDK 1.2.3 (For JPush V3) (十月 22, 2014)
Assembly: 1.2.3.27974 JPush REST API Version: v3JPush Documentation Reference.NET framework: v4.0 or above.JSON.NET: 6.0.5 or above.Special Note:JSON.NET is no longer included in release package. If...
View ArticleUpdated Release: JPush Server SDK 1.2.3 (For JPush V3) (十月 22, 2014)
Assembly: 1.2.3.27974JPush REST API Version: v3JPush Documentation Reference.NET framework: v4.0 or above.JSON.NET: 6.0.5 or above.Special Note:JSON.NET is no longer included in release package. If you...
View Article