jamesmontemagno / InAppBillingPlugin

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

iOS payment really slow ios 17+ #599

Open harima34 opened 1 month ago

harima34 commented 1 month ago

Hello, i got an iphone X (last ios 16.7.7), iphone 13(ios 17.4.1) and iphone 15plus (ios 17.4.1) . I am on sandbox (tried with debug and testflight app);

When i am calling CrossInAppBilling.Current.PurchaseAsync, on iphone 13 and iphone 15plus it can take 1 minute to get a response, but with the iphone X it take 5 seconds. Debug or testflight version didn't change anything.

The only difference i found is the ios version are different. What can be the problem ? Thank you!

Meekohi commented 2 weeks ago

Sandbox is just insanely slow unfortunately in my experience, it's an issue with Apple. It seems to get worse the more purchases your account has.

harima34 commented 1 week ago

@Meekohi! That makes a lot of sense considering my experience too. I'll definitely try setting up a fresh Sandbox environment and a new Apple ID to see if the speed improves.