Commit 9d8671c8 by Dima Bart

Merge pull request #151 from Shopify/feature/add-sample-readme

Add Customer Sample App README.md
parents aeea4772 78473a04
# Mobile Buy SDK Customer Sample App
The Customer Sample App demonstrates how to perform several tasks using the customer API.
- Login customer
- Create customer account
- Fetch customer orders
### Configuration
First, configure the application with your shop domain, API key and app ID.
```swift
let shopDomain: String = ""
let apiKey: String = ""
let appID: String = ""
```
### Overview
The Customer Sample App demonstates the usage of the customer API that lets you create a customer account, login with a customer account and show customer's orders after authentication.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment