The StoreKit offerCodeRedemption(isPresented:) view modifier is not working for subscriptions.

The StoreKit offerCodeRedemption(isPresented:) view modifier is working fine for redeeming consumable offers from App Store Connect, but it fails to redeem subscription offers:

When this same offer code is used in the App Store redemption flow, everything works as expected. So there's nothing wrong with the offer codes.

Is there a trick to using offerCodeRedemption(isPresented:) when working with subscriptions rather than consumables?

Any help is appreciated!