Hello,
I'm using Xamarin Forms to develop application for iOS and Android.
The customer can buy VIP and for this, we are using a library called "InAppBillingPlugin" by James Montemagno.
If we try to buy the VIP in sandbox / testflight everything works but if we try to buy it in production we always get this error message:
I have also asked the developer behind the library but he told me that the error is from the Apple side.
The strange thing is that the payment is successful and the user is able to see the subscription associated with his Apple ID.
The products are verified and approved by Apple.
Thank you for any kind of help.
I'm using Xamarin Forms to develop application for iOS and Android.
The customer can buy VIP and for this, we are using a library called "InAppBillingPlugin" by James Montemagno.
If we try to buy the VIP in sandbox / testflight everything works but if we try to buy it in production we always get this error message:
InAppBillingImplementation.PurchaseAsync (System.String productId, Plugin.InAppBilling.Abstractions.ItemType itemType, System.String payload, Plugin.InAppBilling.Abstractions.IInAppBillingVerifyPurchase verifyPurchase)
Plugin.InAppBilling.Abstractions.InAppBillingPurchaseException: The operation couldn’t be completed. (SKErrorDomain error 2.)
I have also asked the developer behind the library but he told me that the error is from the Apple side.
The strange thing is that the payment is successful and the user is able to see the subscription associated with his Apple ID.
The products are verified and approved by Apple.
Thank you for any kind of help.