Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

vippetcare/sdk-ios

 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 96.6%
  • C 1.5%
  • Shell 1.3%
  • Ruby 0.6%