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.
- Minimum iOS 12.0+
- Minimum Xcode 10.0+
-
Download the
Intempt.framework
from here. -
Download the code from this repo.
-
Navigate inside the
IntemptShop Demo
folder and then runpod install
-
Drag & drop the
Intempt.framework
into your project, underneath your project's folder and NOT in theFrameworks
folder (if exits). -
Select Project --> General --> Frameworks, Libraries, and Embedded Content and the newly installed
Intempt.framework
must set to Embed & Sign. -
Once done open
IntemptShop Demo.xcworkspace
-
Go to
Constants.swift
and configureorgId
,sourceId
,token
obtained from Intempt Developers site. -
Don't forget to configure
Shopify
credentials if you are going to useShopify
.