Giter Site home page Giter Site logo

vippetcare / sdk-ios Goto Github PK

View Code? Open in Web Editor NEW

This project forked from authorizenet/inperson-sdk-ios

1.0 10.0 0.0 1.69 MB

iOS SDK for Authorize.Net, including support for Apple Pay

License: Other

Objective-C 96.53% Ruby 0.62% C 1.54% Shell 1.32%
external

sdk-ios's Introduction

#Authorize.Net iOS SDK

Build Status

The iOS SDK provides a fast and easy way for iPhone/iPad application developers to quickly integrate mobile payment without having to write the network communication, XML generation/parsing, and encoding of the data to the Authorize.Net gateway.

Try It

If you use CocoaPods you can try our sample app with just a single command:

   $ pod try 'authorizenet-sdk'

Installation

Installation is very simple with Cocoapods but you can also install manually.

Including our CocoaPod

  1. Add our pod to your project Podfile:

     pod 'authorizenet-sdk'
    
  2. Then run pod install or pod update

  3. If you are running pod install for the first time you'll be reminded to always use the .xcworkspace file for your project rather that the xccodeproj

  4. NOTE: You may need to add libxml2.dylib to "Link Binary with Libraries" build phase.

Including the SDK manually

  1. Download the zip file of the SDK from https://github.com/AuthorizeNet/sdk-ios/archive/master.zip and unzip to your preferred location.
  2. In XCode, select your project in Project Navigator and select File->Add Files to "" from the main menu bar.
  3. In the file dialog, select the sdk folder from the unzipped directory in Step 1.
  4. In the file dialog, make sure "Copy items into destination group's folder (if needed)" is checked and click Add button.

Apple Pay

Check out http://developer.authorize.net/api/applepay for all the developer resources you need to get going.

Our sample app will also walk you through an Apple Pay transaction on Authorize.Net.

Building an MPoS Application

You can use our SDK to build a full featured Mobile Point-of-Sale application and we have a full MPOS README to help you get started developing.

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.