Test project for trying out Shopify/mobile-buy-sdk-ios (and Shopify/FunctionalTableData).
In the Terminal:
-
Install Cocoapods
$ pod install -
Update frameworks with Carthage
$ carthage update -
Open
ShopifyiOSSDKTest.xcworkspacein Xcode. -
Add your API keys in Secret.swift
static let domain = "INSERT YOUR DOMAIN" static let apiKey = "INSERT YOUR API KEY" static let password = "INSERT YOUR PASSWORD" static let sharedSecret = "INSERT YOUR SHARED SECRET" static let accesToken = "INSERT YOUR TOKEN" -
Prevent your API keys to be commited
git update-index --assume-unchanged ShopifyiOSSDKTest/ShopifyiOSSDKTest/Secret.swift
- Swift 5.0
- Cocoapods
- Carthage
- Shopify/FunctionalTableData for data display (in progress...)
- Travis CI
- Connect using Shopify/mobile-buy-sdk-ios
- Tested API credentials with GraphiQL
- Tested with existing test store https://skyriser-media.myshopify.com
- iOS 12.0+
- Xcode 10.2+
- Swift 5.0+
- Chris Comeau
- iOS Developer, Montreal, Canada
- Email ([email protected])
- Web (http://chriscomeau.com)
- GitHub
- Twitter (@chriscomeau)

