Giter VIP home page Giter VIP logo

paymenthighway-ios-framework's Introduction

Overview

This is the Payment Highway iOS SDK.

Requirements

  • You have an existing iOS project supporting iOS 9 or later
  • Carthage or CocoaPods
  • Valid Payment Highway account id and merchant id
  • Custom-build Mobile Application Backend that returns session id and handles token with token id

Mobile Application Backend

You will need to have a custom mobile application backend that handles session id and token management.

See the demo project included for a BackendAdapter example.

License

MIT

Install

Currently installation via Carthage and CocoaPods is supported.

Carthage

Create a "Cartfile"-file in the root of your project and add a line within:

github "paymenthighway/paymenthighway-ios-framework" "v-2.0.1"

Run the following command to integrate the required frameworks to your project.

carthage update --platform iOS

You can follow the Carthage's instructions for โ€Adding frameworks to an applicationโ€ from step 3 on "If you're building for iOS"

CocoaPods

You can install CocoaPods with the following commands.

$ gem install cocoapods

To integrate PaymentHighway framework to your project, specify it in your Podfile.

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!
    
target '<Your Target Name>' do
    pod 'PaymentHighway', '2.0.1'
end

Use

See the Demo Project included how to use the framework.

paymenthighway-ios-framework's People

Contributors

aceisscope avatar anlaital avatar arnohietanen avatar clooth avatar margussipria avatar stepiro avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.