ACPaymentLinks is a lightweight, in-app iOS checkout SDK by Appcharge.
This repository contains the public CocoaPods integration and a prebuilt static .xcframework.
- Minimum iOS: 13.0
- Framework type: Static
.xcframework - Distribution: CocoaPods
- Swift: 5.7–5.10
- Xcode: 15 or newer
- CocoaPods: 1.16.0 or newer
- CocoaPods page: https://cocoapods.org/pods/ios-payment-links
sudo gem install cocoapodspod --versionpod initpod repo update
pod installYourApp.xcworkspaceplatform :ios, '13.0'
target 'YourApp' do
// Import latest version
pod 'ACPaymentLinks'
// Or, import specific version
pod 'ACPaymentLinks', '~> <version>'
endpod repo update
pod installimport UIKit
import ACPaymentLinks
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Example usage here
}
}pod repo update pod update ACPaymentLinks
Common errors and fixes included.
iOS 13+, Xcode 15+, Swift 5.7–5.10, CocoaPods 1.16.0+
MIT