Reiszecke
                                            Reiszecke
                                        
                                    I submitted a bug report to Apple but I guess it will take another 2 months til I get a reply.
@tkafka @benjaminmayo Please check https://github.com/Reiszecke/merchantkit/commit/a85273c76320026764125ba4feed16e06025f06d We could also create a new target like you did with macOS but I think these 8 lines aren't worth it. Haven't tested on real...
Attaching the exact console prints would be of benefit for us to see exactly what's happening (or not happening)
Moving my code to `- (void)viewDidAppear:(BOOL)animated` fixed it for me. I thought `viewDidLoad` would be sufficient but apparently it was not haha EDIT: The table is part of a Master-Detail...
Hey man don't worry about it :) Yeah actually I had the issue on iMessage first until I moved everything to WhatsApp which then showed the same bloaty behavior hahahaha...
Yes, there seems to be an issue with iOS 16 https://developer.apple.com/forums/thread/713533 Now I'm not sure if that's a bug on their side that they are going to fix or if...
It's not the Xcode version, my builds are not submitted with Xcode 14
https://zenn.dev/ch3cooh/scraps/5a907126170634 (use Google Translate to translate the page) has some more insight on this. The most important bit is that one: _I confirmed that the callback of paymentQueueController.restorePurchases was not...
@CH3COOH sorry for the tag, just found your GH - what's your status now? Did you figure out anything else regarding SwiftyStoreKit or did you drop it entirely and go...
@CH3COOH thank you for the insights - we have moved to SK2 now. Testing is a real pain but hopefully everything is going to work out now. Good luck to...