Skip to content

das-palash-appsbee/ios-shopify-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 

Repository files navigation

Sample eCommerce iOS app

A sample app which demonstrates how to configure ecommerce with the combination of Intempt.framework and Shopify. Shopify provides a suite of API which helps a merchent to deploy an eCommerce app with ease.

Requirements

  • Minimum iOS 12.0+
  • Minimum Xcode 10.0+

Installation

  1. Download the Intempt.framework from here.

  2. Download the code from this repo.

  3. Navigate inside the IntemptShop Demo folder and then run pod install

  4. Drag & drop the Intempt.framework into your project, underneath your project's folder and NOT in the Frameworks folder (if exits).

  5. Select Project --> General --> Frameworks, Libraries, and Embedded Content and the newly installed Intempt.framework must set to Embed & Sign.

  6. Once done open IntemptShop Demo.xcworkspace

  7. Go to Constants.swift and configure orgId, sourceId, token obtained from Intempt Developers site.

  8. Don't forget to configure Shopify credentials if you are going to use Shopify.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 93.5%
  • Objective-C 6.1%
  • Shell 0.4%