CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | Apache 2 |
| ReleasedLast Release | Jan 2017 |
Maintained by Bankalararası Kart Merkezi.
BKMLitePayViewController *vc = [[BKMLitePayViewController alloc] initWithOneTimePasswordRequestTicket:@"YOUR_TICKET" delegate:self];
[vc setEnableDebugMode:YES];// Default value is NO, set to YES for test servers
[self presentViewController:vc animated:YES completion:nil];DebugMode enable edilerek test sunucularına, disable edilerek production sunucularına istek gönderilebilir.
- (void)otpVerifySuccessWithTicket:(NSString *)ticket{
// Successful verification
}
- (void)otpVerifyFailureWithError:(NSError *)error{
// Verification failed
}
- (void)otpVerifyCancelled{
// User cancelled verification process
}