This repository was archived by the owner on Apr 26, 2026. It is now read-only.
Expo development build requestPurchase error #196
adamflander
started this conversation in
General
Replies: 1 comment 2 replies
-
|
@aDamNNNN Hi there! Could you kindly try the recent version which currently is Also, I've added some note on subscription offer https://hyochan.github.io/expo-iap/blog/v2-9-7 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am having issues with expo-iap, I am using the requestPurchase function to initiate a subscription purchase on iOS, how ever I get the following error:
Error: Received 5 arguments, but 1 was expected
versions:
"expo-iap": "^2.8.3", "expo": "^53.0.22",Code that fails:
await requestPurchase({ request: { ios: { sku: productId, andDangerouslyFinishTransactionAutomatically: false }, android: { skus: [productId], subscriptionOffers: [{ sku: productId, offerToken: '' }] } }, type: 'subs' });The iOS subscription plan is correctly setup and fetch only to purchase doesn't work as expected, if anyone has seen an issue like this I would like to know how to solve it, thanks!!
Beta Was this translation helpful? Give feedback.
All reactions