ShopApp_Shopify 1.0.6

ShopApp_Shopify 1.0.6

Maintained by Mykola Voronin, Radisalv Crechet, Evgeniy Antonov.



 
Depends on:
Mobile-Buy-SDK= 3.1.5
KeychainSwift~> 14.0
Alamofire~> 4.8
ShopApp_Gateway~> 1.0
 

  • By
  • Mykola Voronin

Build Status codecov

Shopify Provider for ShopApp iOS

This library contains the Shopify provider for ShopApp for iOS. ShopApp is an application that turns a Shopify-based store into a mobile app. ShopApp syncs with Shopify store and transfers a product catalog and user data to a mobile app. The app provides features like customizable push notifications, promo codes, and convenient payments with popular digital wallets like Apple Pay.

Installation

  1. Connect the library with Cocoapods To use the ShopApp provider for Shopify, connect the library to the main <link: application> with Cocoapods:
pod 'ShopApp_Shopify', '~> 1.0' 
  1. Change the DataAssembly file

Next, change the ShopApp/Data/DI/DataAssembly.swift file, by adding the following code:

container.register(API.self) { _ in
    return ShopifyAPI(apiKey: "API KEY",
        shopDomain: "SHOP DOMAIN",
        adminApiKey: "ADMIN API KEY",
        adminPassword: "ADMIN PASSWORD",
        applePayMerchantId: "APPLE PAY MERCHANT ID")
}
.inObjectScope(.container)

Where:

SHOP DOMAIN is the main domain of your store. You can find it your store's domain by visiting the admin panel on a Home tab. There you can find the following message - Your current domain is xxx.myshopify.com  API KEY is used to receive your store's data like items and collections. To receive the key, you have to visit the admin panel and proceed to Apps - Manage Private Apps. Create a new application if you don't have one by copying Storefront API and adding it to your library's configuration.  ADMIN API KEY is a key for Admin API. The library uses the key to receive a list of countries eligible to shipping.

ADMIN PASSWORD is a password for Admin API.

APPLE PAY MERCHANT ID is a merchant's ID for Apple Pay wallet. If you want to enable Apple Pay for merchandise payments in your app, enable this option in settings of Storefront API. The option's isn't compulsory.

Requirements

  • iOS 10+
  • XCode 9 for app development and submission to Apple App Store
  • Cocoapods to install all the dependencies

License

The ShopApp Shopify for iOS provider is licensed under the Apache 2.0 license


RubyGarage Logo

RubyGarage is a leading software development and consulting company in Eastern Europe. Our main expertise includes Ruby and Ruby on Rails, but we successfully employ other technologies to deliver the best results to our clients. Check out our portfolio for even more exciting works!