Benedict Strube
Benedict Strube
On iOS Versions >= 15.0, our App immediately crashes without logs when invoking the plugin in the latest version in a NS8 project. Everything went fine until we updated the...
I am getting this error when attempting to execute `createThread` on an `OpenAiService` instance. ``` Unsupported content type: 'application/json; charset=UTF-8'. This API method only accepts 'application/json' requests, but you specified...
### Changes Added explicit header `Content-Type: application-json` for all Assistant API calls. This fixes #465.
When attempting to build our app after installing the latest version of the pager plugin, I get errors like: ``` ERROR in ../node_modules/@nativescript-community/ui-pager/angular/fesm2015/nativescript-community-ui-pager-angular.mjs 215:12-29 Can't import the named export 'ɵɵqueryRefresh'...
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...
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...
First of all, great utility! ❤️ One thing I noticed is, that it does not seem to be possible, to fully mute the volume when Volume Control is running. When...