PayU Money Gateway iOS Swift
I want to integrate the payU Money sdk in my app using swift2.0 I am using this sdk: https://github.com/payu-intrepos/Documentations/wiki/8.1-NEW-iOS-Seamless-SDK-integration Where to create the test account for testing. dewanshu sharma import UIKit var merchantKey="your live merchant key" var salt="your live merchant salt" var PayUBaseUrl="https://secure.payu.in" class PaymentScreen: UIViewController,UIWebViewDelegate { @IBOutlet weak var myWebView: UIWebView! override func viewDidLoad() { super.viewDidLoad() self.initPayment() } func initPayment() { var i = arc4random() let amount = "1" let