jamesmontemagno / InAppBillingPlugin

Cross-platform In App Billing Plugin for .NET
MIT License
581 stars 145 forks source link

StoreKIt #595

Closed Novotnde closed 2 months ago

Novotnde commented 2 months ago

Hello,

I have implemented successfully on android in app billing, however on iOS I am having some issues.

This is displayed with my in-app purchases :

"These in-app purchases or subscriptions can't be promoted on the App Store because your latest approved binary doesn’t include the required StoreKit APIs. Learn More"

I had a look and it seems that the package does include StoreKit APIs . I have plugin version 7.05.

jamesmontemagno commented 2 months ago

You will need to implement OnShouldAddStorePayment: https://github.com/jamesmontemagno/InAppBillingPlugin/blob/master/src/InAppBillingTests/InAppBillingTests.iOS/AppDelegate.cs as an example.

Novotnde commented 2 months ago

I have that implemented. Any other suggestion please?