Kenji Wada

Results 6 comments of Kenji Wada

Hi, @ClaesClaes ! I've created a sample app to use the 'TOCropViewController' with the SwiftUI. * https://github.com/CH3COOH/TOCropViewController/tree/issue/421 With using SwiftUI, I'm seeing an issue where 'TOCropViewController' can't be closed unless...

I have tried the SwiftyStoreKit demo app with Xcode 14.1 Beta 1, but the callback is not called after restoring. Does this problem occur only in the Sandbox environment?

I investigated the success or failure of the combination of Xcode and Testflight/AppStore. I was able to restore if I used a combination of Xcode 14 and App Store. I...

@Reiszecke This bug is that `restoreCompletedTransactionsFailedWithError` or `paymentQueueRestoreCompletedTransactionsFinished` in PaymentQueueController is not called. https://github.com/bizz84/SwiftyStoreKit/blob/f3265c7c211907ad913102c61c3972b880f0675c/Sources/SwiftyStoreKit/PaymentQueueController.swift#L265-L271 However, we were unable to discover why the callback was not called in the case of...

I am not using Swift PM and have not been able to verify that it works correctly, although I have made some changes. I would appreciate if someone could check...

@dp221125 Thank you for your pull request! Since NSPrivacyCollectedDataTypes is not included in PrivacyInfo, will there be no error when generating a Privacy Report?