Add redeem code button to subscription store
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -32,7 +32,7 @@ struct ReflectSubscriptionStoreView: View {
|
|||||||
marketingContent
|
marketingContent
|
||||||
}
|
}
|
||||||
.subscriptionStoreControlStyle(.prominentPicker)
|
.subscriptionStoreControlStyle(.prominentPicker)
|
||||||
.storeButton(.visible, for: .restorePurchases)
|
.storeButton(.visible, for: .restorePurchases, .redeemCode)
|
||||||
.subscriptionStoreButtonLabel(.multiline)
|
.subscriptionStoreButtonLabel(.multiline)
|
||||||
.tint(tintColor)
|
.tint(tintColor)
|
||||||
.overlay(alignment: .topTrailing) {
|
.overlay(alignment: .topTrailing) {
|
||||||
|
|||||||
Reference in New Issue
Block a user