payments icon indicating copy to clipboard operation
payments copied to clipboard

In-App Purchase, Subscriptions, Google Pay, Apple Pay for NativeScript

Results 15 payments issues
Sort by recently updated
recently updated
newest added

Hello, I realize that when I use the restoreOrders method provided by @nativescript/payments, the latter only returns my last purchase that I made and not all of the purchases made....

Error: ``` ***** Fatal JavaScript exception - application has been terminated. ***** NativeScript encountered a fatal error: Uncaught Error: The data couldn’t be read because it isn’t in the correct...

`onQueryPurchasesResponse` in `startOrder` treats 2nd parameter as 'pending' when it is a list of 'purchases' containing the purchase I'm making. So now I can see why this logic gets me...

After running `ns plugin add @nativescript/payments` I also had to run `npm i [email protected]` in order to get my app to build.

Is there a way to use @nativescript/google-pay with Stripe Connect? There would have to be a way to specify the Connected Account Id to the SDK, and I don't see...

I'm basically following the Google Pay example in a Vue app. Calling createPaymentRequest on the GooglePayButton object immediately results in the PaymentError handler being called, with statusCode 10 and statusMessage...

As I understand, for subscriptions we have to use `fetchSubscriptions` instead of `fetchItems` according to https://github.com/NativeScript/payments/issues/13#issue-1068957262. However, `fetchSubscriptions` is defined in the API but not implemented for iOS, therefore calling...

**Nativescript versions** @nativescript/payments 1.0.4 @nativescript/core: ~8.1.1 @nativescript/ios: 8.2.2 **iOS Version:** 15.1.1 **Device:** iPhone 13 Pro max **Summary of issue:** First time calling .connect() and fetchItems is fine. Subscriptions and IAPs...

I think the plugin uses the long ago deprecated `transactionReceipt` property on [`SKPaymentTransaction`](https://developer.apple.com/documentation/storekit/skpaymenttransaction/1617722-transactionreceipt). It is actually deprecated since iOS 7.0 and can not be validated trough Apple Servers anymore for...

First of all: awesome job to have an official payment library, much needed, thank you for that! First question: does the plugin supports purchases made in background? E.g. it is...