Skip to content

Commit

Permalink
Merge pull request #3283 from wesmc7777/wesmc_aux4.5
Browse files Browse the repository at this point in the history
Wesmc aux4.5
  • Loading branch information
mollybostic committed May 28, 2014
2 parents 485d7fc + 81979c6 commit f84c048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ This enables the mobile service to connect to MPNS in unauthenticated mode to se

1. In Visual Studio, press the F5 key to run the app.

>[WACOM.NOTE] You may encounter a 401 Unauthorized RegistrationAuthorizationException when testing on the Windows Phone emulator. This can occur during the `RegisterNativeAsync()` call because of the way the Windows Phone emulator syncs it's clock with the host PC. It can result in a security token that will be rejected. To resolve this simply manually set the clock in the emulator before testing.
5. In the app, enter the text "hello push" in the textbox, click **Save**, then immediately click the start button or back button to leave the app.

![][2]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ Finally, you must update the script registered to the insert operation on the To

1. In Visual Studio, press the F5 key to run the app.

>[WACOM.NOTE] You may encounter a 401 Unauthorized RegistrationAuthorizationException when testing on the Windows Phone emulator. This can occur during the `RegisterNativeAsync()` call because of the way the Windows Phone emulator syncs it's clock with the host PC. It can result in a security token that will be rejected. To resolve this simply manually set the clock in the emulator before testing.
5. In the app, enter the text "hello push" in the textbox, click **Save**, then immediately click the start button or back button to leave the app.

![][4]
Expand Down

0 comments on commit f84c048

Please sign in to comment.