CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Dec 2015 |
SPMSupports SPM | ✗ |
Maintained by Anders Fogh Eriksen.
Send and request money via Danske Banks MobilePay app
Check if MobilePay is installed on device.
AFMobilePayRequestHandler.isMobilePayInstalled
Send payment with amount and phone number.
public class func sendPayment(amount: Double, withPhoneNumber phoneNumber: String)
Request payment with amount and phone number.
public class func requestPayment(amount: Double, withPhoneNumber phoneNumber: String)