Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 864 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 864 Bytes

Sample Projects

In this directory you will find sample projects which implement the ShopifyCheckoutSheetKit library in various ways.

Each project directory contains a Storefront.xcconfig.example file. Simply rename it to Storefront.xcconfig and update the contained values to match your Shopify storefront.


MobileBuyIntegration

This project demonstrates how to use the Mobile Buy SDK in conjunction with the ShopifyCheckoutSheetKit library.

To get started you will first need to generate the an entitlements file for the app. You can do so by running the following command from the root directory.

./Scripts/setup_entitlements

SimpleAppIntegration

This project demonstrates how to use the ShopifyCheckoutSheetKit library with a custom built Storefront GraphQL API client.