sabiland
sabiland
No, this cannot be the issue. I am using only portrait mode on iPhone and this happens. Or can this happen also if I have locked orientation?
Ok thx for info, I'll try it and comment it later. So commenting that line will stop updating view (as intended by library) on iPad rotations. EDIT: Shit, I've just...
Ok, I took source code version and fixed the issue. ``` @objc func changeOrientationNotification() { // SABI TWEAK if Helper.checkIPhone() { // Ignore ON IPHONE !!! return } else {...
First call `AppleReceiptValidator` with `.production` `AppleReceiptValidator.VerifyReceiptURLType`, if this fails (error), call exactly the same logic with `.sandbox` type.
FYI, because of the issues with SwiftyStoreKit I refactored today one of my apps to StoreKit 2 - with the help of [Mercato](https://github.com/tikhop/Mercato).
I have the same issue. Sometimes AppDelegate completeTransactions is called instead of purchaseProduct completion block. How to solve this ?
EDIT: I do not verify any receipts in my app - because I do not need to. I got yesterday this reviewer app rejected message (I did not have this...
I just did this, but I am not sure if it is correct :) I just update user message/status: `case .deferred(_): self.updateInfoStatus("Waiting for approval")`
Well sorry mate, besides my regular programming job I work also on my iOS app a lot, I do not have time to do it alone. It is really a...