Installation

Preparations for NEOPIN Connect integration

The following information is deprecated and may limit its use. Please refer to the WalletConnect 2.0 tab for the latest version of NEOPIN wallet integration: WalletConnect 2.0

Requirements

The minimum requirements for using the iOS version of NEOPIN Connect are as follows:

  • iOS 13 or higher.

  • Swift 5 or higher.

Library Download (CocoaPods)

The iOS SDK can be installed using Cocoapods. Requires Cocoapods version 1.8 or higher. Add the NEOPIN Connect SDK to your project's podfile.

platform :ios, '13.0'
use_frameworks!

target 'MyApp' do
  pod 'NeopinConnect'
end

Sample Download

Clone or download the Sample App via Github.

Dependencies

License

MIT License (see the LICENSE file).

Last updated