-
-
Notifications
You must be signed in to change notification settings - Fork 695
Closed
Labels
🙏 help wantedExtra attention is neededExtra attention is needed🤖 androidRelated to androidRelated to android
Description
On Android calling requestPurchase returns an empty array always.
const purchases = await requestPurchase({
request: {
apple: {sku: selectedPackage},
google: {skus: [selectedPackage]},
},
type: 'in-app',
});
"react-native": "0.79.7",
"react-native-iap": "14.7.6",
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🙏 help wantedExtra attention is neededExtra attention is needed🤖 androidRelated to androidRelated to android