Giter VIP home page Giter VIP logo

mobile-buy-sdk-ios-sample's Introduction

Mobile Buy SDK

Test GitHub license

Storefront App

The sample application demonstrates how to build a custom storefront on iOS using Shopify's mobile buy SDK. Using this sample application, a user can browse your shop's products and collections, add merchandise to a cart, and then checkout using Apple Pay or a web checkout.

Note: This sample application is not actively being maintained. Hence, the version of SDK being used may not be the recent version.

Setup

The sample application is pre-configured with credentials to a test shop and requires no setup to build and run. You can also run the sample application with your own shop by following the steps below:

  1. Ensure that all submodules of Buy SDK have also been updated by running:
git submodule update --init --recursive
  1. Make sure that you have the Mobile App channel installed in your Shopify admin.
  2. From your Shopify admin, navigate to the Mobile App channel, and then copy your API key.
  3. Open the Sample Application project in Storefront.xcodeproj
  4. Open Client.swift, and then insert your API key and shop domain:
final class Client {

    static let shopDomain = "yourshophere.myshopify.com"
    static let apiKey     = "2dce9587e0f140ac84aaec25847e9d35"
    ...
}

License

The Mobile Buy SDK is provided under an MIT License. See the LICENSE file

mobile-buy-sdk-ios-sample's People

Contributors

dbart01 avatar osamie avatar madmath avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.