python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
StoreKit2 Transaction.updates does not emit transactions on subscription renew
I'm listening for transaction updates during the whole lifetime of the app as described in the Transaction.updates:
func startObservingTransactions() -> Task<Void, Error> {
return Task.de...
Dmitry
Votes: 0
Answers: 0
iOS IAP multiple original transaction ids refer to one same purchase with different original transaction id
Originally, the original transaction id of the non-consumable purchase of iOS is one fixed id. And we can query it through iOS server API Get Transaction History
GET https://api.storekit.itunes.apple....

zangw
Votes: 0
Answers: 1
SKErrorDomain error 5 with SKStoreProductViewController
Facing SKErrorDomain error 5 when trying to open app with SKStoreProductViewController logic.
The build has been done with Unity, I integrated my custom library with this feature. Using Xcode 12.5, do...

GuardFromUA
Votes: 0
Answers: 0
In-App Purchase is successful, but methods are not called
I'm testing a promoted In-App Purchase, as described here.
Here's how it works:
I construct the system URL.
I send the system URL link to my device.
I tap the link.
My app is automatically opened, an...
West1
Votes: 0
Answers: 1