TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Feb 2015 |
Maintained by Alex Mertvetsov, Alex Mertvetsov, Yuriy Vyazov.
To run the example project; clone the repo, and run pod install
from the Example directory first.
Example of payment:
NSDictionary *paymentParams = @{@"amount" : @"2", @"phone-number" : @"79088888888"};
//Starting payment process
YMACpsController *cpsController = [[YMACpsController alloc] initWithClientId:kClientId patternId:@"phone-topup" andPaymentParams:paymentParams];
[self presentViewController:cpsController animated:YES completion:NULL];
YandexMoneySDKiOS is available under the MIT license. See the LICENSE file for more info.