Powerful, flexible, lightweight interface to the BitPay Bitcoin Payment Gateway API.
API Documentation is available on the BitPay site.
This repository is a convenience wrapper around all the other parts of BitPay's iOS SDK offerings. For instance, this repository holds references (git submodules) to bitpay-ios-keyutils and bitpay-ios-client. It also holds example apps in the "Example" directory. Please see the individual GitHub repos for more information about the parts of the SDK. This reposititory would be especially useful for those iOS developers that are opposed to using Cocoapods.
Let us know! Send a pull request or a patch. Questions? Ask! We're here to help. We will respond to all filed issues.
BitPay Support:
- Open an issue if you are having issues with this library
- BitPay merchant support documentation
Sometimes a download can become corrupted for various reasons. However, you can verify that the release package you downloaded is correct by checking the md5 checksum "fingerprint" of your download against the md5 checksum value shown on the Releases page. Even the smallest change in the downloaded release package will cause a different value to be shown!
- If you are using Windows, you can download a checksum verifier tool and instructions directly from Microsoft here: http://www.microsoft.com/en-us/download/details.aspx?id=11533
- If you are using Linux or OS X, you already have the software installed on your system.
- On Linux systems use the md5sum program. For example:
- md5sum filename
- On OS X use the md5 program. For example:
- md5 filename