First Release 02.12.2016
- Supports API level 7+ for library.
- Supports API level 11+ for sample.
You need to register on the https://merchant.webmoney.ru
- Include library --
The library is available in jCenter / BinTray:
compile 'ru.webmoney.android:mobilepaymentsdk:1.0.1'
- Android Manifest --
<manifest>
<!-- Include following permission if you load images from Internet -->
<uses-permission android:name="android.permission.INTERNET" />
...
</manifest>
- Using the example
Open Settings.java file and set the payment information
Android Webmoney Mobile Payment SDK is licensed under Apache V2 license, so feel free to use it in any open-source or commercial project.
Please post all bugs, feature requests, etc into the issues section. As usual, pull requests are welcome.