Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] StoreKit.SKPayment.CreateFrom(string) is Deprecated #432

Closed
JPZV opened this issue Dec 21, 2021 · 0 comments
Closed

[iOS] StoreKit.SKPayment.CreateFrom(string) is Deprecated #432

JPZV opened this issue Dec 21, 2021 · 0 comments

Comments

@JPZV
Copy link
Contributor

JPZV commented Dec 21, 2021

According to Microsoft docs (and from Apple ones), StoreKit.SKPayment.CreateFrom(string) is deprecated from iOS 5, and this library is using that method in InAppBillingImplementation.PurchaseAsync(string)

This may be leading to issues like #430 where the app may not connect/process correctly the payment.

jamesmontemagno added a commit that referenced this issue Dec 26, 2021
Fixed deprecated warning from SKPayment.CreateFrom(string) (Issue #432)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants