Latest | 2.0 |
---|---|
Homepage | https://github.com/Fogh/AFMobilePayRequestHandler |
License | MIT |
Platforms | ios 8.0, requires ARC |
Authors |
Send and request money via Danske Banks MobilePay app
If you want to support iOS 7 or use the Objective-C version of this code, just use the 1.0.4 tag.
Methods
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)
Apps using this class
Other iOS open source projects by me
<img
alt="Tip Me With ChangeTip"
src="https://cdn.changetip.com/img/logos/tipme_square.png?1"/>
Latest podspec
{ "name": "AFMobilePayRequestHandler", "version": "2.0", "summary": "Send and request money via Danske Banks MobilePay app.", "homepage": "https://github.com/Fogh/AFMobilePayRequestHandler", "license": "MIT", "authors": { "Anders Fogh Eriksen": "[email protected]" }, "source": { "git": "https://github.com/Fogh/AFMobilePayRequestHandler.git", "tag": "2.0" }, "platforms": { "ios": "8.0" }, "source_files": "Sources/*.swift", "requires_arc": true, "social_media_url": "https://twitter.com/f0gh" }
Sun, 06 Mar 2016 04:12:02 +0000