Babu
Babu
In Storekit2 there is change to: `verificationResultIOS` ([see here](https://github.com/dooboolab-community/react-native-iap/blob/2ab100377dbc17c1383531e24f054ef1028d947d/src/types/appleSk2.ts#L160)) aka `jswRepresentation` ([code](https://github.com/dooboolab-community/react-native-iap/blob/2ab100377dbc17c1383531e24f054ef1028d947d/ios/IapSerializationUtils.swift#L181) ). WARN 1: also your backend need to be ready to handle this new way WARn 2: only...
Just additional note here, to avoid hours of frustration for somebody like me. 🤪 The command from your cli should look like this `SENTRY_DISABLE_AUTO_UPLOAD=true ./gradlew bundleRelease` (+ flavour if you...
+1 for this feature, it would be super helpful for our process. Our use case is also just checking that all manual QA steps were done before merge and code...
Could it be possible to add also support for RN 0.73 🙏🏻 ... ``` buildFeatures { buildConfig true } ```
This code really works but only with StoreKit 2. If you are using Storekit 1 ... you are well ... we can call it _unlucky_ ( ͡° ʖ̯ ͡° )....
> getAvailablePurchases we don't use the hook version (from `useIap.ts`), because it doesn't pass this parameter, but call directly (from file `iap.ts`) ``` import { getAvailablePurchases } from 'react-native-iap' ```
It may be because of StoreKit 2 they (Apple) changed API and in this library the `transactionReceipt` was replaced by `verificationResultIOS` aka [jwsRepresentation](https://developer.apple.com/documentation/storekit/verificationresult/3868429-jwsrepresentation) - see `SubscriptionPurchase` type. Best info about...
Same issue: Mars.1 Release (4.5.1)
We have same issue with `npm` package manager, this error and no logs generated at all: ``` - directory: "/" package-ecosystem: npm schedule: interval: "weekly" day: "sunday" groups: minor-patch-deps: patterns:...
sure here it is: EDIT: sorry for wrong answer, I posted here `RevokeToken` command ... will prepare better output 🤦🏽♀️ and deleted the previous one when the expiration happen ->...