Skip to content

Commit

Permalink
additional updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrir committed May 22, 2015
1 parent 469f777 commit 5bee473
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ This topic shows you how to add push notifications to the [quickstart project](a
* Open **Controllers** > TodoItemController.cs and add the following using statements:

```
using System.Collections.Generic;
using Microsoft.Azure.NotificationHubs;
using System.Collections.Generic;
using Microsoft.Azure.NotificationHubs;
```

* Add the following to `PostTodoItem` after the `InsertAsync` call. When a todo item is inserted, this code sends out a push notification with the item text.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

1. In Visual Studio, right-click the project, click **Publish** > **Publish Web** > **Azure Mobile Services**. Instead of using Visual Studio, [you may also use Git](mobile-services-dotnet-backend-store-code-source-control.md).
1. In Visual Studio, right-click the project, click **Publish** > **Publish Web** > **Azure Mobile App**. Instead of using Visual Studio, [you may also use Git](mobile-services-dotnet-backend-store-code-source-control.md).

2. Sign in with Azure credentials and select your service from **Existing Mobile Services**. Visual Studio downloads your publish settings directly from Azure. Finally, click **Publish**.

![Publish settings wizard final page](./media/app-service-mobile-dotnet-backend-publish-service-preview/dotnet-publish-settings.png)
![Publish settings wizard final page](./media/app-service-mobile-dotnet-backend-publish-service-preview/dotnet-publish-settings.png)
2 changes: 1 addition & 1 deletion includes/mobile-services-apns-configure-push.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

* Follow the steps at [Installing a Client SSL Signing Identity on the Server](https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/ConfiguringPushNotifications/ConfiguringPushNotifications.html#//apple_ref/doc/uid/TP40012582-CH32-SW15) to export the certificate you downloaded in the previous step to a .p12 file.

* In the Azure portal, click **Mobile Services* > your app > the **Push** tab > **Upload**. Upload the .p12 file, making sure that the correct **Mode** is selected (either Sandbox or Production, corresponding to whether the client SSL certificate you generated was Development or Distribution.) Your mobile service is now configured to work with push notifications on iOS!
* In the Azure portal, click **Mobile Services** > your app > the **Push** tab > **Upload**. Upload the .p12 file, making sure that the correct **Mode** is selected (either Sandbox or Production, corresponding to whether the client SSL certificate you generated was Development or Distribution.) Your mobile service is now configured to work with push notifications on iOS!

0 comments on commit 5bee473

Please sign in to comment.