Babu
Babu
Not sure is this is bug and I am not able to reproduce it in simple way. But facing this issue when using : unbounded input, LocalExecutor, flow with ReduceWindow....
**Description** iOS - Storekit 2 When calling `getAvailablePurchases({onlyIncludeActiveItems: true})` the field `verificationResultIOS` (aka [jwsRepresentation](https://developer.apple.com/documentation/storekit/verificationresult/3868429-jwsrepresentation)) is empty. We found that the cause (probably) is that it is serialized only as transaction....
**Description** `IapIosSk2.subscriptionStatus(sku)` returns one the same subscription status for any product id. **Expected Behavior** Different info for different subscriptions states. **Environment:** - react-native-iap: `12.10.7` - react-native: `0.68.3` - Platforms (iOS,...
Hi there, 👋🏻 I want to get informations about current status of iOS subscription, I found it can be done with `Product.SubscriptionInfo.RenewalState` which is also serialized here https://github.com/dooboolab-community/react-native-iap/blob/dad69b1f5a8792c144b04d4af7f7986ce945ddfc/ios/IapSerializationUtils.swift#L85. But is...
**Description** We have localized iap products (very likely) correctly defined in Google Play and in App Store. In code we are using change language feature (via `i18n`) is there anyhow...
I'm trying to use `generateFilesPaths` in esm module. ``` import {generateFilesPaths} from 'i18n-unused' ``` But it raises ERR_MODULE_NOT_FOUND. ``` node:internal/process/esm_loader:97 internalBinding('errors').triggerUncaughtException( ^ Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/node_modules/i18n-unused/dist/i18n-unused.js' imported from...
### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar...