A sample app that demonstrates the UWP Payment Request APIs.
Перейти к файлу
Chris Gunn f25ad7f306
Merge pull request #3 from KarlErickson/master
metadata update
2019-02-05 09:28:16 -08:00
Images Initial checkin. 2017-06-12 15:17:20 -07:00
YetAnotherShoppingApp Initial checkin. 2017-06-12 15:17:20 -07:00
.gitattributes Initial checkin. 2017-06-12 15:17:20 -07:00
.gitignore Initial checkin. 2017-06-12 15:17:20 -07:00
CONTRIBUTING.md Initial checkin. 2017-06-12 15:17:20 -07:00
LICENSE Initial checkin. 2017-06-12 15:17:20 -07:00
README.md Update README.md 2019-02-04 17:29:29 -08:00
ThirdPartyNotices.txt Initial checkin. 2017-06-12 15:17:20 -07:00
YetAnotherShoppingApp.sln Initial checkin. 2017-06-12 15:17:20 -07:00

README.md

topic languages products
sample
csharp
windows
windows-uwp

Payment Request API Sample App

A mini-app that presents a basic shopping experience where a user can buy emoji. This app shows how to use the Payment Request APIs to implement the checkout experience. It also demonstrates a basic multi-page XAML UI that uses the Model-View-ViewModel (MVVM) pattern.

This sample runs on the Universal Windows Platform (UWP).

Front page screenshot Shopping cart screenshot

Features

Payment Request API Sample App demonstrates:

Universal Windows Platform development

Requirements:

Additionally, to be informed of the latest updates to Windows and the development tools, join the Windows Insider Program.

Running the sample

Note: The platform target currently defaults to ARM, so be sure to change that to x64 or x86 if you want to test on a non-ARM device.

The default project is YetAnotherShoppingApp and you can Start Debugging (F5) or Start Without Debugging (Ctrl+F5) to try it out. The app will run in the emulator or on physical devices.

Code at a glance

If youre just interested in code snippets for certain API and dont want to browse or run the full sample, check out the following files for examples of some highlighted features: