Copyright NOTICE: This article is the original article of the blogger, without the permission of the blogger may not be reproduced.
Directory (?) [+] Target
Show the C # service-side integration of Aurora push steps, more pictures and fewer words, there are pictures of the truth.
Using Aurora Push, C # server push to Demo app,android mobile phone received push, sorted for 10 steps, using about 10 minutes, complete from the registered account to the Android phone Demo App received a push. 1. Sign the Aurora account
Registration page: Https://www.jiguang.cn/accounts/register/form
2. Create Application
Console: Https://www.jiguang.cn/dev/#/app/list
Create application: Https://www.jiguang.cn/dev/#/app/create
After creation back to Application management: Https://www.jiguang.cn/dev/#/app/list 3. Get Appkey and Master Secret
Click the Application Management interface details
Get Appkey and Master Secret
4. Download Demo
Download Demo at the same interface in the previous step
Click to scan Download installation package
Mobile phone download installation can be installed and then open the Demo App.
5. Download Jpush-api-csharp-client
Project Address: https://github.com/jpush/jpush-api-csharp-client/releases 6. VS Open Project, install dependencies
The NuGet Package management tool downloads jpush-api-csharp-client and Newtonsoft dependencies. 7. Replace Appkey and Master Secret
File location
Code location
Replace the Appkey and master Secret in example with the Appkey and master Secret in step three. 8. Run Example
First open the Demo App downloaded in step 4 and run example
9. Receive Push