SwiftyStoreKit icon indicating copy to clipboard operation
SwiftyStoreKit copied to clipboard

Cannot Redeem Code. The code you entered could not be found.

Open ZaVyLoN opened this issue 10 months ago • 0 comments

Hi.

In the release build in the App Store, I use: SwiftyStoreKit.redeemOfferCode(atomically: true) { purchaseResult in print(purchaseResult) }

I'm getting an error "the code you entered could not be found". What is it related to?

Screenshot-2023-08-21-at-02-35-01

When I redeem a code through Appstore/account/Redeem Gift Card or Code, it is applied. But it is not processed in the application.

didFinishLaunchingWithOptions code:

Screenshot-2023-08-21-at-13-57-01

ZaVyLoN avatar Aug 21 '23 10:08 ZaVyLoN