Fix subscription screen hanging on "Loading Subscription"

The .containerRelativeFrame(.horizontal) on the marketing content
caused an infinite layout loop inside SubscriptionStoreView's scroll
container. Replaced with .frame(maxWidth: .infinity).

Also fixes leading space in StoreKit config display name, adds
debug logging to product loading, and reverts to groupID initializer.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-02-28 11:54:41 -06:00
parent 6ce7c508ed
commit 675547db76
3 changed files with 24 additions and 4 deletions

View File

@@ -56,7 +56,7 @@
"localizations" : [
{
"description" : "Unlock all features with monthly access.",
"displayName" : " Reflect Monthly",
"displayName" : "Reflect Monthly",
"locale" : "en_US"
},
{