YandexMoneySDKiOS 1.0.4

YandexMoneySDKiOS 1.0.4

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Feb 2015

Maintained by Alex Mertvetsov, Alex Mertvetsov, Yuriy Vyazov.



This open-source library is deprecated and not supported.

Please use Objective-C Yandex.Money SDK for working with Yandex.Money API.


YandexMoneySDKiOS

Usage

To run the example project; clone the repo, and run pod install from the Example directory first.

Links

Installation

Code samples

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];

License

YandexMoneySDKiOS is available under the MIT license. See the LICENSE file for more info.