You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This topic shows you how to use Azure App Service to send push notifications to an iOS app with Apple Push Notification service (APNS). On completion, your .NET backend will send a push notification to your QuickStart ToDo app each time a record is inserted.
25
25
@@ -31,10 +31,10 @@ This tutorial walks you through these basic steps to enable push notifications:
31
31
3.[Create a provisioning profile for the app]
32
32
4.[Configure App Service Mobile to send push requests]
33
33
5.[Update the server to send push notifications](#update-server)
34
-
6.[Publish the mobile service to Azure]
34
+
6.[Publish the mobile backend to Azure]
35
35
7.[Add push notifications to the app]
36
36
8.[Enable push notifications for local testing](#local-testing)
37
-
9.[Test the app against the published mobile service]
37
+
9.[Test the app against the published mobile backend]
38
38
39
39
This tutorial requires the following:
40
40
@@ -63,7 +63,7 @@ This tutorial is based on the Mobile Services quickstart. Before you start this
63
63
64
64
2. Search for **WindowsAzure.ServiceBus** and click **Install** for all projects in the solution.
65
65
66
-
3. In Visual Studio Solution Explorer, expand the **Controllers** folder in the mobile service project. Open TodoItemController.cs. At the top of the file, add the following `using` statements:
66
+
3. In Visual Studio Solution Explorer, expand the **Controllers** folder in the mobile backend project. Open TodoItemController.cs. At the top of the file, add the following `using` statements:
67
67
68
68
using System;
69
69
using System.Collections.Generic;
@@ -200,11 +200,11 @@ This tutorial demonstrated the basics of enabling an iOS app to use App Service
200
200
[Update scripts to send push notifications]: #update-scripts
201
201
[Add push notifications to the app]: #add-push
202
202
[Insert data to receive notifications]: #test
203
-
[Test the app against the published mobile service]: #test-app
203
+
[Test the app against the published mobile backend]: #test-app
204
204
[Next Steps]:#next-steps
205
205
[Download the service locally]: #download-the-service-locally
206
-
[Test the mobile service]: #test-the-service
207
-
[Publish the mobile service to Azure]: #publish-mobile-service
206
+
[Test the mobile backend]: #test-the-service
207
+
[Publish the mobile backend to Azure]: #publish-mobile-service
<p>This topic shows you how to use Azure App Service to send push notifications to a Xamarin.iOS 8 app. In this tutorial you add push notifications using the Apple Push Notification service (APNS) to the [Get started with App Service mobile apps] project. When complete, your mobile backend will send a push notification each time a record is inserted.</p>
0 commit comments