Questions tagged [in-app-purchase]

When discussing in-app purchases (IAP), it typically involves obtaining a new feature or purchasing digital goods directly within an application. This tag is appropriate for inquiries related to coding the purchasing process. Please refrain from posting questions about app store policies or specific transactions on Newtab Q&A as they are considered off-topic.

Encountering an issue while attempting to make an in-app purchase with Ionic 3 and Cordova - receiving the error message "Sorry, the item you are trying to

In the process of developing my app with IONIC 3 and Angular 4, I have integrated the following Ionic plugin for in-app purchases: https://ionicframework.com/docs/native/in-app-purchase/ Once the plugin was installed, I included the "play_store_key" in t ...

react-native-iap is constantly returning an empty array when trying to fetch subscriptions

I am currently utilizing react-native-iap for in-app purchases. However, I am encountering an issue where the getSubscriptions function is returning an empty array when used on Android. Interestingly, everything works as expected on iOS. Despite my best e ...

Receiving an Array of Empty Products with React Native IAP

Hi there, I am currently using React Native IAP with version 0.64.2 of React Native. Additionally, I have integrated Razorpay into my project. "react": "17.0.1", "react-native": "0.64.2", "react-native-iap" ...