I have a macOS app submission that Apple rejected because of the subscription view. The reason given is:
One or more auto-renewable subscriptions are marketed in the purchase flow in a way that may mislead or confuse users about the subscription terms or pricing. Specifically:
The auto-renewable subscription promotes the free trial, introductory pricing, or introductory period for the subscription more clearly and conspicuously than the billed amount.
The rejection pointed to Apple's HIG for In-App Purchases and an the article Auto-renewable subscriptions.
The image below shows two exemplars from Apple's HIG and our subscription view (using Apple's SubscriptionStoreView).
I am having troubles squaring the reason for our rejection with Apple's own HIG examples.
Does anyone know of a difference between our view and Apple's examples that would prompt the rejection?
The only thing I can think of is to remove the "Try It Free " by changing the modifier from
.subscriptionStoreButtonLabel(.multiline)
to
.subscriptionStoreButtonLabel(.price)
(Meanwhile, Apple's rejection because of the subscription content seems to have broken my ability to sync the StoreKit content in AppStoreConnect with Xcode(?). I am still trying to resolve problem too.)