bizz84 / SwiftyStoreKit

Lightweight In App Purchases Swift framework for iOS 8.0+, tvOS 9.0+ and macOS 10.10+ ⛺
MIT License
6.54k stars 794 forks source link

When the user does not bind the Apple payment #480

Open smallnews opened 5 years ago

smallnews commented 5 years ago

Platform

When the user does not bind the Apple payment, the internal purchase will switch to the APP for binding. When the user completes the payment, the payment result cannot be triggered normally.

gzyunke commented 4 years ago

you should handle in here public func paymentQueue

mrsunx commented 4 years ago

I have the same problem

FatDogJOE commented 2 years ago

Did this issue fixed? I encountered same situation

smallnews commented 2 years ago

you should handle in here public func paymentQueue

Thank you for your answer Is there any example for the "public func paymentQueue"?