Skip to main content

Questions tagged [in-app-purchase]

In-app purchase (IAP) usually refers to the acquisition of a feature for an application from within the application itself or the buying of digital goods from within an application. Use this tag for questions about writing code for the buying process. Questions about app-store policies or about specific transactions are off-topic on Stack Overflow and should not be posted.

in-app-purchase
-1 votes
0 answers
13 views

I can't make a purchase of flutter ios in_app_purchase

I have a situation where when using the in_app_purchase package in the sandbox in the iOS version, I cannot buy an item using the buyNonConsumable method, an error occurs related to transactions Error:...
Sifer Tv's user avatar
0 votes
0 answers
25 views

Getting 401 error when try to verify subscription in android

I've implemented in app purchase in my application. After purchasing a subscription I verify the subscription using the below API. final String url = 'https://www.googleapis.com/androidpublisher/v3/...
keval vasaniya's user avatar
0 votes
2 answers
18 views

React Native In App Purchase(Android) error

The function is working fine for ios but for android it gives error on my physical device. Screen shot is attached . Anyone who is experiencing the same problem?(https://i.sstatic.net/TMQN8BpJ.jpg) ...
Dev07's user avatar
  • 1
-1 votes
0 answers
28 views

How to get email in users data in google play subscriptions an additional call to the Google Play Developer API. The subscription purchase

How to get email in users data in google play subscriptions an additional call to the Google Play Developer API. The subscription purchase hi How to get Email Playstore when use subscription an ...
Pong Petrung's user avatar
  • 1,445
1 vote
0 answers
16 views

Flutter In App Purchase Plugin Re-subscribe doesn't work

We are using the in app purchase plugin https://pub.dev/packages/in_app_purchase On iOS the resubscribe doesn't seems to work. We create a subscription and then we cancel it in the Sandbox, then using ...
madz's user avatar
  • 53
0 votes
0 answers
13 views

Is it possible to cancel a pending purchase via Google Play Developer API without order ID?

My app currently cancels pending purchases via orders.refund endpoint. However, in the v6 version of Google Play Billing API, pending purchases no longer have an order ID. Is there any way to cancel a ...
user18208230's user avatar
0 votes
0 answers
44 views

Generating a signature for promotional offers in Objective-c

My requirements are to generate a signature for a promotional offer in the iOS app code (Objective-C), but I'm getting nil every time with the error: 'The operation couldn’t be completed. (OSStatus ...
Umesh Y's user avatar
  • 71
0 votes
0 answers
17 views

In app purchases on Mac(designed for iPad) not working while working on iOS

Following delegate returns proper ammount of products on iOS but not when run using macOS(designed for iPAD) device in XCODE. I found that similar issue was on mac catalyst and solvable by strong ...
Eljer's user avatar
  • 63
0 votes
0 answers
14 views

Does StoreKit.Framework need to be signed for in-app purchases (Unity Game)?

I'm uploading a game to the apple app store and Unity is returning IAP Initialization failed: NoProductsAvailable, however the products are 100% configured properly in the store and all I did in XCode ...
Prograbit's user avatar
1 vote
0 answers
48 views

Fatal Exception in Google Play Billing Library: NullPointerException in ProxyBillingActivity

I am encountering a crash in my Android application related to the Google Play Billing Library. The crash occurs when trying to start the ProxyBillingActivity, and the stack trace indicates a ...
axita.savani's user avatar
0 votes
0 answers
26 views

java.lang.RuntimeException Error receiving broadcast Intent { act=com.android.vending.billing.LOCAL_BROADCAST_PURCHASES_UPDATED (has extras) }

Fatal Exception: java.lang.RuntimeException: Error receiving broadcast Intent { act=com.android.vending.billing.LOCAL_BROADCAST_PURCHASES_UPDATED flg=0x10 pkg=insighthealthapps.geniusbiofeedback (has ...
Prachi Parekh's user avatar
0 votes
0 answers
27 views

IAPs Failing with "PurchasingUnavailable" when testing on TestFlight

I have no idea what the problem is at this point. I am using Unity Codeless IAP for the game I'm trying to upload to the Apple Store. The app keeps getting rejected for the IAP returning the ...
Prograbit's user avatar
0 votes
1 answer
50 views

why i can't get my subscriptions using react-native-iap

I created one subscriptoin on my App Store Connect enter image description here And tried to get this subscription in my code like this const { connected, getSubscriptions } = useIAP() const ...
Марко Лазарчук's user avatar
0 votes
1 answer
18 views

Does StoreKit filter unsupported product types for older App versions?

I am new to StoreKit and IAP. I am developing version 1.0 of my app, where I plan to offer non-consumable items, with intentions to introduce auto-renewable subscriptions in the upcoming version 2.0. ...
webber's user avatar
  • 1
1 vote
2 answers
71 views

StoreKit 2: User to user auto-renewing subscriptions

We have an iOS app with features similar to a blog or most social apps, ie creators can make posts. We want to allow other users to be able to subscribe to a creator to access their premium content, ...
Grambo's user avatar
  • 929

15 30 50 per page
1
2 3 4 5
625