nativescript-payments
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

NativeScript Payments

npm npm

For payments via Google Play or iTunes utilizing RxJS.

Installation

tns plugin add nativescript-payments

Usage

TODO

```javascript
Usage code snippets here
```)

API

*** TODO ***

Property Default Description
some property property default value property description, default values, etc..
another property property default value property description, default values, etc..

License

MIT

Dumping typings...

iOS

From src/:

pod repo update
TNS_TYPESCRIPT_DECLARATIONS_PATH="$(pwd)/typings" npm run demo.ios
cp typings/x86_64/objc\!Zendesk* typings/
Android

From project root:

cd android
./gradlew clean
./gradlew getDeps
 
cd lib
jar xf billing-1.0.aar
mv classes.jar used-billing.jar
 
rm -rf */
find . -type f ! -iname "used-*" -delete
cd ../..
 
rm -rf out/
java -jar ../android-dts-generator/dts-generator/build/libs/dts-generator.jar -input \
    android/lib/used-billing.jar \
    && mv out/android.d.ts src/typings/java\!PlayBillingLibrary.d.ts;

Package Sidebar

Install

npm i nativescript-payments

Weekly Downloads

4

Version

0.1.0

License

MIT

Unpacked Size

57.3 kB

Total Files

35

Last publish

Collaborators

  • dicksmith